Programming
Digital Grove URL | Feed
From-scratch, from-first-principles software techniques, ideas, and projects. Building a new space for better computing.
- Demystifying Debuggers, Part 3: Debugger-Kernel Interaction Sat, 28 Dec 2024 06:11:58 GMT
- Demystifying Debuggers, Part 2: The Anatomy Of A Running Program Mon, 23 Dec 2024 03:39:45 GMT
- Demystifying Debuggers, Part 1: A Busy Intersection Mon, 16 Dec 2024 21:45:55 GMT
- Programmers Are Users (Bad Performance Makes Everyone Less Efficient) Fri, 06 Dec 2024 00:04:41 GMT
- Codebase Walkthrough: Multi-Window, Panel-Tree UI Mon, 08 Jul 2024 06:05:29 GMT
- Codebase Walkthrough: Using The Metaprogram Sat, 06 Jul 2024 07:56:07 GMT
- Enter The Arena: Simplifying Memory Management (Talk) Mon, 13 May 2024 16:34:21 GMT
- Upstream & Downstream Sat, 11 May 2024 17:38:51 GMT
- Multi-Threading & Mutation Tue, 12 Mar 2024 01:40:49 GMT
- Codebase Walkthrough: From-Scratch Data Structures Mon, 01 Jan 2024 00:29:04 GMT
- Codebase Walkthrough: Strings Sun, 31 Dec 2023 00:28:11 GMT
- The Easiest Way To Handle Errors Is To Not Have Them Fri, 29 Dec 2023 06:20:19 GMT
- Factorio, Mutation, & Lossiness Wed, 26 Jul 2023 19:08:23 GMT
- The Marketplace Of Ideals Wed, 19 Jul 2023 16:02:33 GMT
- Codebase Walkthrough: Memory Management Sun, 16 Jul 2023 02:09:16 GMT
- Codebase Walkthrough: Math Fri, 07 Jul 2023 18:49:05 GMT
- Codebase Walkthrough: Navigating The Codebase Fri, 07 Jul 2023 01:40:40 GMT
- Codebase Walkthrough: Windows Dev Environment Setup Wed, 05 Jul 2023 23:19:50 GMT
- Software Kingdoms Wed, 21 Jun 2023 21:54:42 GMT
- The Digital Grove Project Wed, 07 Jun 2023 23:50:39 GMT
The Bytes Beneath URL | Feed
Weekly insights on building games from the ground up - no engines, just grit and code.
- Why Games Love State Machines Wed, 05 Mar 2025 04:54:44 GMT
- Choosing the Right Graphics API Wed, 26 Feb 2025 05:51:20 GMT
- Entity Systems - Two ECS Alternatives Sat, 15 Feb 2025 02:09:45 GMT
- C for JavaScript Developers Wed, 08 May 2024 21:01:35 GMT
- Tools for memory safety in C: ASan Tue, 05 Mar 2024 17:00:37 GMT
- Why I care about programming Tue, 27 Feb 2024 17:00:57 GMT
- Hot Reloading in C Sat, 17 Feb 2024 18:00:48 GMT
- The Arena - Custom Memory Allocators in C Fri, 09 Feb 2024 18:00:52 GMT
- Custom Strings in C Fri, 02 Feb 2024 17:54:55 GMT
- Dynamic Arrays in C Thu, 18 Jan 2024 10:44:56 GMT
- Unity: The Hidden Costs of "Free" 3rd Party Software Wed, 20 Sep 2023 14:25:11 GMT
- Reinventing the wheel is a waste of time - Programming Lies Wed, 13 Sep 2023 14:25:18 GMT
- Memory management is too hard for you - Programming Lies Thu, 07 Sep 2023 13:47:47 GMT
- Welcome Wed, 27 Jul 2022 08:28:09 GMT
Computer, Enhance! URL | Feed
Programming courses, interviews, commentary.
- Our Very Own Haversine Mon, 05 May 2025 19:46:57 GMT
- Q&A #75 (2025-05-02) Fri, 02 May 2025 22:01:45 GMT
- Extending Arcsine to the Full Input Range Thu, 24 Apr 2025 04:13:11 GMT
- Approximating Arcsine Wed, 16 Apr 2025 01:07:31 GMT
- Q&A #74 (2025-04-01) Wed, 02 Apr 2025 00:31:07 GMT
- An Interview with Zen Chief Architect Mike Clark Mon, 24 Mar 2025 18:45:16 GMT
- Coefficient Arrays for Polynomial Evaluation Thu, 06 Mar 2025 16:55:05 GMT
- Q&A #73 (2025-03-03) Tue, 04 Mar 2025 06:23:41 GMT
- Fused Multiply-Add Wed, 19 Feb 2025 02:06:49 GMT
- Q&A #72 (2025-02-17) Tue, 18 Feb 2025 05:03:25 GMT
- Horner's Rule Tue, 11 Feb 2025 17:01:15 GMT
- Approximation Using Higher-Power Polynomials Wed, 05 Feb 2025 03:25:08 GMT
- Q&A #71 (2025-02-03) Tue, 04 Feb 2025 05:56:56 GMT
- Math Tester Retcon Wed, 29 Jan 2025 03:49:17 GMT
- Range Reduction Mon, 27 Jan 2025 22:25:43 GMT
- Function Approximation Tue, 21 Jan 2025 21:29:52 GMT
- Q&A #70 (2025-01-20) Tue, 21 Jan 2025 05:07:12 GMT
- Introduction to SSE Intrinsics Thu, 16 Jan 2025 04:41:07 GMT
- Q&A #69 (2025-01-13) Tue, 14 Jan 2025 07:45:14 GMT
- Q&A #68 (2025-01-06) Mon, 06 Jan 2025 22:03:56 GMT
Daniel Lemire's blog URL | Feed
Daniel Lemire is a software performance expert. He ranks among the top 2% of scientists globally (Stanford/Elsevier 2024) and is one of GitHub's top 1000 most followed developers.
- C++20 concepts for nicer compiler errors Sat, 03 May 2025 19:44:26 +0000
- Streamlined iteration: exploring keys and values in C++20 Sun, 20 Apr 2025 20:40:40 +0000
- Detect control characters, quotes and backslashes efficiently using ‘SWAR’ Sun, 13 Apr 2025 22:36:41 +0000
- How can really smart people appear totally incompetent? Fri, 11 Apr 2025 18:56:26 +0000
- How helpful is AI? Mon, 07 Apr 2025 19:41:27 +0000
- Faster shuffling in Go with batching Sun, 06 Apr 2025 20:26:56 +0000
- Mixing ARM NEON with SVE code for fun and profit Sat, 29 Mar 2025 01:44:47 +0000
- Unsigned comparisons using signed types Mon, 24 Mar 2025 23:24:50 +0000
- Speeding up C++ code with template lambdas Sat, 15 Mar 2025 17:29:50 +0000
- An overview of parallel programming (Go edition) Sun, 09 Mar 2025 21:35:41 +0000
- How fast can you open 1000 files? Sat, 01 Mar 2025 22:41:04 +0000
- AVX-512 gotcha: avoid compressing words to memory with AMD Zen 4 processors Fri, 14 Feb 2025 21:27:29 +0000
- Thread-safe memory copy Fri, 07 Feb 2025 23:12:34 +0000
- Programmer time and the pitfalls of wasteful work Thu, 30 Jan 2025 03:02:36 +0000
- Regular expressions can blow up! Sat, 25 Jan 2025 03:53:36 +0000
- Checking whether an ARM NEON register is zero Mon, 20 Jan 2025 01:05:51 +0000
- The ivory tower’s drift: how academia’s preference for theory over empiricism fuels scientific stagnation Wed, 15 Jan 2025 20:30:06 +0000
- JavaScript hashing speed comparison: MD5 versus SHA-256 Sat, 11 Jan 2025 16:21:18 +0000
- Counting the digits of 64-bit integers Tue, 07 Jan 2025 21:41:57 +0000
- Artificial Intelligence as the Expert’s Lever: Elevating Human Expertise in the Age of AI Sat, 04 Jan 2025 17:37:14 +0000
- How does your URL parser handle Unicode? Thu, 02 Jan 2025 16:07:31 +0000
- Efficient In-Place UTF-16 Unicode Correction with ARM NEON Sun, 29 Dec 2024 18:24:33 +0000
- Simpler and faster parsing code with std::views::split Sat, 21 Dec 2024 21:35:13 +0000
- Accessing the attributes of a struct in C++ as array elements? Mon, 16 Dec 2024 00:55:17 +0000
- Data structures as jigs for programmers (Go edition) Sun, 08 Dec 2024 21:04:01 +0000
- Parsing floats at over a gigabyte per second in C# Thu, 21 Nov 2024 23:42:22 +0000
- Graduate degrees are overrated Tue, 12 Nov 2024 17:39:24 +0000
- Having fun with modern C++ Sat, 02 Nov 2024 00:24:09 +0000
- How fast can you parse a CSV file in C#? Thu, 17 Oct 2024 23:03:05 +0000
- Table lookups are efficient Mon, 14 Oct 2024 22:15:42 +0000
- From software to reality? Wed, 09 Oct 2024 13:21:37 +0000
- Geoffrey Hinton, the Godfather of Deep Learning, wins Nobel Prize in Physics! Tue, 08 Oct 2024 13:29:44 +0000
- Iterating through matched characters in modern C++ Sun, 06 Oct 2024 21:52:13 +0000
- It is never too late to write your own C/C++ command-line utilities Sat, 28 Sep 2024 04:06:18 +0000
- The PhD Paradox: A Journey into Academia’s Upside-Down World Wed, 11 Sep 2024 20:33:28 +0000
- Replace strings by views when you can Mon, 09 Sep 2024 20:26:36 +0000
- Compressing floating-point numbers quickly by converting them to brain floats Mon, 02 Sep 2024 22:52:28 +0000
- Parsing tiny and very large floating-point values: a programming-language comparison Mon, 26 Aug 2024 15:34:55 +0000
- Faster random integer generation with batching Sat, 17 Aug 2024 02:11:30 +0000
- Reflection-based JSON in C++ at Gigabytes per Second Tue, 13 Aug 2024 16:12:46 +0000
unixdigest.com URL | Feed
Articles (occasional rants) and tutorials about open source, BSD, GNU/Linux, system administration, programming, and other stuff - the pragmatic way
- Microsoft CEO says up to 30% of the company's code is written by AI - no surprise there Thu, 01 May 2025 00:00:00 GMT
- The reason why i don't use AI or even code completion Thu, 01 May 2025 00:00:00 GMT
- Hypocrisy and politics in free and open source software projects Fri, 31 Jan 2025 00:00:00 GMT
- What if one of your online friends dies unexpectedly? Fri, 10 Jan 2025 00:00:00 GMT
- There is only one reason why Microsoft Windows is the dominating operating system on the PC desktop Sat, 24 Aug 2024 00:00:00 GMT
- How to install Signal Desktop on FreeBSD using the Linux Binary Compatibility Thu, 22 Aug 2024 00:00:00 GMT
- I passionately hate hype, especially the AI hype Wed, 21 Aug 2024 00:00:00 GMT
- Battle testing PHP fopen, SQLite, PostgreSQL and MariaDB on FFS2, UFS, ext4, XFS and ZFS Mon, 22 Jan 2024 00:00:00 GMT
- Upgrading to FreeBSD 14 - how to fix a broken BIOS bootcode Wed, 22 Nov 2023 00:00:00 GMT
- Are Passkeys really the beginning of the end of passwords? I certainly hope not! Thu, 09 Nov 2023 00:00:00 GMT
- The proper design process in web development Sat, 04 Nov 2023 00:00:00 GMT
- The main differences between OpenBSD, FreeBSD, NetBSD and DragonFly BSD Mon, 30 Oct 2023 00:00:00 GMT
- We have used too many levels of abstractions and now the future looks bleak Sat, 21 Oct 2023 00:00:00 GMT
- Bethesda's Starfield is a disgrace to game development and a slap in the face to gamers Tue, 12 Sep 2023 00:00:00 GMT
- One of the most basic requirements for success is also one of the most difficult to get right Thu, 25 May 2023 00:00:00 GMT
- Two simple ways to version control your MariaDB schema changes Sat, 21 Jan 2023 00:00:00 GMT
- When you use open source software you are not entitled to anything! Thu, 10 Nov 2022 00:00:00 GMT
- The heavy responsibility of the package maintainer Sat, 05 Nov 2022 00:00:00 GMT
- Is criticizing tech on political grounds valid? Wed, 02 Nov 2022 00:00:00 GMT
- Will the ranting on this website ever stop? Mon, 31 Oct 2022 00:00:00 GMT
- My choice of operating system Wed, 26 Oct 2022 00:00:00 GMT
- Understanding Unix filesystem timestamps Tue, 25 Oct 2022 00:00:00 GMT
- Void Linux root on an encrypted ZFS mirror with syslinux MBR and ZFSBootMenu Sun, 23 Oct 2022 00:00:00 GMT
- How to replace a failed hard drive in a GELI encrypted ZFS root mirror installation on FreeBSD Tue, 18 Oct 2022 00:00:00 GMT
- Drive failure and IO errors? ZFS to the rescue! Thu, 29 Sep 2022 00:00:00 GMT
- Poor mans mind mapping tool with just the terminal Thu, 15 Sep 2022 00:00:00 GMT
- Why you should avoid the news media and what to do instead Wed, 24 Aug 2022 00:00:00 GMT
- Do you feel overwhelmed trying to stay up to date with the latest tech news? Wed, 24 Aug 2022 00:00:00 GMT
- "Zero trust" is being hijacked by the big corporate hype machine Fri, 12 Aug 2022 00:00:00 GMT
- No, you cannot trust third party code without reading it first Thu, 11 Aug 2022 00:00:00 GMT
- Don't use Reddit for Linux or BSD related questions Fri, 08 Apr 2022 00:00:00 GMT
- Linux distributions long term support might not be what you think it is Fri, 01 Apr 2022 00:00:00 GMT
- The delusions of Debian Wed, 30 Mar 2022 00:00:00 GMT
- How security is handled by package maintainers Tue, 29 Mar 2022 00:00:00 GMT
- Questions about which operating system is more secure or the fastest make no sense Fri, 18 Mar 2022 00:00:00 GMT
- Advice to business owners and managers, don't use the modern way of web development Thu, 13 Jan 2022 00:00:00 GMT
- Is the madness ever going to end? Tue, 11 Jan 2022 00:00:00 GMT
- My 70 year old mother has been using Linux on the desktop for the past 21 years Fri, 07 Jan 2022 00:00:00 GMT
- No, your website is not a web app even if you call it so Wed, 29 Dec 2021 00:00:00 GMT
- So-called modern web developers are the culprits Fri, 17 Dec 2021 00:00:00 GMT
- Using a framework can make you stupid! Sat, 13 Nov 2021 00:00:00 GMT
- How to write software that will keep working for decades without problems Mon, 08 Nov 2021 00:00:00 GMT
- There is no such thing as privacy on the Internet Wed, 08 Sep 2021 00:00:00 GMT
- Use the right tool for the job Sun, 05 Sep 2021 00:00:00 GMT
- A simple Git workflow - using main as the development branch Thu, 02 Sep 2021 00:00:00 GMT
- Having a solid backup strategy and why you should not rely on fancy tools for backup Tue, 27 Jul 2021 00:00:00 GMT
- How to do encrypted incremental backups and snapshots with GNU Tar and GnuPG Sat, 24 Jul 2021 00:00:00 GMT
- Using GitHub Copilot will turn you into a bad programmer Wed, 21 Jul 2021 00:00:00 GMT
- How to stay sane in today's world of tech Wed, 07 Jul 2021 00:00:00 GMT
- Stop submitting to social conformity and use your brain instead Wed, 28 Apr 2021 00:00:00 GMT
- Are you a TLS master? Wed, 21 Apr 2021 00:00:00 GMT
- SQLite the only database you will ever need in most cases Wed, 14 Apr 2021 00:00:00 GMT
- Don't be afraid to code it yourself Fri, 02 Apr 2021 00:00:00 GMT
- Straight forward problem solving mentality Thu, 01 Apr 2021 00:00:00 GMT
- Stop being frantic about code testing Wed, 31 Mar 2021 00:00:00 GMT
- How do I know if I really need object-oriented programming? Tue, 30 Mar 2021 00:00:00 GMT
- Procedural programming in PHP Tue, 30 Mar 2021 00:00:00 GMT
- How to test procedural functions with PHPUnit Tue, 30 Mar 2021 00:00:00 GMT
- No more object-oriented programming with PHP Sat, 27 Mar 2021 00:00:00 GMT
- JavaScript malware infested nightmare Mon, 01 Mar 2021 00:00:00 GMT
- Code has to be simplified until it becomes absolutely correct Tue, 16 Feb 2021 00:00:00 GMT
- This is how you keep your dignity and not sell your soul Thu, 11 Feb 2021 00:00:00 GMT
- Are you trusting open source blindly? Then you're in for a world of hurt! Wed, 10 Feb 2021 00:00:00 GMT
- Real full disk encryption using GRUB on Artix Linux for BIOS and UEFI Wed, 10 Feb 2021 00:00:00 GMT
- Some of the problems with the GPL Tue, 02 Feb 2021 00:00:00 GMT
- The terminal, the console and the shell - what are they? Wed, 13 Jan 2021 00:00:00 GMT
- The Social Dilemma Sun, 08 Nov 2020 00:00:00 GMT
- OpenBSD Router Guide Thu, 05 Nov 2020 00:00:00 GMT
- Important open source projects should not use GitHub Fri, 23 Oct 2020 00:00:00 GMT
- Choose your browser carefully Tue, 20 Oct 2020 00:00:00 GMT
- Come full circle - back to HTML Sun, 18 Oct 2020 00:00:00 GMT
- Technical reasons to choose FreeBSD over GNU/Linux Sat, 11 Apr 2020 00:00:00 GMT
- Vim - I hate to love you Tue, 07 Apr 2020 00:00:00 GMT
- Turning suckless into suckmore Mon, 23 Mar 2020 00:00:00 GMT
- How you can manage the i3 window manager on multiple computers Sat, 21 Mar 2020 00:00:00 GMT
- Migrating ZFS from Linux to FreeBSD Tue, 11 Feb 2020 00:00:00 GMT
- Some of the great GNU/Linux distributions Sun, 09 Feb 2020 00:00:00 GMT
- Choosing between OpenBSD and FreeBSD Fri, 07 Feb 2020 00:00:00 GMT
- How to setup FreeBSD with a riced desktop - part 3 - i3 Fri, 24 Jan 2020 00:00:00 GMT
- How to setup FreeBSD with a riced desktop - part 2 - Xfce Thu, 23 Jan 2020 00:00:00 GMT
- How to setup FreeBSD with a riced desktop - part 1 - Basic setup Wed, 22 Jan 2020 00:00:00 GMT
- Why you should migrate everything from Linux to BSD - part 2 Tue, 21 Jan 2020 00:00:00 GMT
- FreeBSD is an amazing operating system Mon, 20 Jan 2020 00:00:00 GMT
- Why you should migrate everything from Linux to BSD Sat, 18 Jan 2020 00:00:00 GMT
- Job interviews in tech gone haywire Wed, 25 Dec 2019 00:00:00 GMT
- When the modern approach is nothing but hype Thu, 07 Nov 2019 00:00:00 GMT
- My favorite note-taking method Sun, 03 Nov 2019 00:00:00 GMT
- Go (Golang) - understanding the object oriented features with structs, methods, and interfaces Sat, 02 Nov 2019 00:00:00 GMT
- Go (Golang) - Errors and panics Tue, 16 Jul 2019 00:00:00 GMT
- Go (Golang) - Logging that matters Sun, 14 Jul 2019 00:00:00 GMT
- Stop pushing JavaScript! Tue, 02 Jul 2019 00:00:00 GMT
- When abstractions, design patterns, and design principles lead to spaghetti code Sun, 26 May 2019 00:00:00 GMT
- Battle testing ZFS, Btrfs and mdadm+dm-integrity Sun, 05 May 2019 00:00:00 GMT
- Installing Arch Linux with ZFS on a USB stick Thu, 28 Mar 2019 00:00:00 GMT
- Remuxing ISO, DVD, or Bluray using cat and ffmpeg on Linux Wed, 05 Dec 2018 00:00:00 GMT
- Reviving Cubox with Arch Linux ARM Sun, 11 Nov 2018 00:00:00 GMT
- The real motivation behind systemd Tue, 01 May 2018 00:00:00 GMT
- Void Linux - a great and unique Linux distribution Fri, 30 Mar 2018 00:00:00 GMT
- Real full disk encryption using GRUB on Void Linux for BIOS Fri, 30 Mar 2018 00:00:00 GMT
- Package management in OpenBSD Thu, 29 Mar 2018 00:00:00 GMT
- OpenBSD is fantastic Tue, 13 Mar 2018 00:00:00 GMT
- Arch Linux mail server tutorial - part 3 - Get DNS right, it's important! Fri, 29 Dec 2017 00:00:00 GMT
- Arch Linux mail server tutorial - part 2 - OpenSMTPD, Dovecot, DKIMproxy, and Let's Encrypt Thu, 28 Dec 2017 00:00:00 GMT
- Arch Linux mail server tutorial - part 1 - What is email? Wed, 27 Dec 2017 00:00:00 GMT
- Stay away from Cloudflare Wed, 20 Dec 2017 00:00:00 GMT
- Make the current commit the initial commit in a Git repository Sun, 10 Dec 2017 00:00:00 GMT
- The typical discussions about BSD vs Linux Sun, 15 Oct 2017 00:00:00 GMT
- Real full disk encryption using GRUB on Debian GNU/Linux for BIOS Fri, 23 Jun 2017 00:00:00 GMT
- Real full disk encryption using GRUB on Arch Linux for BIOS and UEFI Tue, 30 May 2017 00:00:00 GMT
- How to split your DNS requests when using a VPN Mon, 14 Nov 2016 00:00:00 GMT
- Programming languages and programming paradigms Sat, 02 Jan 2016 00:00:00 GMT
- Bummer PHP Sun, 20 Dec 2015 00:00:00 GMT
- Composer and Packagist - a bad implementation! Thu, 10 Dec 2015 00:00:00 GMT
- To framework or not to framework? Tue, 10 Nov 2015 00:00:00 GMT
- No your API isn't REST, but don't worry, it really shouldn't be! Sun, 01 Nov 2015 00:00:00 GMT
- Design Patterns Can Be Very Evil Sun, 15 Mar 2015 00:00:00 GMT
- Procedural Programming vs Object-Oriented Programming Sat, 28 Feb 2015 00:00:00 GMT
- Web application with a single entry point Thu, 01 Jan 2015 00:00:00 GMT
- Keeping your home in Git, the right way Wed, 17 Dec 2014 00:00:00 GMT
- Trying out Arch Linux again Wed, 16 Oct 2013 00:00:00 GMT
- PSR-0 is not a solution it is a bypass! Tue, 23 Apr 2013 00:00:00 GMT
- Most PHP Frameworks are not for programmers Wed, 17 Apr 2013 00:00:00 GMT
- When template engines for PHP get in the way Tue, 26 Mar 2013 00:00:00 GMT
- Be careful when using docking stations Mon, 04 Feb 2013 00:00:00 GMT
- An alternative way to play YouTube videos without using Flash Sat, 15 Dec 2012 00:00:00 GMT
- How to Create a New and Empty Branch in Git Wed, 18 Jan 2012 00:00:00 GMT
- How to set your hostname and domain name correctly Wed, 18 Jan 2012 00:00:00 GMT
- GnuPG Tutorial Wed, 18 Jan 2012 00:00:00 GMT
- Enforce strong passwords in Debian Thu, 17 Mar 2011 00:00:00 GMT
- Unloading of modules at boot time in Debian Sat, 12 Feb 2011 00:00:00 GMT
- Benchmark 4 - Notes About Caching and Benchmarking Fri, 17 Dec 2010 00:00:00 GMT
- Benchmark 3 - The Alternative PHP Cache (APC) Thu, 16 Dec 2010 00:00:00 GMT
- Benchmark 2 - MySQL Cache Wed, 15 Dec 2010 00:00:00 GMT
- Benchmark 1 - Dynamic pages vs. static pages vs. Memcached Tue, 14 Dec 2010 00:00:00 GMT
- Social networking is a poor substitute to real human interaction Thu, 18 Nov 2010 00:00:00 GMT
- The Book "Pro PHP Refactoring" Fri, 05 Nov 2010 00:00:00 GMT
- Code comments are good right? Well, not if there are too many! Thu, 21 Oct 2010 00:00:00 GMT
- Code Navigation, Design Patterns, and Too Many Functions Tue, 12 Oct 2010 00:00:00 GMT
- Git bare vs. non-bare repositories Sat, 09 Oct 2010 00:00:00 GMT
- What does GRUB see? Tue, 07 Sep 2010 00:00:00 GMT
- Windows XP nv4_disp infinite loop problem Tue, 19 Jan 2010 00:00:00 GMT
- For Debian - what package does that file belong to? Tue, 12 Jan 2010 00:00:00 GMT
- umount - device is busy Tue, 12 Jan 2010 00:00:00 GMT
- Simple CHM to PDF conversion on Linux and BSD Thu, 07 Jan 2010 00:00:00 GMT
- Resume SFTP transfer with rsync Tue, 15 Dec 2009 00:00:00 GMT
- Passwords from the attackers point of view Wed, 21 Oct 2009 00:00:00 GMT
- Localized version in the console? No thanks! Tue, 20 Oct 2009 00:00:00 GMT
- How to convert a man page into PS, PDF or DVI Thu, 15 Oct 2009 00:00:00 GMT
- Mercurial branching, main and stable, a possible workflow Wed, 14 Oct 2009 00:00:00 GMT
- PHP include path problems Tue, 15 Sep 2009 00:00:00 GMT
- Why I do not like derived Linux distributions Thu, 13 Aug 2009 00:00:00 GMT
- Mount an OpenBSD slice from Linux Tue, 04 Aug 2009 00:00:00 GMT
- Finding and removing duplicate files with fdupes Sat, 01 Aug 2009 00:00:00 GMT
- Mozilla Firefox Keywords Shortcuts Sat, 01 Aug 2009 00:00:00 GMT
- Encrypting and decrypting files using GnuPG, OpenSSL or Mcrypt Wed, 01 Apr 2009 00:00:00 GMT
- CD or DVD Boot problems on MAC Sun, 15 Mar 2009 00:00:00 GMT
- Cache your DNS requests using Bind Sun, 15 Mar 2009 00:00:00 GMT
- Remove -- MARK -- from the message log Sun, 15 Mar 2009 00:00:00 GMT
- Keeping the system time precise using NTP Sun, 15 Mar 2009 00:00:00 GMT
- Resume SFTP transfer with PuTTY Sat, 14 Mar 2009 00:00:00 GMT
- PHP Security Fri, 28 Nov 2008 00:00:00 GMT
- Trying out Arch Linux Tue, 04 Nov 2008 00:00:00 GMT
- Ubuntu as in Debian? Mon, 03 Nov 2008 00:00:00 GMT
- Using EncFS to encrypt some of your files Sun, 02 Nov 2008 00:00:00 GMT
- Choosing a new backup solution, Duplicity, rdiff-backup or Rsnapshot Thu, 30 Oct 2008 00:00:00 GMT
- Speed down your CPU Tue, 12 Aug 2008 00:00:00 GMT
- Pointers in C Wed, 26 Dec 2007 00:00:00 GMT
- Programming in C, Cpp, and Ada Tue, 25 Dec 2007 00:00:00 GMT
- Choosing a good book on programming Fri, 14 Dec 2007 00:00:00 GMT
- Revision control Sat, 17 Nov 2007 00:00:00 GMT
- Wrong default encoding on the Apache webserver Wed, 22 Aug 2007 00:00:00 GMT
- Who is listening on my ports Sat, 13 Jan 2007 00:00:00 GMT
- diff and patch Mon, 22 May 2006 00:00:00 GMT
Simon Willison's Weblog URL | Feed
- What's the carbon footprint of using ChatGPT? 2025-05-06T19:47:26+00:00
- Saying "hi" to Microsoft's Phi-4-reasoning 2025-05-06T18:25:45+00:00
- Gemini 2.5 Pro Preview: even better coding performance 2025-05-06T18:09:40+00:00
- Quoting Daniel Stenberg 2025-05-06T15:12:17+00:00
- What people get wrong about the leading Chinese open models: Adoption and censorship 2025-05-06T14:06:37+00:00
- Request for more articles on prompting techniques 2025-05-05T18:54:30+00:00
- Quoting Max Woolf 2025-05-05T18:31:48+00:00
- Feed a video to a vision LLM as a sequence of JPEG frames on the CLI (also LLM 0.25) 2025-05-05T17:38:25+00:00
- Quoting Arvind Narayanan 2025-05-05T16:11:06+00:00
- Dummy's Guide to Modern LLM Sampling 2025-05-04T21:13:02+00:00
- Breakwater Barbecue in the El Granada station for the Ocean Shore Railroad 2025-05-04T17:09:08+00:00
- DuckDB is Probably the Most Important Geospatial Software of the Last Decade 2025-05-04T00:28:35+00:00
- Qwen3-8B 2025-05-02T23:41:52+00:00
- Claude feature drop 2025-05-02T18:45:57+00:00
- Expanding on what we missed with sycophancy 2025-05-02T16:57:49+00:00
- Vibes 2025-05-01T23:22:06+00:00
- Making PyPI's test suite 81% faster 2025-05-01T21:32:18+00:00
- Redis is open source again 2025-05-01T17:19:36+00:00
- Two publishers and three authors fail to understand what "vibe coding" means 2025-05-01T14:26:35+00:00
- Quoting Mark Zuckerberg 2025-05-01T00:28:53+00:00
- Understanding the recent criticism of the Chatbot Arena 2025-04-30T22:55:46+00:00
- Sycophancy in GPT-4o: What happened and what we’re doing about it 2025-04-30T03:49:31+00:00
- A cheat sheet for why using ChatGPT is not bad for the environment 2025-04-29T16:21:59+00:00
- Quoting Mikhail Parakhin 2025-04-29T13:17:45+00:00
- A comparison of ChatGPT/GPT-4o's previous and current system prompts 2025-04-29T02:31:30+00:00
- Qwen 3 offers a case study in how to effectively release a model 2025-04-29T00:37:03+00:00
- Quoting Luis von Ahn 2025-04-28T19:48:37+00:00
- Qwen2.5 Omni: See, Hear, Talk, Write, Do It All! 2025-04-28T16:41:29+00:00
- Giving software away for free 2025-04-28T16:10:58+00:00
- o3 Beats a Master-Level Geoguessr Player—Even with Fake EXIF Data 2025-04-28T15:07:22+00:00
tonsky.me URL | Feed
Nikita Prokopov’s blog
- When You Get to Be Smart Writing a Macro 2025-05-01T00:00:00Z
- Talk: Clojure workflow with Sublime Text @ SciCloj 2025-03-28T00:00:00Z
- Podcast: Мир стал строго лучше @ Думаем дальше 2025-03-22T00:00:00Z
- Podcast: Nikitonsky про современные редакторы кода @ Тысяча фичей 2024-09-30T00:00:00Z
- Logo: Squint 2024-07-29T00:00:00Z
Drew DeVault's blog URL | Feed
Recent content in Blogs on Drew DeVault's blog
- The British Airways position on various border disputes Mon, 05 May 2025 00:00:00 +0000
- Resistance from the tech sector Sun, 20 Apr 2025 00:00:00 +0000
- A Firefox addon for putting prices into perspective Fri, 04 Apr 2025 00:00:00 +0000
- Using linkhut to signal-boost my bookmarks Thu, 27 Mar 2025 00:00:00 +0000
- Please stop externalizing your costs directly into my face Mon, 17 Mar 2025 00:00:00 +0000
- A holistic perspective on intellectual property, part 1 Thu, 13 Feb 2025 00:00:00 +0000
- Join us to discuss transparency and governance at FOSDEM '25 Thu, 23 Jan 2025 00:00:00 +0000
- FOSDEM '25 protest Mon, 20 Jan 2025 00:00:00 +0000
- No billionaires at FOSDEM Thu, 16 Jan 2025 00:00:00 +0000
- Neurodivergence and accountability in free software Wed, 25 Sep 2024 00:00:00 +0000
- Rust for Linux revisited Fri, 30 Aug 2024 00:00:00 +0000
- So you want to compete with or replace open source Tue, 16 Jul 2024 00:00:00 +0000
- Writing a Unix clone in about a month Fri, 24 May 2024 00:00:00 +0000
- Copyleft licenses are not “restrictive” Fri, 19 Apr 2024 00:00:00 +0000
- FDO's conduct enforcement actions regarding Vaxry Tue, 09 Apr 2024 00:00:00 +0000
- Why Prusa is floundering, and how you can avoid their fate Tue, 26 Dec 2023 00:00:00 +0000
- Richard Stallman's political discourse on sex Sat, 25 Nov 2023 00:00:00 +0000
- Can I be on your podcast? Thu, 09 Nov 2023 00:00:00 +0000
- On "real name" policies Tue, 31 Oct 2023 00:00:00 +0000
- Going off-script Fri, 13 Oct 2023 00:00:00 +0000
- The forbidden topics Fri, 29 Sep 2023 00:00:00 +0000
- Hyprland is a toxic community Sun, 17 Sep 2023 00:00:00 +0000
- AI crap Tue, 29 Aug 2023 00:00:00 +0000
- Hello from Ares! Wed, 09 Aug 2023 00:00:00 +0000
- The rc shell and its excellent handling of whitespace Mon, 31 Jul 2023 00:00:00 +0000
- Alpine Linux does not make the news Tue, 25 Jul 2023 00:00:00 +0000
- Seriously, don't sign a CLA Tue, 04 Jul 2023 00:00:00 +0000
- Social media and "parasocial media" Fri, 30 Jun 2023 00:00:00 +0000
- Burnout and the quiet failures of the hacker community Thu, 29 Jun 2023 00:00:00 +0000
- Reforming the free software message Mon, 19 Jun 2023 00:00:00 +0000
- Throwing in the towel on mobile Linux Fri, 16 Jun 2023 00:00:00 +0000
- How to go to war with your employer Mon, 12 Jun 2023 00:00:00 +0000
- Burnout Mon, 01 May 2023 00:00:00 +0000
- Who should lead us? Mon, 24 Apr 2023 00:00:00 +0000
- rc: a new shell for Unix Tue, 18 Apr 2023 00:00:00 +0000
- The Free Software Foundation is dying Tue, 11 Apr 2023 00:00:00 +0000
- Writing Helios drivers in the Mercury driver environment Sat, 08 Apr 2023 00:00:00 +0000
- When to comment that code Thu, 09 Mar 2023 00:00:00 +0000
- Porting Helios to aarch64 for my FOSDEM talk, part one Mon, 20 Feb 2023 00:00:00 +0000
- Should private platforms engage in censorship? Mon, 30 Jan 2023 00:00:00 +0000
- My plans at FOSDEM: SourceHut, Hare, and Helios Tue, 24 Jan 2023 00:00:00 +0000
- Setting a new focus for my blog Sun, 22 Jan 2023 00:00:00 +0000
- I shall toil at a reduced volume Thu, 01 Dec 2022 00:00:00 +0000
- Codegen in Hare v2 Sat, 26 Nov 2022 00:00:00 +0000
- In praise of Plan 9 Sat, 12 Nov 2022 00:00:00 +0000
- Notes from kernel hacking in Hare, part 3: serial driver Thu, 27 Oct 2022 00:00:00 +0000
- TOTP for 2FA is incredibly easy to implement. So what's your excuse? Tue, 18 Oct 2022 00:00:00 +0000
- Status update, October 2022 Sat, 15 Oct 2022 00:00:00 +0000
- In praise of ffmpeg Wed, 12 Oct 2022 00:00:00 +0000
- Does Rust belong in the Linux kernel? Mon, 03 Oct 2022 00:00:00 +0000
- Notes from kernel hacking in Hare, part 2: multi-threading Sun, 02 Oct 2022 00:00:00 +0000
- The phrase "open source" (still) matters Fri, 16 Sep 2022 00:00:00 +0000
- Status update, September 2022 Thu, 15 Sep 2022 00:00:00 +0000
- Notes from kernel hacking in Hare, part 1 Wed, 07 Sep 2022 00:00:00 +0000
- In praise of qemu Fri, 02 Sep 2022 00:00:00 +0000
- powerctl: A small case study in Hare for systems programming Sun, 28 Aug 2022 00:00:00 +0000
- A review of postmarketOS on the Xiaomi Poco F1 Thu, 25 Aug 2022 00:00:00 +0000
- PINE64 has let its community down Thu, 18 Aug 2022 00:00:00 +0000
- Status update, August 2022 Tue, 16 Aug 2022 00:00:00 +0000
- How I wish I could organize my thoughts Wed, 10 Aug 2022 00:00:00 +0000
- Conciseness Tue, 26 Jul 2022 00:00:00 +0000
- Code review at the speed of email Mon, 25 Jul 2022 00:00:00 +0000
- The past and future of open hardware Mon, 25 Jul 2022 00:00:00 +0000
- Status update, July 2022 Mon, 18 Jul 2022 00:00:00 +0000
- The Fediverse can be pretty toxic Sat, 09 Jul 2022 00:00:00 +0000
- Porting Doom to Helios Fri, 01 Jul 2022 00:00:00 +0000
- GitHub Copilot and open source laundering Thu, 23 Jun 2022 00:00:00 +0000
- Introducing the Himitsu keyring & password manager for Unix Mon, 20 Jun 2022 00:00:00 +0000
- Status update, June 2022 Wed, 15 Jun 2022 00:00:00 +0000
- The Helios microkernel Mon, 13 Jun 2022 00:00:00 +0000
- bleh Mon, 30 May 2022 00:00:00 +0000
- Google has been DDoSing SourceHut for over a year Wed, 25 May 2022 00:00:00 +0000
- Status update, May 2022 Mon, 16 May 2022 00:00:00 +0000
- A Hare code generator for finding ioctl numbers Sat, 14 May 2022 00:00:00 +0000
- When will we learn? Thu, 12 May 2022 00:00:00 +0000
- Implementing an SSH agent in Hare Mon, 09 May 2022 00:00:00 +0000
- Announcing the Hare programming language Mon, 25 Apr 2022 00:00:00 +0000
- Status update, April 2022 Fri, 15 Apr 2022 00:00:00 +0000
- Announcing git snail-mail Fri, 01 Apr 2022 00:00:00 +0000
- It is important for free software to use free software infrastructure Tue, 29 Mar 2022 00:00:00 +0000
- The Netherlands so far Thu, 24 Mar 2022 00:00:00 +0000
- Status update, March 2022 Tue, 15 Mar 2022 00:00:00 +0000
- It takes a village Mon, 14 Mar 2022 00:00:00 +0000
- Why am I building a programming language in private? Sun, 13 Mar 2022 00:00:00 +0000
- Open Source is defined by the OSI's Open Source Definition Tue, 01 Mar 2022 00:00:00 +0000
- Plaid is an evil nightmare product from Security Hell Sat, 19 Feb 2022 00:00:00 +0000
- Status update, February 2022 Tue, 15 Feb 2022 00:00:00 +0000
- Framing accessibility in broader terms Sun, 13 Feb 2022 00:00:00 +0000
- Free software licenses explained: MIT Mon, 07 Feb 2022 00:00:00 +0000
- Implementing a MIME database in XXXX Fri, 28 Jan 2022 00:00:00 +0000
- Pine64 should re-evaluate their community priorities Tue, 18 Jan 2022 00:00:00 +0000
- Status update, January 2022 Mon, 17 Jan 2022 00:00:00 +0000
- The RISC-V experience Sat, 15 Jan 2022 00:00:00 +0000
- Breaking down a small language design proposal Thu, 30 Dec 2021 00:00:00 +0000
- Please don't use Discord for FOSS projects Tue, 28 Dec 2021 00:00:00 +0000
- Please use me as a resource Sat, 25 Dec 2021 00:00:00 +0000
- Sustainable creativity in a world without copyright Thu, 23 Dec 2021 00:00:00 +0000
- On commercial forks of FOSS projects Sat, 18 Dec 2021 00:00:00 +0000
- Status update, December 2021 Wed, 15 Dec 2021 00:00:00 +0000
- Impressions of Linux Mint & elementary OS Tue, 14 Dec 2021 00:00:00 +0000
- How new Linux users can increase their odds of success Sun, 05 Dec 2021 00:00:00 +0000
- What desktop Linux needs to succeed in the mainstream Sun, 05 Dec 2021 00:00:00 +0000
- postmarketOS revolutionizes smartphone hacking Fri, 26 Nov 2021 00:00:00 +0000
- My philosophy for productive instant messaging Wed, 24 Nov 2021 00:00:00 +0000
- I will pay you cash to delete your npm module Tue, 16 Nov 2021 00:00:00 +0000
- Python: Please stop screwing over Linux distros Tue, 16 Nov 2021 00:00:00 +0000
- Status update, November 2021 Mon, 15 Nov 2021 00:00:00 +0000
- Breaking down Apollo Federation's anti-FOSS corporate gaslighting Fri, 05 Nov 2021 00:00:00 +0000
- GitHub stale bot considered harmful Tue, 26 Oct 2021 00:00:00 +0000
- How SmarterEveryDay's 4privacy can, and cannot, meet its goals Fri, 22 Oct 2021 00:00:00 +0000
- Software developers have stopped caring about reliability Sun, 17 Oct 2021 00:00:00 +0000
- Status update, October 2021 Fri, 15 Oct 2021 00:00:00 +0000
- How reflection works in **** Tue, 05 Oct 2021 00:00:00 +0000
- Developers: Let distros do their job Mon, 27 Sep 2021 00:00:00 +0000
- Nitter and other Internet reclamation projects Thu, 23 Sep 2021 00:00:00 +0000
- Status update, September 2021 Wed, 15 Sep 2021 00:00:00 +0000
- visurf, a web browser based on NetSurf Sat, 11 Sep 2021 00:00:00 +0000
- Status update, August 2021 Sun, 15 Aug 2021 00:00:00 +0000
- Tips for debugging your new programming language Wed, 11 Aug 2021 00:00:00 +0000
- Police to begin regular, warrant-free searches of homes for child abuse material Tue, 10 Aug 2021 00:00:00 +0000
- proxy.golang.org allows many Go packages to be silently broken Fri, 06 Aug 2021 00:00:00 +0000
- In praise of PostgreSQL Thu, 05 Aug 2021 00:00:00 +0000
- My wish-list for the next YAML Wed, 28 Jul 2021 00:00:00 +0000
- Status update, July 2021 Thu, 15 Jul 2021 00:00:00 +0000
- Is GitHub a derivative work of GPL'd software? Sun, 04 Jul 2021 00:00:00 +0000
- How does IRC's federation model compare to ActivityPub? Sat, 03 Jul 2021 00:00:00 +0000
- You can't capture the nuance of my form fields Sun, 27 Jun 2021 00:00:00 +0000
- A finger client Thu, 24 Jun 2021 00:00:00 +0000
- Status update, June 2021 Tue, 15 Jun 2021 00:00:00 +0000
- Provided "as is", without warranty of any kind Mon, 14 Jun 2021 00:00:00 +0000
- I will be moving to the Netherlands Mon, 07 Jun 2021 00:00:00 +0000
- Build your project in our new language Sun, 30 May 2021 00:00:00 +0000
- Using io_uring to make a high-performance... finger server Mon, 24 May 2021 00:00:00 +0000
- How to write release notes Wed, 19 May 2021 00:00:00 +0000
- aerc, mbsync, and postfix for maximum comfy offline email Mon, 17 May 2021 00:00:00 +0000
- Status update, May 2021 Sun, 16 May 2021 00:00:00 +0000
- Pinebook Pro review Fri, 14 May 2021 00:00:00 +0000
- I try not to make unlikable software (and features) Sat, 08 May 2021 00:00:00 +0000
- godocs.io six months later Fri, 07 May 2021 00:00:00 +0000
- In praise of Alpine Linux Thu, 06 May 2021 00:00:00 +0000
- Cryptocurrency is an abject disaster Mon, 26 Apr 2021 00:00:00 +0000
- Recommended read: Why Lichess will always be free Fri, 23 Apr 2021 00:00:00 +0000
- Parsers all the way down: writing a self-hosting parser Thu, 22 Apr 2021 00:00:00 +0000
- Status update, April 2021 Thu, 15 Apr 2021 00:00:00 +0000
- The Developer Certificate of Origin is a great alternative to a CLA Mon, 12 Apr 2021 00:00:00 +0000
- What should the next chat app look like? Wed, 07 Apr 2021 00:00:00 +0000
- Go is a great programming language Fri, 02 Apr 2021 00:00:00 +0000
- The world's stupidest IRC bot Mon, 29 Mar 2021 00:00:00 +0000
- The complete guide for open sourcing video games Tue, 23 Mar 2021 00:00:00 +0000
- We are building a new systems programming language Fri, 19 Mar 2021 00:00:00 +0000
- Status update, March 2021 Mon, 15 Mar 2021 00:00:00 +0000
- The corporate surveillance machine is killing people Sat, 06 Mar 2021 00:00:00 +0000
- To make money in FOSS, build a business first Wed, 03 Mar 2021 00:00:00 +0000
- Gmail is a huge source of spam Thu, 25 Feb 2021 00:00:00 +0000
- A great alternative is rarely fatter than what it aims to replace Sun, 21 Feb 2021 00:00:00 +0000
- Status update, February 2021 Mon, 15 Feb 2021 00:00:00 +0000
- How to make your downstream users happy Tue, 09 Feb 2021 00:00:00 +0000
- Use open platforms — or else Thu, 28 Jan 2021 00:00:00 +0000
- Open source means surrendering your monopoly over commercial exploitation Wed, 20 Jan 2021 00:00:00 +0000
- Elasticsearch does not belong to Elastic Tue, 19 Jan 2021 00:00:00 +0000
- Spooky action at a distance Tue, 19 Jan 2021 00:00:00 +0000
- Status update, January 2021 Fri, 15 Jan 2021 00:00:00 +0000
- History will not remember us fondly Thu, 07 Jan 2021 00:00:00 +0000
- Fostering a culture that values stability and reliability Mon, 04 Jan 2021 00:00:00 +0000
- A megacorp is not your dream job Fri, 01 Jan 2021 00:00:00 +0000
- How to design a new programming language from scratch Fri, 25 Dec 2020 00:00:00 +0000
- godocs.io is now available Fri, 18 Dec 2020 00:00:00 +0000
- Status update, December 2020 Tue, 15 Dec 2020 00:00:00 +0000
- Become shell literate Sat, 12 Dec 2020 00:00:00 +0000
- Web analytics should at least meet the standards of informed consent Fri, 04 Dec 2020 00:00:00 +0000
- A few ways to make money in FOSS Fri, 20 Nov 2020 00:00:00 +0000
- We can do better than DuckDuckGo Tue, 17 Nov 2020 00:00:00 +0000
- Status update, November 2020 Sun, 15 Nov 2020 00:00:00 +0000
- Utility vs usability Fri, 06 Nov 2020 00:00:00 +0000
- What is this Gemini thing anyway, and why am I excited about it? Sun, 01 Nov 2020 00:00:00 +0000
- I'm handing over maintenance of wlroots and sway to Simon Ser Fri, 23 Oct 2020 00:00:00 +0000
- Firefox: The Jewel^WEmbarassment of Open Source Thu, 22 Oct 2020 00:00:00 +0000
- Status update, October 2020 Thu, 15 Oct 2020 00:00:00 +0000
- Four principles of software engineering Fri, 09 Oct 2020 00:00:00 +0000
- Spamtoberfest Thu, 01 Oct 2020 00:00:00 +0000
- A tale of two libcs Fri, 25 Sep 2020 00:00:00 +0000
- TOFU recommendations for Gemini Mon, 21 Sep 2020 00:00:00 +0000
- The unrealized potential of federation Sun, 20 Sep 2020 00:00:00 +0000
- Status update, September 2020 Tue, 15 Sep 2020 00:00:00 +0000
- Linux development is distributed - profoundly so Wed, 02 Sep 2020 00:00:00 +0000
- Embrace, extend, and finally extinguish - Microsoft plays their hand Thu, 27 Aug 2020 00:00:00 +0000
- Alice in Wonderland and the theft of the public domain Mon, 24 Aug 2020 00:00:00 +0000
- Software engineers solve problems Mon, 17 Aug 2020 00:00:00 +0000
- Status update, August 2020 Sun, 16 Aug 2020 00:00:00 +0000
- Web browsers need to stop Thu, 13 Aug 2020 00:00:00 +0000
- I want to contribute to your project, how do I start? Mon, 10 Aug 2020 00:00:00 +0000
- pkg.go.dev is more concerned with Google's interests than good engineering Sat, 01 Aug 2020 00:00:00 +0000
- The falsehoods of anti-AGPL propaganda Mon, 27 Jul 2020 00:00:00 +0000
- Status update, July 2020 Wed, 15 Jul 2020 00:00:00 +0000
- March 2nd, 1943 Tue, 14 Jul 2020 00:00:00 +0000
- General-purpose OS, special-purpose OS, and now: vendor-purpose OS Fri, 26 Jun 2020 00:00:00 +0000
- Introducing the BARE message encoding Sun, 21 Jun 2020 00:00:00 +0000
- Status update, June 2020 Mon, 15 Jun 2020 00:00:00 +0000
- Can we talk about client-side certificates? Fri, 12 Jun 2020 00:00:00 +0000
- Add a "contrib" directory to your projects Sat, 06 Jun 2020 00:00:00 +0000
- Status update, May 2020 Fri, 15 May 2020 00:00:00 +0000
- We are complicit in our employer's deeds Tue, 05 May 2020 00:00:00 +0000
- How to store data forever Wed, 22 Apr 2020 00:00:00 +0000
- Configuring aerc for git via email Mon, 20 Apr 2020 00:00:00 +0000
- Status update, April 2020 Wed, 15 Apr 2020 00:00:00 +0000
- My unorthodox, branchless git workflow Mon, 06 Apr 2020 00:00:00 +0000
- Designing and 3D printing a new part for my truck Wed, 25 Mar 2020 00:00:00 +0000
- The reckless, infinite scope of web browsers Wed, 18 Mar 2020 00:00:00 +0000
- GitHub's new notifications: a case of regressive design Fri, 13 Mar 2020 00:00:00 +0000
- An open letter to Senator Bob Casey on end-to-end encryption Sat, 07 Mar 2020 00:00:00 +0000
- The Abiopause Tue, 03 Mar 2020 00:00:00 +0000
- Thoughts on performance & optimization Fri, 21 Feb 2020 00:00:00 +0000
- Fucking laptops Tue, 18 Feb 2020 00:00:00 +0000
- Status update, February 2020 Sat, 15 Feb 2020 00:00:00 +0000
- Dependencies and maintainers Thu, 06 Feb 2020 00:00:00 +0000
- KnightOS was an interesting operating system Mon, 27 Jan 2020 00:00:00 +0000
- The happinesses and stresses of full-time FOSS work Tue, 21 Jan 2020 00:00:00 +0000
- A philosophy of project governance Fri, 17 Jan 2020 00:00:00 +0000
- Status update, January 2020 Wed, 15 Jan 2020 00:00:00 +0000
- Following up on "Hello world" Wed, 08 Jan 2020 00:00:00 +0000
- Hello world Sat, 04 Jan 2020 00:00:00 +0000
- Managing my dotfiles as a git repository Mon, 30 Dec 2019 00:00:00 +0000
- PinePhone review Wed, 18 Dec 2019 00:00:00 +0000
- Status update, December 2019 Sun, 15 Dec 2019 00:00:00 +0000
- Developers shouldn't distribute their own software Mon, 09 Dec 2019 00:00:00 +0000
- Take action to save .org and prosecute those who sold out the internet Fri, 29 Nov 2019 00:00:00 +0000
- Software developers should avoid traumatic changes Tue, 26 Nov 2019 00:00:00 +0000
- China Wed, 20 Nov 2019 00:00:00 +0000
- Status update, November 2019 Fri, 15 Nov 2019 00:00:00 +0000
- An old-school shell hack on a line printer Wed, 30 Oct 2019 00:00:00 +0000
- Status update, October 2019 Tue, 15 Oct 2019 00:00:00 +0000
- How to fuck up software releases Sat, 12 Oct 2019 00:00:00 +0000
- RaptorCS's redemption: the POWER9 machine works Thu, 10 Oct 2019 00:00:00 +0000
- Why Collabora really added Digital Restrictions Management to Weston Mon, 07 Oct 2019 00:00:00 +0000
- RaptorCS POWER9 Blackbird PC review Mon, 23 Sep 2019 00:00:00 +0000
- Don't sacrifice the right ideas to win the right words Tue, 17 Sep 2019 00:00:00 +0000
- Status update, September 2019 Sun, 15 Sep 2019 00:00:00 +0000
- How I decide between many programming languages Sun, 08 Sep 2019 00:00:00 +0000
- Building interactive SSH applications Mon, 02 Sep 2019 00:00:00 +0000
- Shell access for builds.sr.ht CI Mon, 19 Aug 2019 00:00:00 +0000
- Status update, August 2019 Thu, 15 Aug 2019 00:00:00 +0000
- DRM leasing: VR for Wayland Fri, 09 Aug 2019 00:00:00 +0000
- FOSS contributor tracks Mon, 29 Jul 2019 00:00:00 +0000
- Status update, July 2019 Mon, 15 Jul 2019 00:00:00 +0000
- Announcing code annotations for SourceHut Mon, 08 Jul 2019 00:00:00 +0000
- Absence of certain features in IRC considered a feature Mon, 01 Jul 2019 00:00:00 +0000
- Status update, June 2019 Sat, 15 Jun 2019 00:00:00 +0000
- My personal journey from MIT to GPL Thu, 13 Jun 2019 00:00:00 +0000
- Initial pre-release of aerc: an email client for your terminal Mon, 03 Jun 2019 00:00:00 +0000
- What is a fork, really, and how GitHub changed its meaning Fri, 24 May 2019 00:00:00 +0000
- Status update, May 2019 Wed, 15 May 2019 00:00:00 +0000
- Webcast: Reviewing git & mercurial patches with email Mon, 13 May 2019 00:00:00 +0000
- Calculating your donation's value following Patreon's fee changes Mon, 06 May 2019 00:00:00 +0000
- Announcing Wio: A clone of Plan 9's Rio for Wayland Wed, 01 May 2019 00:00:00 +0000
- The "shut up and get back to work" coding style guide Mon, 29 Apr 2019 00:00:00 +0000
- Using Cage for a seamless remote Wayland session Tue, 23 Apr 2019 00:00:00 +0000
- Choosing a VPN service is a serious decision Fri, 19 Apr 2019 00:00:00 +0000
- Announcing first-class Mercurial support on Sourcehut Mon, 15 Apr 2019 00:00:00 +0000
- Status update, April 2019 Mon, 15 Apr 2019 00:00:00 +0000
- NewPipe represents the best of FOSS Tue, 02 Apr 2019 00:00:00 +0000
- Rust is not a good C replacement Mon, 25 Mar 2019 00:00:00 +0000
- Status update, March 2019 Fri, 15 Mar 2019 00:00:00 +0000
- Announcing the release of sway 1.0 Mon, 11 Mar 2019 00:00:00 +0000
- Sourcehut's spartan approach to web design Mon, 04 Mar 2019 00:00:00 +0000
- Tips for a disciplined git workflow Mon, 25 Feb 2019 00:00:00 +0000
- Generics aren't ready for Go Mon, 18 Feb 2019 00:00:00 +0000
- Wayland misconceptions debunked Sun, 10 Feb 2019 00:00:00 +0000
- My experiences at FOSDEM 2019 Tue, 05 Feb 2019 00:00:00 +0000
- Why I chose Flask to build sr.ht's mini-services Wed, 30 Jan 2019 00:00:00 +0000
- Why I use old hardware Wed, 23 Jan 2019 00:00:00 +0000
- I'm going to work full-time on free software Tue, 15 Jan 2019 00:00:00 +0000
- Backups & redundancy at sr.ht Sun, 13 Jan 2019 00:00:00 +0000
- Patches welcome Tue, 01 Jan 2019 00:00:00 +0000
- Anatomy of a shell Fri, 28 Dec 2018 00:00:00 +0000
- Porting Alpine Linux to RISC-V Thu, 20 Dec 2018 00:00:00 +0000
- How to abandon a FLOSS project Tue, 04 Dec 2018 00:00:00 +0000
- sr.ht, the hacker's forge, now open for public alpha Thu, 15 Nov 2018 00:00:00 +0000
- It's not okay to pretend your software is open source Tue, 30 Oct 2018 00:00:00 +0000
- How does virtual memory work? Mon, 29 Oct 2018 00:00:00 +0000
- Sway 1.0-beta.1 release highlights Sat, 20 Oct 2018 00:00:00 +0000
- Go 1.11 got me to stop ignoring Go Mon, 08 Oct 2018 00:00:00 +0000
- Don't sign a CLA Fri, 05 Oct 2018 00:00:00 +0000
- Sway & wlroots at XDC 2018 Sun, 30 Sep 2018 00:00:00 +0000
- Getting started with qemu Mon, 10 Sep 2018 00:00:00 +0000
- Conservative web development Tue, 04 Sep 2018 00:00:00 +0000
- How to make a self-hosted video livestream Sun, 26 Aug 2018 00:00:00 +0000
- The Commons Clause will destroy open source Wed, 22 Aug 2018 00:00:00 +0000
- I don't trust Signal Wed, 08 Aug 2018 00:00:00 +0000
- Setting up a local dev mail server Sun, 05 Aug 2018 00:00:00 +0000
- Writing a Wayland compositor with wlroots: shells Sun, 29 Jul 2018 00:00:00 +0000
- Git is already federated & decentralized Mon, 23 Jul 2018 00:00:00 +0000
- Input handling in wlroots Tue, 17 Jul 2018 00:00:00 +0000
- Simple, correct, fast: in that order Mon, 09 Jul 2018 00:00:00 +0000
- The advantages of an email-driven git workflow Mon, 02 Jul 2018 00:00:00 +0000
- A quick review of my Let's Encrypt setup Wed, 27 Jun 2018 00:00:00 +0000
- Should you move from GitHub to sr.ht Tue, 05 Jun 2018 00:00:00 +0000
- How I maintain FOSS projects Fri, 01 Jun 2018 00:00:00 +0000
- Embedding files in C programs with koio Tue, 29 May 2018 00:00:00 +0000
- Why did we replace wlc? Sun, 27 May 2018 00:00:00 +0000
- Introducing scdoc, a man page generator Sun, 13 May 2018 00:00:00 +0000
- Redirecting stderr of a running process Fri, 04 May 2018 00:00:00 +0000
- Google embraces, extends, and extinguishes Thu, 03 May 2018 00:00:00 +0000
- Sway reporting in from KDE's Berlin development sprint Sat, 28 Apr 2018 00:00:00 +0000
- Achtung! Decentralize, decentralize, decentralize! Sat, 24 Mar 2018 00:00:00 +0000
- Hack everything without fear Sat, 17 Mar 2018 00:00:00 +0000
- How to write an IRC bot Sat, 10 Mar 2018 00:00:00 +0000
- Writing a Wayland Compositor, Part 3: Rendering a window Wed, 28 Feb 2018 00:00:00 +0000
- The path to sustainably working on FOSS full-time Sat, 24 Feb 2018 00:00:00 +0000
- Writing a Wayland Compositor, Part 2: Rigging up the server Thu, 22 Feb 2018 00:00:00 +0000
- Writing a Wayland Compositor, Part 1: Hello wlroots Sat, 17 Feb 2018 00:00:00 +0000
- The last years Tue, 13 Feb 2018 00:00:00 +0000
- Introduction to POSIX shell Mon, 05 Feb 2018 00:00:00 +0000
- Sway and client side decorations Sat, 27 Jan 2018 00:00:00 +0000
- Fee breakdown for various donation platforms Tue, 16 Jan 2018 00:00:00 +0000
- Learn about your package manager Wed, 10 Jan 2018 00:00:00 +0000
- fork is not my favorite syscall Tue, 02 Jan 2018 00:00:00 +0000
- wlroots whitepaper available Thu, 28 Dec 2017 00:00:00 +0000
- Firefox is on a slippery slope Sat, 16 Dec 2017 00:00:00 +0000
- A history of emergent intelligence Sat, 02 Dec 2017 00:00:00 +0000
- On taking good care of your phone Fri, 24 Nov 2017 00:00:00 +0000
- Portability matters Mon, 13 Nov 2017 00:00:00 +0000
- Nvidia sucks and I'm sick of it Thu, 26 Oct 2017 00:00:00 +0000
- The future of Wayland, and sway's role in it Mon, 09 Oct 2017 00:00:00 +0000
- Analyzing HN moderation & censorship Wed, 13 Sep 2017 00:00:00 +0000
- Killing ants with nuclear weapons Fri, 08 Sep 2017 00:00:00 +0000
- When not to use a regex Sun, 13 Aug 2017 00:00:00 +0000
- State of Sway August 2017 Wed, 09 Aug 2017 00:00:00 +0000
- Archive it or you will miss it Mon, 19 Jun 2017 00:00:00 +0000
- An introduction to Wayland Sat, 10 Jun 2017 00:00:00 +0000
- Limited "generics" in C without macros or UB Mon, 05 Jun 2017 00:00:00 +0000
- Rotating passwords in bulk in the wake of security events Thu, 11 May 2017 00:00:00 +0000
- Building a "real" Linux distro Fri, 05 May 2017 00:00:00 +0000
- State of Sway April 2017 Sat, 29 Apr 2017 00:00:00 +0000
- MSG_PEEK is pretty common, CVE-2016-10229 is worse than you think Thu, 13 Apr 2017 00:00:00 +0000
- Principles for C programming Wed, 15 Mar 2017 00:00:00 +0000
- Compiler devnotes: Machine specs Wed, 22 Feb 2017 00:00:00 +0000
- Lessons to learn from C Mon, 30 Jan 2017 00:00:00 +0000
- The only problem with Python 3's str is that you don't grok it Fri, 13 Jan 2017 00:00:00 +0000
- Actually, you CAN do it Fri, 06 Jan 2017 00:00:00 +0000
- State of Sway December 2016 - secure your Wayland desktop, get paid to work on Sway Tue, 27 Dec 2016 00:00:00 +0000
- A broad intro to networking Tue, 06 Dec 2016 00:00:00 +0000
- Electron considered harmful Thu, 24 Nov 2016 00:00:00 +0000
- Getting on without Google Wed, 16 Nov 2016 00:00:00 +0000
- I'm losing faith in America Sat, 05 Nov 2016 00:00:00 +0000
- Using the right tool for the job Sat, 17 Sep 2016 00:00:00 +0000
- What motivates the authors of the software you use? Fri, 09 Sep 2016 00:00:00 +0000
- [VIDEO] Arch Linux with full disk encryption in (about) 15 minutes Thu, 18 Aug 2016 00:00:00 +0000
- Sway 0.9 & One year of Sway Tue, 02 Aug 2016 00:00:00 +0000
- Using -Wl,--wrap for mocking in C Tue, 19 Jul 2016 00:00:00 +0000
- Life, liberty, and the pursuit of privacy Wed, 29 Jun 2016 00:00:00 +0000
- Understanding pointers Sat, 28 May 2016 00:00:00 +0000
- In Memoriam - Mozilla Wed, 11 May 2016 00:00:00 +0000
- State of Sway - April 2016 Wed, 20 Apr 2016 00:00:00 +0000
- How to write a better bloom filter in C Tue, 12 Apr 2016 00:00:00 +0000
- Please use text/plain for email Mon, 11 Apr 2016 00:00:00 +0000
- Integrating a VT220 into my life Tue, 22 Mar 2016 00:00:00 +0000
- State of Sway - December 2015 Sun, 20 Dec 2015 00:00:00 +0000
- Bring more Tor into your life Wed, 11 Nov 2015 00:00:00 +0000
- Please don't use Slack for FOSS projects Sun, 01 Nov 2015 00:00:00 +0000
- A practical understanding of Flux Mon, 20 Jul 2015 00:00:00 +0000
- osu!web - WebGL & Web Audio Sun, 14 Jun 2015 00:00:00 +0000
- Hooks - running stuff on Github hooks Sun, 19 Apr 2015 00:00:00 +0000
- Porting an assembler, debugger, and more to WebAssembly Sun, 30 Nov 2014 00:00:00 +0000
- On the profitability of image hosting websites Fri, 10 Oct 2014 00:00:00 +0000
- Process scheduling and multitasking in KnightOS Tue, 02 Sep 2014 00:00:00 +0000
- Python's datetime sucks Sat, 28 Jun 2014 00:00:00 +0000
- Go's error handling doesn't sit right with me Sat, 07 Jun 2014 00:00:00 +0000
- Hacking on your TI calculator Tue, 25 Feb 2014 00:00:00 +0000
- The bug that hides from breakpoints Sun, 02 Feb 2014 00:00:00 +0000
- Custom Music Syncing on Android Sat, 24 Aug 2013 00:00:00 +0000
- You don't need jQuery Mon, 19 Aug 2013 00:00:00 +0000
Home Page on World of Matthew URL | Feed
Recent content in Home Page on World of Matthew
- A New Video Start Fri, 11 Apr 2025 00:00:00 +0000
- A Decade of World of Matthew (Part 1) Fri, 14 Mar 2025 00:00:00 +0000
- The Future of Matthew (Part 3) Fri, 14 Mar 2025 00:00:00 +0000
- The Future of World of Matthew (Part 2) Fri, 14 Mar 2025 00:00:00 +0000
- The Squeamish High School and Nude Statues Fri, 07 Mar 2025 00:00:00 +0000
- Cheap Butter Wed, 26 Feb 2025 00:00:00 +0000
- Bullshit Ends up at Charity Shops Mon, 24 Feb 2025 00:00:00 +0000
- Thinking About Why YouTube Is a Monopoly Thu, 20 Feb 2025 00:00:00 +0000
- New Shelves Tue, 18 Feb 2025 00:00:00 +0000
- The Awful Condition of “Barcadia” Fri, 14 Feb 2025 00:00:00 +0000
linusw URL | Feed
- Finding a kernel bug triggered by systemd from userspace Sun, 02 Feb 2025 16:05:45 +0000
- New ARM32 Security Features in v6.10 Wed, 04 Dec 2024 07:29:57 +0000
- The ARM32 Scheduling and Kernelspace/Userspace Boundary Tue, 25 Apr 2023 08:40:53 +0000
- Rust in Perspective Thu, 14 Jul 2022 12:10:20 +0000
- KASan for ARM32 Decompression Stop Thu, 14 Jan 2021 13:00:56 +0000
- Setting Up the ARM32 Architecture, part 2 Mon, 26 Oct 2020 13:58:23 +0000
- Setting Up the ARM32 Architecture, part 1 Sun, 25 Oct 2020 22:18:24 +0000
- ARM32 Page Tables Sat, 24 Oct 2020 23:43:53 +0000
- How the ARM32 kernel starts Wed, 19 Aug 2020 08:07:44 +0000
- How the ARM32 Linux kernel decompresses Wed, 12 Aug 2020 16:25:17 +0000
Xah Programing Blog URL | Feed
Syntactic obsession, imperative despisal, functional love 🧡, hacker hate.
- Python: Operators 2025-05-06T10:41:36-07:00
- PowerShell: Path parameter 2025-05-05T09:08:38-07:00
- Perl cult 2025-05-02T11:39:22-07:00
- Xah Talk Show 2025-04-30 Ep650 Why Perl Sucks, Etymology of Fan 2025-05-01T19:28:40-07:00
- What is Bit Diddling 2025-05-01T19:23:00-07:00
- Xah Web Dev JavaScript DHTML Tutorial History 2025-05-01T19:21:51-07:00
- Xah Talk Show 2025-04-24 Ep646 install ai chatbot deepseek locally 2025-05-01T19:14:27-07:00
- PowerShell: Color Prompt 2025-05-01T19:14:12-07:00
- Replace C by Golang in Linux Kernel 2025-05-01T19:10:14-07:00
- nvidia-smi 2025-05-01T19:03:39-07:00
- xah lee web, ten thousand files, tag for tag 2025-04-22T21:26:20-07:00
- ollama. ai bot install 2025-04-22T21:19:00-07:00
- PowerShell: Eval Variable, String, ScriptBlock 2025-04-17T02:23:29-07:00
- TypeScript: Type Syntax 2025-04-17T02:22:42-07:00
- reason am learning fsharp 2025-04-17T02:22:08-07:00
- Fsharp: String 2025-04-17T02:21:34-07:00
- Wolfram Language Clones and Tools 2025-04-14T23:07:59-07:00
- PowerShell Complexity 2025-04-14T11:38:32-07:00
- Windows: Command Names for Settings Panel and Special Folders 2025-04-09T10:59:45-07:00
- PowerShell: Single Quoted String 2025-04-04T10:51:19-07:00
- Why Syntax is More Important Than Semantics 2025-03-24T10:13:23-07:00
- History. Evolution of Lisp, Guy Steele, Richard Gabriel, 1993 2025-03-22T12:20:41-07:00
- PowerShell: If Then Else (Flow Control) 2025-03-18T16:43:05-07:00
- Python: Dictionary Methods 2025-03-18T09:41:24-07:00
- UNIX Philosophy, Fast Food the UNIX way 2025-03-18T09:40:41-07:00
- A Short History of Open Source Movement 2025-03-15T10:23:48-07:00
- AI Chat Bots 2025-03-15T10:22:59-07:00
- PowerShell Firewall vs Unix Shit 2025-03-15T10:21:56-07:00
- xAI Grok Logo 2025-03-15T10:08:12-07:00
- Firefox Forces HTTPS (2025-03) 2025-03-11T00:34:56-07:00
- Wolfram: Source Code Encoding and Unicode 2025-03-01T10:27:59-08:00
- Command Line Interface (REPL) vs Notebook Interface 2025-02-24T21:46:44-08:00
- Share Files Between Windows, Mac, Androd, Iphone. Index 2025-02-20T07:19:21-08:00
- Windows Sucks: Mouse Wheel Does Not Always Work 2025-02-16T00:04:51-08:00
- What is Algebraic Data Types? 2025-02-16T00:04:37-08:00
- Why Not https? 2025-02-14T15:44:09-08:00
- PowerShell: Read File 2025-02-11T18:47:28-08:00
- Golang: Struct 2025-02-11T18:38:45-08:00
- PowerShell: Search Text in Files (grep) 2025-02-10T18:29:38-08:00
- Windows: Networking Commands Tutorial 2025-02-09T12:11:33-08:00
- Windows: Turn on File Sharing 2025-02-06T20:41:50-08:00
- Windows: File Explorer Keyboard Shortcuts 2025-02-04T11:02:20-08:00
- Wolfram: Function 2025-02-03T23:27:56-08:00
- Windows, how to copy file path in explorer 2025-02-03T21:49:33-08:00
- Stop Windows 10 End of Support Warning 2025-02-03T21:48:48-08:00
- An Inquiry into the Nature and Causes of Ugliness of Software Tech 2025-01-31T11:27:59-08:00
- Xah Lee's Resume, Most Proud Projects 2025-01-29T11:45:15-08:00
- Xah Talk Show 2025-01-20 Ep608 Wolfram Language, Association List (Dictionary, Map, Hashtable) 2025-01-29T03:39:41-08:00
- Windows: Open Control Panel 2025-01-28T13:35:57-08:00
- Programing Language Rant on C 2025-01-27T20:12:57-08:00
- PowerShell upgrade 2025-01-27T20:10:45-08:00
- On Open Source Tech, and Their Political Affiliations 2025-01-27T19:49:07-08:00
- Rich Hickey (Clojure creator) Says Open Source is Not About You 2025-01-25T13:37:44-08:00
- Beware of the Ai Fear Mongering (2025-01) 2025-01-25T11:26:05-08:00
- Golang Tutorial 2025-01-22T22:25:57-08:00
- Github: Abuse Detected If JavaScript Off (2019-05) 2025-01-14T18:45:47-08:00
- Java Marketing Hype (1995 to 2024) 2025-01-14T14:43:59-08:00
- COMPUTER SCIENCE. What is Term-Rewriting System vs Regular Expression 2025-01-13T17:21:36-08:00
- Web Spam, Scam, SEO 2025-01-13T17:12:02-08:00
- Wolfram: String 2025-01-08T15:24:37-08:00
- Comp Lang: Comment Syntax 2025-01-07T13:41:17-08:00
- Wolfram: Association (Key Value List) 2025-01-05T19:45:12-08:00
- Rename JavaScript to JS 2025-01-01T17:41:55-08:00
- Kite Code Copilot 2025-01-01T17:28:37-08:00
- PHP Tutorial 2025-01-01T13:45:49-08:00
- ImageMagick Tutorial 2024-12-31T18:23:44-08:00
- SMS Two Factor Authentication Prone to Fraud 2024 2024-12-26T10:37:19-08:00
- Python: Format Code 2024-12-23T17:12:06-08:00
- WolframLang: Association (Key Value List) 2024-12-19T10:24:26-08:00
- AI: Meaning of Intelligence After Chatbots 2024 2024-12-19T10:22:02-08:00
- Predicate in Programing Languages and Naming 2024-12-18T13:50:29-08:00
- Package Managers and Crippling Control 2024-12-15T09:15:44-08:00
- What features of programing language makes it slow 2024-12-15T09:14:25-08:00
- Perl: List, Array 2024-12-14T10:51:05-08:00
- Programing Language Design: Why You Need Operators 2024-12-14T09:04:16-08:00
- Chinese Character in Programing Language Function or Variable Name 2024-12-14T08:35:26-08:00
- Linux: Create New File 2024-12-14T08:22:49-08:00
- AI bots showdown: grok vs brave leo ai vs llama 2024-12-14T07:28:58-08:00
- Python: Allowed Characters in Identifiers 2024-12-13T09:30:28-08:00
- Unicode Support in Programing Language Function Name and Operator 2024-12-11T22:33:02-08:00
- Python Language Design, the Idiocy of Pop Method 2024-12-11T18:21:34-08:00
- Python List Indexing Sucks 2024-12-11T10:27:34-08:00
- Python: Sort 2024-12-11T07:02:26-08:00
- Wolfram Function as Lambda Calculus 2024-12-10T20:48:04-08:00
- XML, LISP, and Paul Prescod 2024-12-09T20:25:54-08:00
- Python: Interweave Lists to Tuples, Transpose 2024-12-09T15:33:34-08:00
- Computer Science, Design Issue. on Environment Variables System 2024-12-09T15:21:34-08:00
- WolframLang: No Reference Concept in List 2024-12-09T11:10:16-08:00
- WolframLang: Sort, Reverse, Order 2024-12-09T07:35:43-08:00
- WolframLang: Read File from Web 2024-12-07T10:07:47-08:00
- Advent of Code, thoughts 2024-12-07T08:12:46-08:00
- Advent of Code 2024, Index 2024-12-07T07:32:24-08:00
- Computer Science. Advanced. Equality in a Term Rewriting System 2024-12-05T09:07:01-08:00
- PowerShell: Comment Syntax 2024-12-01T10:18:07-08:00
- Programing Style: Concrete vs Abstract Code 2024-11-29T16:37:31-08:00
- Perl Tutorial 2024-11-29T10:00:16-08:00
- Perl Scripts Index 2024-11-29T09:54:44-08:00
- PowerShell: Show Fullpath, No Truncate Lines 2024-11-29T09:54:38-08:00
- PowerShell: Run PowerShell from cmd.exe via STDIN 2024-11-28T19:49:47-08:00
- PowerShell: Session Environment Variable 2024-11-28T10:18:11-08:00
- Python: Get Image Size 2024-11-25T21:46:03-08:00
- Windows Environment Variable Tutorial 2024-11-25T15:02:44-08:00
- Python String Sucks 2024-11-25T14:53:50-08:00
- Golang: Get Image Width Height 2024-11-21T08:16:52-08:00
- Firefox Logo History 2024-11-20T22:35:37-08:00
- WolframLang: Load a Package or File 2024-11-20T22:32:17-08:00
- Python Doc Font Size Too Small 2024-11-17T13:12:15-08:00
- The Communism Behind Mozilla Firefox 2024-11-16T19:01:41-08:00
- YouTube gonna stop Odysee Sync 2024 2024-11-10T16:44:25-08:00
- Python: Convert List to Dictionary 2024-11-06T20:22:53-08:00
- Idiocy of Computer Language Docs: Unix, Python, Perl, Haskell 2024-11-04T20:14:09-08:00
- Linux: Command Help, Man Page 2024-11-03T07:41:13-08:00
- Windows: Start Menu Folder Location 2024-11-02T10:42:25-07:00
- PowerShell: throw error 2024-10-31T09:26:45-07:00
- Microsoft Windows Auto Restart When You Are Sleeping 2024-10-29T21:36:23-07:00
- Xah Talk Show 2024-10-22 Ep590, Advent of Code 2023, Day 14 Part 2, Wolfram Language 2024-10-25T08:30:20-07:00
- Scripting Tech on Windows 2024-10-25T08:30:13-07:00
- Windows Terminal 2024-10-21T09:29:54-07:00
- Show Directory as Tree 2024-10-19T19:42:14-07:00
- Should Array Index Start at 0 or 1? 2024-10-19T19:40:45-07:00
- PowerShell: Count Number of Files 2024-10-18T23:27:04-07:00
- Python: String Prefix Char 2024-10-18T14:44:30-07:00
- WolframLang: Apply Transform to Graphics 2024-10-17T05:44:35-07:00
- WolframLang: Function Syntax Shortcut 2024-10-16T10:58:37-07:00
- Creative domain names, .cx, .io 2024-10-16T10:55:59-07:00
- Replace C by Golang in Linux Kernal 2024-10-15T13:23:03-07:00
- PowerShell: Array 2024-10-14T16:16:43-07:00
- WolframLang: Date Time 2024-10-14T13:39:37-07:00
- image magick dependencies 2024-10-13T13:47:26-07:00
- MacOS sips Image Processing Tutorial 2024-10-13T13:45:13-07:00
- Wolfram Language Clones 2024-10-07T21:09:37-07:00
- WolframLang: Add Element to List 2024-10-07T21:09:20-07:00
- python upgrade 2024-10-06T10:14:44-07:00
- Python Dictionary as Switch Statement 2024-10-06T08:41:15-07:00
- Python: Format Code 2024-10-05T13:48:48-07:00
- WolframLang: Extract (Get Element by Position) 2024-10-05T01:35:15-07:00
- PowerShell: Quote String 2024-09-30T20:41:54-07:00
- Command to Delete EXIF Data in Image Files 2024-09-30T20:41:39-07:00
- MSI Center, Uninstall 2024-09-30T20:41:28-07:00
- WolframLang: Pattern Syntax 2024-09-28T11:22:04-07:00
- PowerShell: List File by Size 2024-09-25T11:09:37-07:00
- Wolfram Language Warts 2024-09-24T11:39:56-07:00
- WolframLang: Cases (Filter List by pattern) 2024-09-22T10:31:15-07:00
- Windows temp dir 2024-09-22T10:28:01-07:00
- Scam on Apple iStore 2024-09-09 2024-09-09T11:09:39-07:00
- PowerShell: Date Time 2024-09-09T10:07:30-07:00
- PowerShell: True, False (boolean) 2024-09-06T00:18:02-07:00
- Microsoft Added Back the Microsoft Edge 2024-09-05T11:47:19-07:00
- Windows Copilot 2024-09-05T11:42:35-07:00
- PowerShell: Path Filename Functions 2024-09-05T11:40:41-07:00
- Spam Comments of Random Person Names 2024-09-04T12:03:29-07:00
- Unicode Letter Character 2024-09-04T11:17:57-07:00
- Windows CLSID GUID UUID 2024-09-03T10:03:31-07:00
- ID String, Radix vs Length 2024-09-02T13:06:18-07:00
- The Mathematica Book Online 2024-08-25T11:36:38-07:00
- Does Programing Language Matter 2024-08-21T14:19:23-07:00
- WolframLang: Pattern Syntax 2024-08-21T14:14:22-07:00
- WolframLang: Level Spec (tree depth spec) 2024-08-20T11:09:56-07:00
- WolframLang: Pattern Matching and Level Spec 2024-08-20T00:18:47-07:00
- PowerShell: Environment Variable 2024-08-13T12:28:29-07:00
- WolframLang: Map Function to List 2024-08-09T03:24:13-07:00
- WolframLang: Load a Package or File 2024-07-17T09:16:34-07:00
- Python: Read File 2024-07-17T09:15:46-07:00
- Python: Raw String 2024-07-12T20:47:20-07:00
- Why Python Sucks 2024-07-12T20:47:12-07:00
- Fundamental Problems of Lisp, Syntax Irregularity 2024-07-12T20:46:18-07:00
- WolframLang: Load a Package or File 2024-07-01T15:18:43-07:00
- The Unix-Haters Handbook 2024-07-01T15:18:18-07:00
- Xah Talk Show 2024-06-11 Ep558, Which is Best Lisp? Common Lisp, Scheme, Elisp, Clojure, Wolfram Language 2024-07-01T15:12:20-07:00
- Golang: Array 2024-06-21T17:30:28-07:00
- Function Should be Shortened to Fun 2024-06-21T17:30:02-07:00
- WolframLang: Symbol 2024-06-21T08:46:22-07:00
- PowerShell: Manage PowerShell Profiles 2024-06-07T09:21:14-07:00
- WolframLang: Graphics Programing 2024-06-07T08:54:40-07:00
- Killfile Considered Harmful 2024-06-07T08:54:00-07:00
- Xah Unicode Blog 2024-06-07T08:53:25-07:00
New Threads, Blog Posts, Replies and Comments | Site-wide | Handmade Network URL | Feed
New Threads, Blog Posts, Replies and Comments | Site-wide | Handmade Network
- New blog post: C3 0.7.1 - Operator overloading, here we come! 2025-04-30T16:41:07Z
- Forum reply: How to "sample" 2D cubic bezier for 1D "animation" 2025-04-30T14:59:06Z
- Forum reply: How to "sample" 2D cubic bezier for 1D "animation" 2025-04-23T16:23:29Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-21T23:29:31Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-21T20:59:26Z
- Forum reply: RemedyBG 0.4.0.11 2025-04-21T19:48:33Z
- New blog post: C3 goes game and maths friendly with operator overloading 2025-04-21T11:09:28Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-20T21:36:03Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-20T16:44:16Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T23:11:10Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T22:21:14Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T21:59:35Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T20:04:00Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T11:13:40Z
- Forum reply: OpenGL vs D3D11 rendering 2025-04-19T06:16:21Z
- New forum thread: OpenGL vs D3D11 rendering 2025-04-19T03:09:54Z
- New blog post: April 2025: This year’s jams, and even more podcasts 2025-04-18T17:36:56Z
- New blog post: C3: Operator overloading is coming in 0.7.1 2025-04-14T19:15:09Z
- Forum reply: How to "sample" 2D cubic bezier for 1D "animation" 2025-04-14T18:26:02Z
- New forum thread: "Stardew valley"-like game + engine 2025-04-14T13:34:32Z
- New forum thread: RemedyBG 0.4.0.11 2025-04-13T14:14:52Z
- Blog comment: Why doesn't C3 do import aliasing? 2025-04-09T20:21:32Z
- Blog comment: Why doesn't C3 do import aliasing? 2025-04-03T18:45:32Z
- New blog post: C3 0.7 released - one step closer to 1.0 2025-03-30T12:36:08Z
- Blog comment: Plotting 2025-03-30T11:49:43Z
Register Spill URL | Feed
Thoughts about software engineering I can't keep in my head. Too ephemeral for blog posts, too long for social media. It's the messages I'd send if you'd asked me what's on my mind.
- There's Beauty in AI Tue, 06 May 2025 13:17:53 GMT
- Joy & Curiosity #38 Sat, 03 May 2025 13:39:21 GMT
- Joy & Curiosity #37 Sat, 26 Apr 2025 14:16:15 GMT
- Joy & Curiosity #36 Sun, 20 Apr 2025 06:51:42 GMT
- Joy & Curiosity #35 Sat, 12 Apr 2025 18:22:31 GMT
- Joy & Curiosity #34 Sat, 05 Apr 2025 17:52:07 GMT
- Joy & Curiosity #33 Sun, 30 Mar 2025 05:46:36 GMT
- Joy & Curiosity #32 Sun, 23 Mar 2025 06:32:38 GMT
- Joy & Curiosity #31 Sat, 15 Mar 2025 17:31:28 GMT
- Joy & Curiosity #30 Sat, 08 Mar 2025 08:50:52 GMT
- Joy & Curiosity #29 Sun, 02 Mar 2025 08:02:04 GMT
- Joy & Curiosity #28 Sun, 23 Feb 2025 07:13:20 GMT
- Joy & Curiosity #27 Sun, 16 Feb 2025 08:28:26 GMT
- Joy & Curiosity #26 Sun, 09 Feb 2025 17:58:24 GMT
- Joy & Curiosity #25 Sat, 01 Feb 2025 10:41:59 GMT
- How might AI change programming? Thu, 30 Jan 2025 16:02:10 GMT
- Joy & Curiosity #24 Sun, 26 Jan 2025 08:54:15 GMT
- Judging Code Wed, 22 Jan 2025 19:16:12 GMT
- Joy & Curiosity #23 Sun, 19 Jan 2025 07:08:09 GMT
- Joy & Curiosity #22 Sat, 11 Jan 2025 18:27:59 GMT
Mitchell Hashimoto URL | Feed
Mitchell Hashimoto's personal website.
- "As Code" Tue, 04 Mar 2025 00:00:00 GMT
- Welcoming Ghostty Subsystem Maintainers Fri, 07 Feb 2025 00:00:00 GMT
- Ghostty: Reflecting on Reaching 1.0 Thu, 26 Dec 2024 00:00:00 GMT
- Ghostty 1.0 is Coming Tue, 22 Oct 2024 00:00:00 GMT
- Pledging $300,000 to the Zig Software Foundation Tue, 01 Oct 2024 00:00:00 GMT
- Tagged Union Subsets with Comptime in Zig Mon, 23 Sep 2024 00:00:00 GMT
- Conditionally Disabling Code with Comptime in Zig Thu, 12 Sep 2024 00:00:00 GMT
- Joining Polar as an Advisor Thu, 04 Apr 2024 00:00:00 GMT
- Ghostty Devlog 006 Mon, 12 Feb 2024 00:00:00 GMT
- Ghostty Devlog 005 Wed, 06 Dec 2023 00:00:00 GMT
- Grapheme Clusters and Terminal Emulators Mon, 02 Oct 2023 00:00:00 GMT
- Reorient GitHub Pull Requests Around Changesets Sat, 30 Sep 2023 00:00:00 GMT
- Ghostty Devlog 004 Thu, 28 Sep 2023 00:00:00 GMT
- Talk: Introducing Ghostty and Some Useful Zig Patterns Tue, 12 Sep 2023 00:00:00 GMT
- Ghostty Devlog 003 Thu, 24 Aug 2023 00:00:00 GMT
- Ghostty Devlog 002 Sat, 05 Aug 2023 00:00:00 GMT
- Ghostty Devlog 001 Thu, 13 Jul 2023 00:00:00 GMT
- My Approach to Building Large Technical Projects Thu, 01 Jun 2023 00:00:00 GMT
- Integrating Zig and SwiftUI Sat, 27 May 2023 00:00:00 GMT
- Prompt Engineering is for Transactional Prompting Mon, 24 Apr 2023 00:00:00 GMT
- Using Nix with Dockerfiles Sun, 23 Apr 2023 00:00:00 GMT
- Prompt Engineering vs. Blind Prompting Fri, 14 Apr 2023 00:00:00 GMT
- Growth of AI Through a Cloud Lens Tue, 04 Apr 2023 00:00:00 GMT
- My Startup Banking Story Tue, 14 Mar 2023 00:00:00 GMT
- Contributing to Complex Projects Sun, 13 Mar 2022 00:00:00 GMT
- Zig Build System Internals Thu, 24 Feb 2022 00:00:00 GMT
- Zig Sema: ZIR => AIR Sun, 13 Feb 2022 00:00:00 GMT
- Zig AstGen: AST => ZIR Sat, 12 Feb 2022 00:00:00 GMT
- Zig Parser Fri, 11 Feb 2022 00:00:00 GMT
- Zig Tokenizer Thu, 10 Feb 2022 00:00:00 GMT
- Comparing Filesystem Performance in Virtual Machines Fri, 10 Jan 2014 00:00:00 GMT
- Packer Fri, 28 Jun 2013 00:00:00 GMT
- The Tao of Vagrant Tue, 18 Jun 2013 00:00:00 GMT
- Automation Obsessed Thu, 06 Jun 2013 00:00:00 GMT
- Abandoning Rubygems Thu, 21 Mar 2013 00:00:00 GMT
- APPLE: My Key to Success Mon, 04 Mar 2013 00:00:00 GMT
- The New Normal Mon, 21 Jan 2013 00:00:00 GMT
Vitalik Buterin's website URL | Feed
Vitalik Buterin's website
- The math of when stage 1 and stage 2 make sense Tue, 06 May 2025 00:00:00 +0000
- Simplifying the L1 Sat, 03 May 2025 00:00:00 +0000
- Why I support privacy Mon, 14 Apr 2025 00:00:00 +0000
- The tree ring model of culture and politics Sat, 29 Mar 2025 00:00:00 +0000
- We should talk less about public goods funding and more about open source funding Sat, 29 Mar 2025 00:00:00 +0000
- AI as the engine, humans as the steering wheel Fri, 28 Feb 2025 00:00:00 +0000
- Reasons to have higher L1 gas limits even in an L2-heavy Ethereum Fri, 14 Feb 2025 00:00:00 +0000
- Scaling Ethereum L1 and L2s in 2025 and beyond Thu, 23 Jan 2025 00:00:00 +0000
- d/acc: one year later Sun, 05 Jan 2025 00:00:00 +0000
- What I would love to see in a wallet Tue, 03 Dec 2024 00:00:00 +0000
- From prediction markets to info finance Sat, 09 Nov 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 6: The Splurge Tue, 29 Oct 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 5: The Purge Sat, 26 Oct 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 4: The Verge Wed, 23 Oct 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 3: The Scourge Sun, 20 Oct 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 2: The Surge Thu, 17 Oct 2024 00:00:00 +0000
- Possible futures of the Ethereum protocol, part 1: The Merge Mon, 14 Oct 2024 00:00:00 +0000
- Making Ethereum alignment legible Sat, 28 Sep 2024 00:00:00 +0000
- Glue and coprocessor architectures Mon, 02 Sep 2024 00:00:00 +0000
- Plurality philosophy in an incredibly oversized nutshell Wed, 21 Aug 2024 00:00:00 +0000
- Review: museums of the future, Dubai and Tokyo Sat, 03 Aug 2024 00:00:00 +0000
- Exploring circle STARKs Tue, 23 Jul 2024 00:00:00 +0000
- Against choosing your political allegiances based on who is "pro-crypto" Wed, 17 Jul 2024 00:00:00 +0000
- Epochs and slots all the way down: ways to give Ethereum users faster transaction confirmation times Sun, 30 Jun 2024 00:00:00 +0000
- Some reflections on the Bitcoin block size war Fri, 31 May 2024 00:00:00 +0000
- Layer 2s as cultural extensions of Ethereum Wed, 29 May 2024 00:00:00 +0000
- How do layer 2s really differ from execution sharding? Thu, 23 May 2024 00:00:00 +0000
- The near and mid-term future of improving the Ethereum network's permissionlessness and decentralization Fri, 17 May 2024 00:00:00 +0000
- Multidimensional gas pricing Thu, 09 May 2024 00:00:00 +0000
- Binius: highly efficient proofs over binary fields Mon, 29 Apr 2024 00:00:00 +0000
- Degen communism: the only correct political ideology Mon, 01 Apr 2024 00:00:00 +0000
- What else could memecoins be? Fri, 29 Mar 2024 00:00:00 +0000
- Ethereum has blobs. Where do we go from here? Thu, 28 Mar 2024 00:00:00 +0000
- Ask security questions Fri, 09 Feb 2024 00:00:00 +0000
- The end of my childhood Wed, 31 Jan 2024 00:00:00 +0000
- The promise and challenges of crypto + AI applications Tue, 30 Jan 2024 00:00:00 +0000
- Make Ethereum Cypherpunk Again Thu, 28 Dec 2023 00:00:00 +0000
- My techno-optimism Mon, 27 Nov 2023 00:00:00 +0000
- Exit games for EVM validiums: the return of Plasma Tue, 14 Nov 2023 00:00:00 +0000
- Different types of layer 2s Tue, 31 Oct 2023 00:00:00 +0000
- Should Ethereum be okay with enshrining more things in the protocol? Sat, 30 Sep 2023 00:00:00 +0000
- What do I think about Community Notes? Wed, 16 Aug 2023 00:00:00 +0000
- What do I think about biometric proof of personhood? Mon, 24 Jul 2023 00:00:00 +0000
- Deeper dive on cross-L2 reading for wallets and other use cases Tue, 20 Jun 2023 00:00:00 +0000
- The Three Transitions Fri, 09 Jun 2023 00:00:00 +0000
- Don't overload Ethereum's consensus Sun, 21 May 2023 00:00:00 +0000
- Travel time ~= 750 * distance ^ 0.6 Fri, 14 Apr 2023 00:00:00 +0000
- How will Ethereum's multi-client philosophy interact with ZK-EVMs? Fri, 31 Mar 2023 00:00:00 +0000
- Some personal user experiences Tue, 28 Feb 2023 00:00:00 +0000
- An incomplete guide to stealth addresses Fri, 20 Jan 2023 00:00:00 +0000
- What even is an institution? Fri, 30 Dec 2022 00:00:00 +0000
- Updating my blog: a quick GPT chatbot coding experiment Tue, 06 Dec 2022 00:00:00 +0000
- What in the Ethereum application ecosystem excites me Mon, 05 Dec 2022 00:00:00 +0000
- Having a safe CEX: proof of solvency and beyond Sat, 19 Nov 2022 00:00:00 +0000
- The Revenue-Evil Curve: a different way to think about prioritizing public goods funding Fri, 28 Oct 2022 00:00:00 +0000
- 我在加密世界的一些个人体验 Fri, 28 Oct 2022 00:00:00 +0000
- 收入-邪恶曲线:思考“公共物品融资优先”的另一种方式 Fri, 28 Oct 2022 00:00:00 +0000
- DAOs are not corporations: where decentralization in autonomous organizations matters Tue, 20 Sep 2022 00:00:00 +0000
- What kind of layer 3s make sense? Sat, 17 Sep 2022 00:00:00 +0000
- Should there be demand-based recurring fees on ENS domains? Fri, 09 Sep 2022 00:00:00 +0000
- 不同類型的 ZK-EVM Mon, 29 Aug 2022 00:00:00 +0000
- The different types of ZK-EVMs Thu, 04 Aug 2022 00:00:00 +0000
- Farklı ZK-EVM Türleri Thu, 04 Aug 2022 00:00:00 +0000
- 「网络国家」之我见 Wed, 13 Jul 2022 00:00:00 +0000
- What do I think about network states? Wed, 13 Jul 2022 00:00:00 +0000
- My 40-liter backpack travel guide Mon, 20 Jun 2022 00:00:00 +0000
- Some ways to use ZK-SNARKs for privacy Wed, 15 Jun 2022 00:00:00 +0000
- Where to use a blockchain in non-financial applications? Sun, 12 Jun 2022 00:00:00 +0000
- Two thought experiments to evaluate automated stablecoins Wed, 25 May 2022 00:00:00 +0000
- In Defense of Bitcoin Maximalism Fri, 01 Apr 2022 00:00:00 +0000
- The roads not taken Tue, 29 Mar 2022 00:00:00 +0000
- How do trusted setups work? Mon, 14 Mar 2022 00:00:00 +0000
- Encapsulated vs systemic complexity in protocol design Mon, 28 Feb 2022 00:00:00 +0000
- Soulbound Wed, 26 Jan 2022 00:00:00 +0000
- The bulldozer vs vetocracy political axis Sun, 19 Dec 2021 00:00:00 +0000
- Endgame Mon, 06 Dec 2021 00:00:00 +0000
- Review of Optimism retro funding round 1 Tue, 16 Nov 2021 00:00:00 +0000
- Halo and more: exploring incremental verification and SNARKs without pairings Fri, 05 Nov 2021 00:00:00 +0000
- Crypto Cities Sun, 31 Oct 2021 00:00:00 +0000
- On Nathan Schneider on the limits of cryptoeconomics Sun, 26 Sep 2021 00:00:00 +0000
- Alternatives to selling at below-market-clearing prices for achieving fairness (or community sentiment, or fun) Sun, 22 Aug 2021 00:00:00 +0000
- Moving beyond coin voting governance Mon, 16 Aug 2021 00:00:00 +0000
- Against overuse of the Gini coefficient Thu, 29 Jul 2021 00:00:00 +0000
- Verkle trees Fri, 18 Jun 2021 00:00:00 +0000
- Blockchain voting is overrated among uninformed people but underrated among informed people Tue, 25 May 2021 00:00:00 +0000
- La votación mediante blockchain está sobrevalorada entre personas desinformadas pero subestimada entre personas informadas Tue, 25 May 2021 00:00:00 +0000
- The Limits to Blockchain Scalability Sun, 23 May 2021 00:00:00 +0000
- Why sharding is great: demystifying the technical properties Wed, 07 Apr 2021 00:00:00 +0000
- Gitcoin Grants Round 9: The Next Phase of Growth Fri, 02 Apr 2021 00:00:00 +0000
- El recurso escaso más importante es la legitimidad Tue, 23 Mar 2021 00:00:00 +0000
- The Most Important Scarce Resource is Legitimacy Tue, 23 Mar 2021 00:00:00 +0000
- Prediction Markets: Tales from the Election Thu, 18 Feb 2021 00:00:00 +0000
- An approximate introduction to how zk-SNARKs are possible Tue, 26 Jan 2021 00:00:00 +0000
- Why we need wide adoption of social recovery wallets Mon, 11 Jan 2021 00:00:00 +0000
- An Incomplete Guide to Rollups Tue, 05 Jan 2021 00:00:00 +0000
- La Guía Incompleta de los Rollups Tue, 05 Jan 2021 00:00:00 +0000
- Endnotes on 2020: Crypto and Beyond Mon, 28 Dec 2020 00:00:00 +0000
- Convex and Concave Dispositions Sun, 08 Nov 2020 00:00:00 +0000
- 為什麼權益證明棒棒的(2020 年十一月) Fri, 06 Nov 2020 00:00:00 +0000
- Why Proof of Stake (Nov 2020) Fri, 06 Nov 2020 00:00:00 +0000
- Gitcoin Grants Round 7 Retrospective Sun, 18 Oct 2020 00:00:00 +0000
- 7ème tour des subventions Gitcoin - Rétrospective Sun, 18 Oct 2020 00:00:00 +0000
- Coordination, Good and Bad Fri, 11 Sep 2020 00:00:00 +0000
- Trust Models Thu, 20 Aug 2020 00:00:00 +0000
- A Philosophy of Blockchain Validation Mon, 17 Aug 2020 00:00:00 +0000
- Gitcoin Grants Round 6 Retrospective Wed, 22 Jul 2020 00:00:00 +0000
- Exploring Fully Homomorphic Encryption Mon, 20 Jul 2020 00:00:00 +0000
- Gitcoin Grants Round 5 Retrospective Thu, 30 Apr 2020 00:00:00 +0000
- A Quick Garbled Circuits Primer Sat, 21 Mar 2020 00:00:00 +0000
- 預測市場:一個選舉小故事(2021年 二月) Tue, 18 Feb 2020 00:00:00 +0000
- Review of Gitcoin Quadratic Funding Round 4 Tue, 28 Jan 2020 00:00:00 +0000
- Base Layers And Functionality Escape Velocity Thu, 26 Dec 2019 00:00:00 +0000
- Christmas Special Tue, 24 Dec 2019 00:00:00 +0000
- Quadratic Payments: A Primer Sat, 07 Dec 2019 00:00:00 +0000
- Hard Problems in Cryptocurrency: Five Years Later Fri, 22 Nov 2019 00:00:00 +0000
- Review of Gitcoin Quadratic Funding Round 3 Thu, 24 Oct 2019 00:00:00 +0000
- In-person meatspace protocol to prove unconditional possession of a private key Tue, 01 Oct 2019 00:00:00 +0000
- Understanding PLONK Sun, 22 Sep 2019 00:00:00 +0000
- The Dawn of Hybrid Layer 2 Protocols Wed, 28 Aug 2019 00:00:00 +0000
- Sidechains vs Plasma vs Sharding Wed, 12 Jun 2019 00:00:00 +0000
- Fast Fourier Transforms Sun, 12 May 2019 00:00:00 +0000
- Control as Liability Thu, 09 May 2019 00:00:00 +0000
- On Free Speech Tue, 16 Apr 2019 00:00:00 +0000
- On Collusion Wed, 03 Apr 2019 00:00:00 +0000
- [Mirror] Cantor was Wrong: debunking the infinite set hierarchy Mon, 01 Apr 2019 00:00:00 +0000
- A CBC Casper Tutorial Wed, 05 Dec 2018 00:00:00 +0000
- [Mirror] Central Planning as Overfitting Sun, 25 Nov 2018 00:00:00 +0000
- Layer 1 Should Be Innovative in the Short Term but Less in the Long Term Sun, 26 Aug 2018 00:00:00 +0000
- A Guide to 99% Fault Tolerant Consensus Tue, 07 Aug 2018 00:00:00 +0000
- STARKs, Part 3: Into the Weeds Sat, 21 Jul 2018 00:00:00 +0000
- On Radical Markets Fri, 20 Apr 2018 00:00:00 +0000
- Governance, Part 2: Plutocracy Is Still Bad Wed, 28 Mar 2018 00:00:00 +0000
- Proof of Stake FAQ Sun, 31 Dec 2017 00:00:00 +0000
- Sharding FAQ Sun, 31 Dec 2017 00:00:00 +0000
- Notes on Blockchain Governance Sun, 17 Dec 2017 00:00:00 +0000
- A Quick Gasprice Market Analysis Thu, 14 Dec 2017 00:00:00 +0000
- STARKs, Part II: Thank Goodness It's FRI-day Wed, 22 Nov 2017 00:00:00 +0000
- STARKs, Part I: Proofs with Polynomials Thu, 09 Nov 2017 00:00:00 +0000
- On Medium-of-Exchange Token Valuations Tue, 17 Oct 2017 00:00:00 +0000
- A Prehistory of the Ethereum Protocol Thu, 14 Sep 2017 00:00:00 +0000
- A Note on Metcalfe's Law, Externalities and Ecosystem Splits Thu, 27 Jul 2017 00:00:00 +0000
- The Triangle of Harm Sun, 16 Jul 2017 00:00:00 +0000
- On Path Independence Thu, 22 Jun 2017 00:00:00 +0000
- Analyzing Token Sale Models Fri, 09 Jun 2017 00:00:00 +0000
- Engineering Security Through Coordination Problems Mon, 08 May 2017 00:00:00 +0000
- Hard Forks, Soft Forks, Defaults and Coercion Tue, 14 Mar 2017 00:00:00 +0000
- A Note On Charity Through Marginal Price Discrimination Sat, 11 Mar 2017 00:00:00 +0000
- [Mirror] Zk-SNARKs: Under the Hood Wed, 01 Feb 2017 00:00:00 +0000
- [Mirror] Exploring Elliptic Curve Pairings Sat, 14 Jan 2017 00:00:00 +0000
- [Mirror] A Proof of Stake Design Philosophy Thu, 29 Dec 2016 00:00:00 +0000
- [Mirror] Bir Proof of Stake Tasarım Felsefesi Thu, 29 Dec 2016 00:00:00 +0000
- [Mirror] Quadratic Arithmetic Programs: from Zero to Hero Sat, 10 Dec 2016 00:00:00 +0000
- Über Kollusion Sat, 01 Jan 2000 00:00:00 +0000
- Situazioni di collusione Sat, 01 Jan 2000 00:00:00 +0000
- Na colusão Sat, 01 Jan 2000 00:00:00 +0000
- Zmowa Sat, 01 Jan 2000 00:00:00 +0000
ByteByteGo Newsletter URL | Feed
Explain complex systems with simple terms, from the authors of the best-selling system design book series. Join over 1,000,000 friendly readers.
- How Halo on Xbox Scaled to 10+ Million Players using the Saga Pattern Tue, 06 May 2025 15:31:14 GMT
- How Canva Collects 25 Billion Events a Day Mon, 05 May 2025 15:30:52 GMT
- EP161: A Cheatsheet on REST API Design Best Practices Sat, 03 May 2025 15:30:25 GMT
- Synchronous vs Asynchronous Communication: When to Use What? Thu, 01 May 2025 15:30:47 GMT
- How Meta Built Threads to Support 100 Million Signups in 5 Days Tue, 29 Apr 2025 15:30:31 GMT
- How WhatsApp Handles 40 Billion Messages Per Day Mon, 28 Apr 2025 15:30:56 GMT
- EP160: Top 20 System Design Concepts You Should Know Sat, 26 Apr 2025 15:30:36 GMT
- Domain-Driven Design (DDD) Demystified Thu, 24 Apr 2025 15:30:35 GMT
- How DoorDash’s In-House Search Engine Achieved a 50% Drop in Latency Tue, 22 Apr 2025 15:30:27 GMT
- How Airbnb Powers Personalization With 1M Events Per Second Mon, 21 Apr 2025 15:30:32 GMT
- EP159: The Data Engineering Roadmap Sat, 19 Apr 2025 15:30:35 GMT
- Coupling and Cohesion: The Two Principles for Effective Architecture Thu, 17 Apr 2025 15:30:59 GMT
- How Netflix Orchestrates Millions of Workflow Jobs with Maestro Tue, 15 Apr 2025 15:31:16 GMT
- EP158: How to Learn API Development Sat, 12 Apr 2025 15:30:57 GMT
- OOP Design Patterns and Anti-Patterns: What Works and What Fails Thu, 10 Apr 2025 15:31:21 GMT
- How YouTube Supports Billions of Users with MySQL and Vitess Tue, 08 Apr 2025 15:30:55 GMT
- EP157: How to Learn Backend Development? Sat, 05 Apr 2025 15:30:30 GMT
- The Art of REST API Design: Idempotency, Pagination, and Security Thu, 03 Apr 2025 15:31:10 GMT
- How AMEX Processes Millions of Daily Transactions With Millisecond Latency Tue, 01 Apr 2025 15:31:25 GMT
- EP156: Software Architect Knowledge Map Sat, 29 Mar 2025 15:30:53 GMT
Hyperdimensional URL | Feed
A newsletter about emerging technology and the future of governance.
- Take Off Thu, 17 Apr 2025 12:45:34 GMT
- How I Work Thu, 10 Apr 2025 12:45:49 GMT
- Where We Are Headed (Part II) Fri, 04 Apr 2025 12:31:44 GMT
- Where We Are Headed Thu, 27 Mar 2025 12:45:46 GMT
- Putting Private AI Governance into Action Thu, 20 Mar 2025 12:35:48 GMT
- Why Manus Matters Tue, 11 Mar 2025 12:35:46 GMT
- On the US AI Safety Institute Thu, 06 Mar 2025 13:46:06 GMT
- How Should AI Liability Work? (Part II) Wed, 26 Feb 2025 13:46:05 GMT
- How Should AI Liability Work? (Part I) Thu, 20 Feb 2025 13:35:43 GMT
- The EU AI Act is Coming to America Thu, 13 Feb 2025 13:01:23 GMT
- Knowledge Navigator Thu, 06 Feb 2025 13:40:49 GMT
- Novus Ordo Seclorum Thu, 30 Jan 2025 13:31:05 GMT
- On Private Governance Mon, 27 Jan 2025 13:31:54 GMT
- Open-Source AI and the Future Thu, 23 Jan 2025 13:45:46 GMT
- Unstable Diffusion Thu, 16 Jan 2025 13:30:24 GMT
- 2025: A Look Ahead Thu, 09 Jan 2025 15:08:50 GMT
- Texas Plows Ahead Thu, 02 Jan 2025 13:45:55 GMT
- Measure Up Thu, 26 Dec 2024 13:50:45 GMT
- One Down, Many To Go Thu, 19 Dec 2024 13:45:53 GMT
- Thresholds Thu, 12 Dec 2024 13:45:26 GMT
Patchwork URL | Feed
Patchwork is a research project about version control software for writers, developers, and other creatives. This lab notebook contains snippets of our prototypes and findings.
- 11 · Universal comments Fri, 19 Jul 2024 00:00:00 GMT
- 10 · Beyond prose Wed, 03 Apr 2024 00:00:00 GMT
- 09 · Version history as chat Thu, 28 Mar 2024 00:00:00 GMT
- 08 · History and diffs with Automerge Tue, 26 Mar 2024 00:00:00 GMT
- 07 · AI bots in version control Tue, 19 Mar 2024 00:00:00 GMT
- 06 · Simple branching Tue, 05 Mar 2024 00:00:00 GMT
- 05 · Edit groups Thu, 29 Feb 2024 00:00:00 GMT
- 04 · Diff visualizations Fri, 23 Feb 2024 00:00:00 GMT
- 03 · Dynamic history Thu, 22 Feb 2024 00:00:00 GMT
- 02 · Writing prose Thu, 15 Feb 2024 00:00:00 GMT
- 01 · Universal version control Tue, 13 Feb 2024 00:00:00 GMT
Luke Smith's Webpage on Luke's Webpage URL | Feed
Recent content in Luke Smith's Webpage on Luke's Webpage
- Consciousness and Materialism Mon, 16 Jan 2023 08:05:18 -0500
- Why I Won't Go to Restaurants in 2023 Fri, 23 Dec 2022 18:18:40 -0500
- Blockchain Blasphemy and the Technological Antichrist Sat, 10 Dec 2022 00:00:00 +0000
- 'Based' Paganism vs. Christianity Fri, 29 Jul 2022 07:53:20 -0400
- Minimizing Liabilities Is Making It. Sat, 16 Jul 2022 12:10:08 -0400
- The hardest technical solutions are right in front of your face. Tue, 12 Jul 2022 16:16:31 -0400
- Obscenities are symptoms of weak minds. Fri, 03 Sep 2021 00:00:00 +0000
- Every Web Browser Absolutely Sucks. Sat, 28 Aug 2021 00:00:00 +0000
- Matrix vs. XMPP Sat, 26 Jun 2021 00:00:00 +0000
- Modern "Freedom" Means Being a Slave to Impulses Thu, 06 May 2021 00:00:00 +0000
- Conspiratorial Thinking and "Multiple Outs" Wed, 05 May 2021 00:00:00 +0000
- The Problems with Utilitarianism Wed, 05 May 2021 00:00:00 +0000
- Monero and Other Privacy Coins Tue, 04 May 2021 00:00:00 +0000
- Monero Maximalism: Or, How Bitcoin Is a 💩coin Wed, 21 Apr 2021 00:00:00 +0000
- We Want Our 4 Causes Back! Sat, 13 Feb 2021 00:00:00 +0000
- Wanna Learn LaTeX? Fri, 12 Feb 2021 00:00:00 +0000
- Veganism Is the Pinnacle of Bugmanism Thu, 11 Feb 2021 00:00:00 +0000
- Why It's Bad to Have High GDP Fri, 22 Jan 2021 00:00:00 +0000
- Advice on Some Other Languages Fri, 11 Dec 2020 00:00:00 +0000
- Command Line Bibles Fri, 11 Dec 2020 00:00:00 +0000
- Hating Brave is Cool! Fri, 11 Dec 2020 00:00:00 +0000
- Learn Chinese Fri, 11 Dec 2020 00:00:00 +0000
- Learn Latin Fri, 11 Dec 2020 00:00:00 +0000
- Learning European Languages (Michel Thomas) Fri, 11 Dec 2020 00:00:00 +0000
- Making Free Money off Credit Cards Fri, 11 Dec 2020 00:00:00 +0000
- Notes on Learning Languages Fri, 11 Dec 2020 00:00:00 +0000
- Only Use Old Computers! Fri, 11 Dec 2020 00:00:00 +0000
- Reviews of All Linux Distros (That Matter) Fri, 11 Dec 2020 00:00:00 +0000
- Science vs. Soyence Fri, 11 Dec 2020 00:00:00 +0000
- The Fragility of Physics Fri, 11 Dec 2020 00:00:00 +0000
- The Parable of Alien Chess Fri, 11 Dec 2020 00:00:00 +0000
- Why I Use the GPL and Not Cuck Licenses Fri, 11 Dec 2020 00:00:00 +0000
- Politics matters most to slaves. Sat, 09 May 2020 00:00:00 +0000
- Why do I so rarely talk about politics on my channel? Sat, 09 May 2020 00:00:00 +0000
- Lindypress Bug Fix Wed, 22 Feb 2023 12:04:07 -0500
- I'll visit South-East Europe (Greece, Albania, Montenegro, Constantinople) this Summer Sat, 28 Jan 2023 23:25:49 -0500
- Retiring My Fiat Donation Portal Fri, 16 Dec 2022 10:35:42 -0500
- I will be at Southeast Linuxfest 2022 (June 10-12) in Charlotte, NC. Fri, 27 May 2022 23:11:04 -0400
- Based.Cooking has become more grandma-usable. Fri, 27 May 2022 08:32:47 -0400
- Important notes for LARBS users Sun, 14 Nov 2021 00:00:00 +0000
- Bringing back old-school web pins and buttons Fri, 13 Aug 2021 00:00:00 +0000
- Important: LindyPress undergoing some updates Thu, 29 Jul 2021 00:00:00 +0000
- YouTube stream now Fri, 23 Jul 2021 00:00:00 +0000
- The classical book reprinting site is live! LindyPress.net Thu, 22 Jul 2021 00:00:00 +0000
- Late livestream on YouTube ASAP Fri, 18 Jun 2021 00:00:00 +0000
- I appeared on Monero Talk Tue, 08 Jun 2021 00:00:00 +0000
- Livestream on YouTube right now Tue, 25 May 2021 00:00:00 +0000
- Odysee stream over, worked well! Thu, 13 May 2021 00:00:00 +0000
- Testing out the Odysee Livestreaming; Check it out NOW! Thu, 13 May 2021 00:00:00 +0000
- Livestream on YouTube within an hour or so Sun, 02 May 2021 00:00:00 +0000
- My searx instance has changed domains Sat, 01 May 2021 00:00:00 +0000
- Stay frosty: possible test stream on PeerTube and YouTube in a bit Sat, 24 Apr 2021 00:00:00 +0000
- My blog system now has tagging (all pure POSIX shell of course) Wed, 21 Apr 2021 00:00:00 +0000
- YouTube Channel Deletion Fri, 26 Mar 2021 00:00:00 +0000
LandChad.net URL | Feed
Recent content on LandChad.net
- Alps Tue, 16 Jul 2024 00:00:00 +0000
- Transmission Sat, 22 Jul 2023 00:00:00 +0000
- Mumble Sun, 02 Jul 2023 00:00:00 +0000
- Matrix Dendrite Tue, 21 Mar 2023 00:00:00 +0000
- DokuWiki Mon, 30 Jan 2023 00:00:00 +0000
- Harden your E-mail Server Mon, 05 Dec 2022 00:00:00 +0000
- Setting up an E-mail Inbox Sun, 04 Dec 2022 00:00:00 +0000
- Validate Email with DNS Records Sat, 03 Dec 2022 00:00:00 +0000
- Setup rDNS Fri, 02 Dec 2022 00:00:00 +0000
- Sending and Receiving Email Thu, 01 Dec 2022 00:00:00 +0000
- Dnsmasq Tue, 13 Sep 2022 00:00:00 +0000
- Wireguard Tue, 26 Jul 2022 00:00:00 +0000
- Networking Basics Fri, 01 Jul 2022 00:00:00 +0000
- SSH - Advanced Usage Fri, 01 Jul 2022 00:00:00 +0000
- Yarr Fri, 01 Jul 2022 00:00:00 +0000
- Fosspay Thu, 30 Jun 2022 00:00:00 +0000
- Rainloop Sat, 25 Jun 2022 00:00:00 +0000
- Nginx Tweaks Thu, 16 Jun 2022 00:00:00 +0000
- SearXNG Mon, 16 May 2022 00:00:00 +0000
- Prosody Sun, 03 Apr 2022 00:00:00 +0000
- Coturn Tue, 29 Mar 2022 00:00:00 +0000
- ejabberd Tue, 29 Mar 2022 00:00:00 +0000
- Page Quality Mon, 21 Mar 2022 00:00:00 +0000
- Radicale Thu, 07 Oct 2021 00:00:00 +0000
- Cgit Tue, 14 Sep 2021 00:00:00 +0000
- Calibre Tue, 03 Aug 2021 00:00:00 +0000
- Jitsi Sat, 31 Jul 2021 00:00:00 +0000
- PeerTube Sat, 31 Jul 2021 00:00:00 +0000
- Server-Side Scripting with CGI Sun, 25 Jul 2021 00:00:00 +0000
- Image compression Sat, 17 Jul 2021 00:00:00 +0000
- Matrix Synapse Fri, 16 Jul 2021 00:00:00 +0000
- Certbot and HTTPS Tue, 13 Jul 2021 00:00:00 +0000
- Setting Up an NginX Webserver Sat, 10 Jul 2021 00:00:00 +0000
- Connect Your Domain and Server with DNS Records Wed, 07 Jul 2021 00:00:00 +0000
- RSS Bridge Mon, 05 Jul 2021 00:00:00 +0000
- Certbot on Standalone Domains and Subdomains Fri, 02 Jul 2021 00:00:00 +0000
- Gemini Thu, 01 Jul 2021 00:00:00 +0000
- i2p Thu, 01 Jul 2021 00:00:00 +0000
- OpenAlias Thu, 01 Jul 2021 00:00:00 +0000
- Pleroma Thu, 01 Jul 2021 00:00:00 +0000
- Rsync: Upload and Sync Files and Websites Thu, 01 Jul 2021 00:00:00 +0000
- Nextcloud Wed, 30 Jun 2021 00:00:00 +0000
- Tor Wed, 30 Jun 2021 00:00:00 +0000
- Using UFW as a Firewall Wed, 30 Jun 2021 00:00:00 +0000
- Log on with SSH Keys Tue, 29 Jun 2021 00:00:00 +0000
- Maintaining a Server Tue, 29 Jun 2021 00:00:00 +0000
- Monero Tue, 29 Jun 2021 00:00:00 +0000
- Monero Node Tue, 29 Jun 2021 00:00:00 +0000
- Get a Server Fri, 04 Jun 2021 00:00:00 +0000
- Get a Domain Name Tue, 01 Jun 2021 00:00:00 +0000
- Self hosting Wed, 19 Aug 2020 00:00:00 +0000
- IRC Fri, 03 Jul 2020 00:00:00 +0000
- Gitea Thu, 02 Jul 2020 00:00:00 +0000
- Cronjobs Wed, 01 Jul 2020 00:00:00 +0000
- Git Server Wed, 01 Jul 2020 00:00:00 +0000
- Requiring Passwords for Webpages (HTTP Authentication) Wed, 01 Jul 2020 00:00:00 +0000
- Getting a Bitcoin Wallet Sun, 28 Jun 2020 00:00:00 +0000
lisyarus blog URL | Feed
I write stuff about math, simulation, graphics, gamedev, and programming
- Estimating variance reduction in importance sampling 16 Mar 2025 12:00:00 GMT
- Simulating water over terrain 04 Feb 2025 18:00:00 GMT
- Exploring ways to mipmap alpha-tested textures 05 Jan 2025 18:00:00 GMT
- Implementing a tiny CPU rasterizer | Part 3: Interpolating colors 01 Nov 2024 11:00:00 GMT
- Implementing a tiny CPU rasterizer | Part 2: Drawing a triangle 31 Oct 2024 18:00:00 GMT
- Implementing a tiny CPU rasterizer | Part 1: Clearing the screen 30 Oct 2024 18:00:00 GMT
- (Yet another) Introduction to quaternions 26 Oct 2024 18:00:00 GMT
- Transforming colors with matrices 10 Oct 2024 12:00:00 GMT
- Demystifying multiple importance sampling 25 Apr 2024 18:00:00 GMT
- 3D shape matching with quaternions 26 Dec 2023 18:00:00 GMT
- Computing forces in a system of beams, properly 29 Oct 2023 18:00:00 GMT
- Computing forces in a system of beams 15 Oct 2023 18:00:00 GMT
- So, you want to make a game engine 15 Sep 2023 18:00:00 GMT
- Quaternion derivatives 13 Sep 2023 18:00:00 GMT
- Complex numbers, Wirtinger derivatives and 2D inverse kinematics 03 Aug 2023 18:00:00 GMT
- Porting my C++ game engine to Android 19 Jul 2023 18:00:00 GMT
- Skeletal animation in glTF 03 Jul 2023 18:00:00 GMT
- Uniqueness of matrix inverses 21 Jun 2023 18:00:00 GMT
- Making a 2D soft-body physics engine 10 May 2023 18:00:00 GMT
- How not to design a UI library 11 Mar 2023 18:00:00 GMT
- Two-pass Gaussian blur coeffifients generator 24 Feb 2023 18:00:00 GMT
- My favourite animation trick: exponential smoothing 21 Feb 2023 18:00:00 GMT
- Super simple generic animation controller in C++ 17 Feb 2023 18:00:00 GMT
- Building a quadtree in 22 lines of code 21 Dec 2022 18:00:00 GMT
- The quest for perfect collisions 25 Oct 2022 18:00:00 GMT
- C++ audio mixing library design 15 Oct 2022 18:00:00 GMT
- C++ behavior trees library design 22 Aug 2022 18:00:00 GMT
- A stupidly simple spatial data structure 16 Aug 2022 18:00:00 GMT
- A simple texture atlas packing algorithm 06 Aug 2022 18:00:00 GMT
- A better point light attenuation function 30 Jul 2022 18:00:00 GMT
- Compute shaders in graphics: Gaussian blur 21 Apr 2022 18:00:00 GMT
Andreas Kling URL | Feed
I like computers!
- Making myself uncomfortable again 2023-04-07T00:00:00+00:00
- MutexProtected: A C++ Pattern for Easier Concurrency 2023-04-06T00:00:00+00:00
- Excellence is a habit, but so is failure 2023-04-05T00:00:00+00:00
- How SerenityOS declares ssize_t 2023-04-04T00:00:00+00:00
- 15 Minutes Every Day 2023-04-03T00:00:00+00:00
- How I make a living working on SerenityOS 2022-10-29T00:00:00+00:00
- Ladybird: A new cross-platform browser project 2022-09-12T00:00:00+00:00
- Memory safety for SerenityOS 2022-05-19T00:00:00+00:00
- I quit my job to focus on SerenityOS full time 2021-05-28T00:00:00+00:00
- Smarter C/C++ inlining with __attribute__((flatten)) 2020-04-27T00:00:00+00:00
https://browserbook.substack.com/feed Feed
http error: 403 Forbidden
https://awesomekling.substack.com/feed Feed
http error: 403 Forbidden
https://console.substack.com/feed Feed
http error: 403 Forbidden
https://hasen.substack.com/feed Feed
http error: 403 Forbidden
Science
Cremieux Recueil URL | Feed
I discuss papers that ought to be discussed.
- "Yes, and..." Urbanism Tue, 06 May 2025 18:54:29 GMT
- Storks Take Orders From the State Fri, 02 May 2025 00:24:13 GMT
- What’s the Deal With Autism Rates? Fri, 25 Apr 2025 05:48:29 GMT
- The Holistic Judgment Conceit Sat, 19 Apr 2025 04:01:13 GMT
- The Demise of the Flynn Effect Mon, 14 Apr 2025 03:42:14 GMT
- Nutrition Beliefs Are Just-So Stories Sat, 05 Apr 2025 04:58:36 GMT
- Fertility Policy For Rich Countries Tue, 01 Apr 2025 06:57:57 GMT
- Sometimes Papers Contain Obvious Lies Thu, 20 Mar 2025 18:01:03 GMT
- The End of Credentialism? Sat, 15 Mar 2025 17:46:41 GMT
- How To Get Cheap Ozempic Wed, 12 Mar 2025 18:09:35 GMT
- The Value of Foreign Diplomas Fri, 31 Jan 2025 06:58:15 GMT
- Lessons About the Civil Service and Political Appointees Sat, 18 Jan 2025 09:59:46 GMT
- National IQs Are Valid Thu, 16 Jan 2025 07:58:55 GMT
- Evaluating a Sitting Senator's Healthcare Claims Wed, 18 Dec 2024 01:24:41 GMT
- Grading the World's Shortest Manifesto Wed, 11 Dec 2024 05:45:48 GMT
- Focusing on Healthcare’s Administrative Costs Is Misguided Sat, 07 Dec 2024 21:51:34 GMT
- "You Couldn't Replicate Our Study Because You're Ugly" Tue, 03 Dec 2024 05:56:58 GMT
- Trump Should Finish What He Started Tue, 26 Nov 2024 05:24:06 GMT
- Preregistration Is No Panacea Fri, 22 Nov 2024 05:29:44 GMT
- American Elections Are Unfair Tue, 05 Nov 2024 07:39:24 GMT
Construction Physics URL | Feed
Essays about buildings, infrastructure, and industrial technology.
- Reading List 05/03/25 Sat, 03 May 2025 12:02:08 GMT
- Reading List 04/26/25 Sat, 26 Apr 2025 12:00:44 GMT
- Robot Dexterity Still Seems Hard Thu, 24 Apr 2025 12:18:00 GMT
- Reading List 04/19/25 Sat, 19 Apr 2025 12:02:36 GMT
- 50 Things I’ve Learned Writing Construction Physics Thu, 17 Apr 2025 13:05:27 GMT
- Reading List 04/12/2025 Sat, 12 Apr 2025 12:02:38 GMT
- Understanding US Power Outages Thu, 10 Apr 2025 12:03:21 GMT
- Reading List 04/5/2025 Sat, 05 Apr 2025 12:01:25 GMT
- Reading List 03/29/25 Sat, 29 Mar 2025 12:02:22 GMT
- Who Wins Nobel Prizes? Wed, 26 Mar 2025 12:02:16 GMT
- Reading List 03/22/25 Sat, 22 Mar 2025 12:02:41 GMT
- Understanding Solar Energy Thu, 20 Mar 2025 12:03:41 GMT
- Reading List 03/15/25 Sat, 15 Mar 2025 12:02:49 GMT
- Reading List 03/08/2025 Sat, 08 Mar 2025 13:02:16 GMT
- Will Boom Successfully Build a Supersonic Airliner? Thu, 06 Mar 2025 13:03:17 GMT
- Reading List 03/01/25 Sat, 01 Mar 2025 14:23:51 GMT
- Why it's so hard to build a jet engine Fri, 28 Feb 2025 13:02:57 GMT
- Reading list 02/22/25 Sat, 22 Feb 2025 13:02:11 GMT
- Reading List 02/15/25 Sat, 15 Feb 2025 13:02:18 GMT
- How Will the Trump Tariffs Affect Construction? Wed, 12 Feb 2025 14:41:52 GMT
Casey Handmer's blog URL | Feed
Space, Travel, Technology, 3D Printing, Energy, Writing
- Why am I searched every time I go to Australia? Fri, 25 Apr 2025 18:02:21 +0000
- To Conquer the Primary Energy Consumption Layer of Our Entire Civilization Tue, 08 Apr 2025 04:02:39 +0000
- Long duration propellant stability in Starship Fri, 14 Mar 2025 05:29:45 +0000
- California’s path to redemption Sun, 02 Mar 2025 08:46:09 +0000
- What can we send to Mars on the first Starships? Mon, 24 Feb 2025 06:38:04 +0000
- Maximizing electrical power output from a nuclear reactor delivered by Starship to a base on Mars Fri, 14 Feb 2025 06:46:02 +0000
- Stuff you should have been taught in college but weren’t Tue, 04 Feb 2025 06:00:11 +0000
- Moon Escape! Sat, 18 Jan 2025 05:35:48 +0000
- Dittemore’s Law Fri, 17 Jan 2025 23:29:00 +0000
- The Los Angeles wildfires are self-inflicted Fri, 17 Jan 2025 16:49:37 +0000
Stephen Wolfram Writings URL | Feed
Just another wordpress.wolfram.com site
- What Can We Learn about Engineering and Innovation from Half a Century of the Game of Life Cellular Automaton? Tue, 18 Mar 2025 18:25:33 +0000
- Towards a Computational Formalization for Foundations of Medicine Mon, 03 Feb 2025 23:27:46 +0000
- Launching Version 14.2 of Wolfram Language & Mathematica: Big Data Meets Computation & AI Thu, 23 Jan 2025 19:00:09 +0000
- Who Can Understand the Proof? A Window on Formalized Mathematics Thu, 09 Jan 2025 22:42:31 +0000
- Useful to the Point of Being Revolutionary: Introducing Wolfram Notebook Assistant Mon, 09 Dec 2024 18:38:15 +0000
- Foundations of Biological Evolution: More Results & More Surprises Thu, 05 Dec 2024 23:13:27 +0000
- On the Nature of Time Tue, 08 Oct 2024 21:41:58 +0000
- Nestedly Recursive Functions Fri, 27 Sep 2024 17:50:59 +0000
- Five Most Productive Years: What Happened and What’s Next Thu, 29 Aug 2024 16:31:46 +0000
- What’s Really Going On in Machine Learning? Some Minimal Models Thu, 22 Aug 2024 18:28:17 +0000
- Yet More New Ideas and New Functions: Launching Version 14.1 of Wolfram Language & Mathematica Wed, 31 Jul 2024 21:53:02 +0000
- Ruliology of the “Forgotten” Code 10 Sat, 01 Jun 2024 15:21:39 +0000
General
The Palladium Letter URL | Feed
Palladium Magazine's weekly updates and articles exploring the future of governance and society.
- New Article: How I Learned to Stop Worrying and Love L.A. Fri, 02 May 2025 21:25:43 GMT
- New Article: The Orbital Authority Fri, 25 Apr 2025 15:55:16 GMT
- New Article: The Moon Should Be a Computer Fri, 18 Apr 2025 14:30:57 GMT
- We Almost Died Last Year Tue, 15 Apr 2025 13:40:50 GMT
- New Article: The Case For Human Hibernation Tue, 08 Apr 2025 16:02:40 GMT
- Complete Your Palladium Collection Fri, 04 Apr 2025 22:06:04 GMT
- New Article: A Trillion Tons in Orbit Thu, 03 Apr 2025 16:03:00 GMT
- Celebrating PALLADIUM 17: Universal Man Thu, 03 Apr 2025 14:21:04 GMT
- The Bison Sphere Manifesto Tue, 01 Apr 2025 16:00:00 GMT
- The New Space Race with China Tue, 25 Mar 2025 16:00:44 GMT
- The Safest Path to Stable Climate is Designing New Plants Fri, 21 Mar 2025 19:06:11 GMT
- South Africa’s Racketeer Party State Fri, 14 Mar 2025 16:01:00 GMT
- PALLADIUM 17: Universal Man Thu, 06 Mar 2025 17:01:51 GMT
- The Post-Liberal International Order and American Grand Strategy Wed, 05 Mar 2025 23:39:37 GMT
- Why America Needs a Sovereign Wealth Fund Tue, 04 Mar 2025 17:01:24 GMT
- America Needs a National Service Program Thu, 27 Feb 2025 23:36:49 GMT
- The Long Bitcoin Future Tue, 25 Feb 2025 17:01:04 GMT
- Industrial Greatness Requires Economic Depressions Fri, 21 Feb 2025 13:05:00 GMT
- France Is Living in Zemmour’s World Thu, 20 Feb 2025 17:01:29 GMT
- Why Big Tech Is More Competent Than the U.S. Government Thu, 13 Feb 2025 17:01:38 GMT
Bismarck Brief URL | Feed
Intelligence-grade analysis of key industries, organizations, and live players.
- Iran’s Drone Industry Invented Very Cheap Guided Missiles Wed, 30 Apr 2025 13:00:48 GMT
- Toyota is a Fragile Giant Wed, 23 Apr 2025 13:02:28 GMT
- Geely is Raising the Bar For Being a Functional Auto Manufacturer Wed, 16 Apr 2025 13:03:33 GMT
- Gavin Newsom and the Democratic Party Wed, 09 Apr 2025 13:01:19 GMT
- Spain is Not a Model for Europe Wed, 02 Apr 2025 13:03:36 GMT
- Silver Lake is an Ally to Exceptional Executives Wed, 26 Mar 2025 14:02:17 GMT
- The Ministry That Built Japan’s Economy Wed, 19 Mar 2025 14:02:21 GMT
- Indonesia’s Ambition to Become an Industrial Giant Wed, 12 Mar 2025 14:03:19 GMT
- Lenovo is a Functional Dead Player in Computers Wed, 05 Mar 2025 14:02:50 GMT
- Greece Shows the Future of Dead Player Democracies Wed, 26 Feb 2025 14:01:26 GMT
- Walmart is a Functional Retail Empire Wed, 19 Feb 2025 14:00:52 GMT
- Xiaomi is a Dynamic Live Player in Consumer Hardware Wed, 12 Feb 2025 14:01:06 GMT
- Seven Briefs the White House Should Read Mon, 10 Feb 2025 15:03:27 GMT
- Cocaine is the Most Valuable Industry in Colombia Wed, 05 Feb 2025 14:03:13 GMT
- The Potential of Humanoid Robots Wed, 29 Jan 2025 14:02:50 GMT
- How to Hire Bismarck Analysis Thu, 23 Jan 2025 14:31:37 GMT
- Canada’s Underutilized Wealth of Natural Resources Wed, 22 Jan 2025 14:02:30 GMT
- Bernard Arnault’s Empire of Luxuries Wed, 15 Jan 2025 14:03:36 GMT
- Mitsubishi is the World’s Largest Industrial Conglomerate Wed, 08 Jan 2025 14:02:41 GMT
- Venezuela’s Weak Post-Revolutionary Government Wed, 01 Jan 2025 14:03:16 GMT
Samo Burja URL | Feed
- A New Way to Decipher the 2024 Race Sat, 09 Sep 2023 11:00:49 +0000
- On the State of the Art With Laibach Thu, 08 Dec 2022 20:59:42 +0000
- Science Needs Sovereigns Mon, 03 Oct 2022 20:50:54 +0000
- How Ukraine Prepared Itself for Total War Wed, 11 May 2022 10:39:15 +0000
- The Great Eurasian Economic Realignment Thu, 17 Mar 2022 20:35:52 +0000
- Putin’s Bet Wed, 02 Mar 2022 11:46:00 +0000
- Why Civilization Is Older Than We Thought Tue, 18 May 2021 00:02:20 +0000
- The End of Industrial Society Wed, 24 Mar 2021 20:07:51 +0000
- Knowledge Production and Intellectual Legitimacy Tue, 12 Jan 2021 17:49:57 +0000
- How Ideas Are Communicated Wed, 06 Jan 2021 19:08:06 +0000
Palladium URL | Feed
Governance Futurism
- Early Adopters Win Wars Fri, 24 Jan 2025 13:00:12 +0000
- Build the Presidio Freedom City Fri, 17 Jan 2025 13:00:27 +0000
- Greenland and the Coldest War Fri, 10 Jan 2025 12:00:43 +0000
- One of You Fri, 03 Jan 2025 21:46:19 +0000
- PALLADIUM 16: After Populism Sat, 21 Dec 2024 23:38:51 +0000
- The Genius Who Launched the First Space Program Fri, 25 Oct 2024 12:00:57 +0000
- It’s Time to Build the Exoplanet Telescope Fri, 18 Oct 2024 12:00:00 +0000
- PALLADIUM 15: State Religion Fri, 20 Sep 2024 12:00:00 +0000
- When the Mismanagerial Class Destroys Great Companies Fri, 30 Aug 2024 13:42:21 +0000
- The AI Arms Race Isn’t Inevitable Fri, 23 Aug 2024 12:57:26 +0000
- The Limits to Growth Are Interplanetary Fri, 16 Aug 2024 10:00:17 +0000
- The Past and Future of Military Drones Fri, 09 Aug 2024 10:00:11 +0000
- The Academic Culture of Fraud Fri, 02 Aug 2024 08:00:29 +0000
- PALLADIUM 14: Great Cities Sat, 22 Jun 2024 00:21:08 +0000
- The Fastest Path to African Prosperity Fri, 07 Jun 2024 13:00:42 +0000
- The City Makes the Civilization Fri, 31 May 2024 11:00:55 +0000
- My Last Five Years of Work Fri, 17 May 2024 11:00:23 +0000
- The Demographic Roots of American Power Fri, 10 May 2024 12:00:31 +0000
Mike Solana URL | Feed
Technology, politics, culture
- The Greenland Deal: a Complete Timeline Fri, 17 Jan 2025 15:54:29 GMT
- Based and Horse-Pilled Tue, 31 Aug 2021 16:19:00 GMT
- "Is This Legal?" Fri, 02 Feb 2024 11:00:00 GMT
- Nuclear Disaster Tue, 18 Apr 2023 21:59:00 GMT
- New American Nuclear Sat, 05 Aug 2023 15:59:00 GMT
- Let Them Eat Crack Wed, 03 May 2023 02:23:00 GMT
- Miami's Red Mirage Sun, 13 Aug 2023 10:34:00 GMT
- Bomb the Data Centers (Smart People Agree) Tue, 04 Apr 2023 22:17:00 GMT
- How San Francisco's DEI Industrial Complex Works Fri, 09 Feb 2024 15:00:00 GMT
- Endorsements for Human Civilization (November 2024) Mon, 23 Sep 2024 18:18:04 GMT
- Palmer Luckey Saves the World Sat, 11 Nov 2023 16:00:00 GMT
- The Future Is Starting to Look Like the Future Sat, 30 Sep 2023 16:11:00 GMT
- Intermission at the Ministry of Truth Wed, 18 May 2022 14:46:00 GMT
- Touching Grass is Good For You — Literally Tue, 14 Jan 2025 15:37:34 GMT
- The Yaoi To Trans Pipeline Wed, 22 Mar 2023 20:14:00 GMT
- Tariffs Aren’t Enough: Only Automation Can Save American Manufacturing Mon, 14 Apr 2025 15:46:00 GMT
- Reality Crash Tue, 08 Mar 2022 04:58:00 GMT
- The U.S. Immigration System Has No Logic Fri, 29 Mar 2024 16:33:00 GMT
- Trade Everything Thu, 11 Jul 2024 17:28:00 GMT
- Thot Police: Forbes Has Doxed Beff Jezos Sat, 02 Dec 2023 20:13:00 GMT
- Pirate Wires #3 Fri, 03 Jul 2020 20:23:00 GMT
- Inside Newsom’s Attempt to Keep Serial Retail Theft Legal in California Mon, 24 Jun 2024 16:07:22 GMT
- Sex and Robots Wed, 08 Feb 2023 03:57:00 GMT
- Meet the Transsexual Hijabis Welcoming the Muslim New World Order Thu, 09 Nov 2023 21:35:00 GMT
- "Ja Rule" "Signed" The AI Open Letter Today Wed, 29 Mar 2023 16:40:00 GMT
- How to Save the World: Sitting Down With Palmer Luckey Wed, 04 Sep 2024 17:11:15 GMT
- The Possibility of a Warp Drive Narrows Sat, 07 Oct 2023 16:14:00 GMT
- Thoughts and Prayers for “Literally Hitler” Tue, 16 Jul 2024 15:29:56 GMT
- The Operation Choke Point 2.0 Hearing: Everything You Need To Know Thu, 06 Feb 2025 16:22:11 GMT
- Pirate Wires #4 Mon, 13 Jul 2020 20:21:00 GMT
- Terraforming Terra Prima Tue, 18 Aug 2020 19:14:00 GMT
- Mating Season Tue, 13 Apr 2021 17:17:00 GMT
- How the Regime Captured Wikipedia Mon, 05 Aug 2024 14:00:00 GMT
- What the Tech Right Sees in Trump Wed, 22 Jan 2025 23:12:00 GMT
- An Inconvenient Truth Fri, 22 Sep 2023 20:50:00 GMT
- Substack Billionaire Tue, 01 Dec 2020 19:45:00 GMT
- Extract or Die Tue, 22 Dec 2020 19:38:00 GMT
- Choose Good Quests Thu, 24 Nov 2022 04:05:00 GMT
- It's Time to Talk About America's Disorder Problem Fri, 07 Mar 2025 23:23:00 GMT
- The Indomitable Charm of George Santos Fri, 03 Mar 2023 00:19:00 GMT
- Florida Has High Speed Rail and California Never Will Wed, 27 Sep 2023 15:41:00 GMT
- Audit the Nonprofits Wed, 31 Jan 2024 08:00:00 GMT
- Shock UK Regulatory Coup Gives Government Sweeping Control Over US Tech Tue, 26 Nov 2024 19:26:36 GMT
- The Health Gurus of Hereticon Sat, 23 Nov 2024 00:18:16 GMT
- Dark Plots and Secret Explanations Tue, 26 Jul 2022 14:26:00 GMT
- American Spaceman, Body and Soul Tue, 27 Jul 2021 16:34:00 GMT
- Elon Musk Has Taken Twitter: Day Zero Fri, 28 Oct 2022 14:01:00 GMT
- Was The Reddit X Link Ban Kickstarted By Coordinated Astroturfing? Fri, 04 Apr 2025 13:08:00 GMT
- The Ethos of the Divine Age Sun, 28 Jan 2024 15:25:00 GMT
- Wildfire Tue, 14 Jan 2025 19:56:38 GMT
- GPT-4 Jailbreaks "Still Exist," But Much More "Difficult," Says OpenAI Wed, 15 Mar 2023 02:45:00 GMT
- Encyclopedia Titanica Fri, 26 May 2023 21:38:00 GMT
- Jordan Neely Wouldn’t Be Dead in a State Hospital Thu, 04 May 2023 19:22:00 GMT
- Jack the Giant Killer Fri, 03 Dec 2021 16:29:00 GMT
- What Should We Do With The New Fentanyl Vaccine? Wed, 18 Jan 2023 19:50:00 GMT
- Trillion Dollar Paint Job Tue, 10 Aug 2021 16:31:00 GMT
- DC’s DEI “Experts” Shaping AI’s Future Fri, 30 Jun 2023 19:30:00 GMT
- Prop K Could Prove to Be an Own Goal for SF Moderates Tue, 19 Nov 2024 19:59:00 GMT
- Budget Apocalypse Looms Wed, 20 Dec 2023 21:39:00 GMT
- Panic at the Washington Post Tue, 27 Jun 2023 21:57:00 GMT
- Philly's Working Class Black Neighborhoods Choose Tough-On-Crime Mayoral Candidate Wed, 17 May 2023 17:50:00 GMT
- Why Do Women Online Blow Relationship Issues Out Of Proportion? Thu, 20 Apr 2023 20:14:00 GMT
- How To 'Jailbreak' ChatGPT With The DAN 5.0 Prompt Tue, 07 Feb 2023 04:00:00 GMT
- This Thanksgiving, Let Your Racist Uncle Cook Wed, 22 Nov 2023 18:07:00 GMT
- Zen and the Art of Political Censorship Tue, 20 Oct 2020 19:02:00 GMT
- Media Malfeasance on the Metaverse Fri, 07 Jul 2023 19:06:00 GMT
- Reading Ancient Roman Scrolls with AI Sat, 10 Feb 2024 17:00:00 GMT
- Don’t Be a Bigot, It’s “Houseless” Now Sun, 14 May 2023 19:04:00 GMT
- Love to be Gaslit Tue, 13 Oct 2020 19:06:00 GMT
- How San Francisco Attracts and Traps Homeless Transplants Thu, 21 Mar 2024 15:12:42 GMT
- Peter Thiel: The Diversity Myth, A Retrospective Fri, 18 Aug 2023 18:17:00 GMT
- Pay Me, Mark Zuckerberg Wed, 23 Aug 2023 04:09:00 GMT
- Debatable Tactics Mon, 19 Jun 2023 20:41:00 GMT
- Tether, Part II Tue, 15 Dec 2020 19:41:00 GMT
- Marc Andreessen and the CFPB: Debunking the Debanking Debunkers Mon, 02 Dec 2024 15:45:43 GMT
- Teen Pokemon Player Disqualified For Offending Nonbinary Pokemon Judge Wed, 29 Mar 2023 02:30:00 GMT
- Death by Vibes Mon, 19 Aug 2024 16:31:45 GMT
- How CNN’s Failure in Syria Was Great for its Genocidal Dictator Wed, 18 Dec 2024 17:43:05 GMT
- Hereticon, Notes from the IRL Tue, 18 Jan 2022 16:19:00 GMT
- We Can't Assimilate Them All Sun, 01 Oct 2023 15:31:00 GMT
- Hostile Environment: Tech’s DEI Disaster Mon, 08 Aug 2022 14:23:00 GMT
- We Should Turn Guantanamo Bay Into the Next Hong Kong Sat, 15 Feb 2025 14:00:00 GMT
- The Rainmaker Wed, 09 Aug 2023 22:50:00 GMT
- Biden Admin Sells Out Aleut Village to Save Face Over Oil Deal Sat, 25 Mar 2023 14:21:00 GMT
- Casey Newton: Nazi Hunter Thu, 18 Jan 2024 20:33:51 GMT
- Algebra, We Are (Maybe) So Back! Wed, 29 Nov 2023 17:54:11 GMT
- Jeff Jackson, TikTok King Wed, 19 Apr 2023 21:47:00 GMT
- F.U.D. Tue, 01 Nov 2022 13:57:00 GMT
- Spy Season Wed, 02 Apr 2025 19:29:15 GMT
- The Tech Insurgent's Battle for the Future Tue, 18 Jun 2024 13:57:43 GMT
- The Killer Inside You Fri, 13 Dec 2024 16:20:28 GMT
- Diversity, Equity, and Delusion Thu, 21 Dec 2023 20:41:00 GMT
- 19 Scientists Who Have Saved the Most Lives Fri, 27 Oct 2023 15:49:16 GMT
- The Twitter Whistleblower Everyone's Ignoring Fri, 16 Dec 2022 19:58:00 GMT
- The California Forever Interview, Transcribed Mon, 01 Apr 2024 15:55:00 GMT
- The Battle of the Billionaires Mon, 29 Jul 2024 20:07:40 GMT
- The First AI Meme God Thu, 27 Mar 2025 19:17:00 GMT
- The White Pill, a New Weekly Sat, 15 Apr 2023 15:25:00 GMT
- Compression Prompts Reveal GPT's "Hidden Languages" Wed, 05 Apr 2023 22:15:00 GMT
- Regulate Me, Daddy Wed, 24 May 2023 02:15:00 GMT
- Bread and Ceasefires Wed, 06 Dec 2023 21:33:00 GMT
- A Fiery But Mostly Peaceful Conversation Mon, 17 Jul 2023 21:43:00 GMT
- The "Retarded" State of Affairs at Apple: An Interview with David Heinemeier Hansson Wed, 16 Apr 2025 20:03:00 GMT
- How the EU Weaponizes Regulation to Extract Billions from American Tech Fri, 26 Jul 2024 15:00:00 GMT
- Gilded Rage Wed, 30 Sep 2020 03:32:00 GMT
- You Can Run Alpaca Locally, Even If You Can't Code Tue, 21 Mar 2023 16:34:00 GMT
- Inside Silicon Valley’s Dangerous Game of Occasionally Not Eating Fri, 05 Feb 2021 19:20:00 GMT
- Welcome to Dolores Park Wed, 08 Nov 2023 17:40:00 GMT
- Illegal Aliens Wed, 15 Feb 2023 03:38:00 GMT
- National Blowout Tue, 08 Sep 2020 20:00:00 GMT
- We Ought to Have More Creatures Wed, 02 Aug 2023 15:58:00 GMT
- Collapse Support: The Doomsday Prophets of Reddit Sat, 04 Mar 2023 00:16:00 GMT
- Hidden Planets Sat, 08 Jul 2023 23:21:00 GMT
- Agency Is Eating the World Mon, 21 Apr 2025 11:29:00 GMT
- How Wikipedia is Becoming a Massive Pay-to-Play Scheme Mon, 07 Oct 2024 17:01:00 GMT
- A Year in Wires — 2024 Fri, 27 Dec 2024 20:35:00 GMT
- The White Pill: Science Victory Edition Sat, 22 Apr 2023 15:27:00 GMT
- What Happened to the American Cinematic Universe? Wed, 18 Dec 2024 17:59:30 GMT
- King Shit Wed, 06 Apr 2022 15:01:00 GMT
- Groundswell of Opposition to CA’s AI Bill as it Nears Vote Tue, 13 Aug 2024 18:22:28 GMT
- Extraction Intensifies Tue, 19 Jan 2021 19:32:00 GMT
- What Grimes Is Doing With AI, Explained Mon, 08 May 2023 16:42:00 GMT
- One Man's Crusade Against Seed Oils In NYC Thu, 13 Feb 2025 16:26:00 GMT
- Wikipedia’s “Supreme Court” Enforces Sweeping Ban on Pro-Hamas Edit Gang Mon, 27 Jan 2025 18:48:00 GMT
- Trash Fire: The Collapse of Philadelphia Fri, 02 Dec 2022 01:09:00 GMT
- Blue Check Down Mon, 20 Jul 2020 20:17:00 GMT
- Conquering Cerberus Fri, 10 Sep 2021 16:14:00 GMT
- Pavel Durov’s Arrest Leaves More Questions Than Answers Mon, 09 Sep 2024 16:15:45 GMT
- The Kia Boy Crime Wave Sat, 25 Feb 2023 00:26:00 GMT
- TikTok Dancing for Hamas Wed, 01 Nov 2023 16:18:00 GMT
- How 'Karen' Became the Most Powerful Slur in America Tue, 23 May 2023 21:42:00 GMT
- On Euthanizing Venture Capitalists Fri, 17 Mar 2023 16:38:00 GMT
- GPT-4 Prompt Tries To Generate Fundamentally New Knowledge Sun, 19 Mar 2023 20:29:00 GMT
- Why Have Over 20 Percent Of Bisexuals Had Long Covid? Mon, 27 Feb 2023 00:23:00 GMT
- Magic Islands Sat, 13 Jan 2024 21:22:00 GMT
- Some VCs Advising Founders To Take Their Money Out Of Silicon Valley Bank Fri, 10 Mar 2023 03:48:00 GMT
- Good Cop, Bad Cop Wed, 10 May 2023 02:20:00 GMT
- Mall Cops and Messiahs Tue, 23 Mar 2021 17:23:00 GMT
- Techno-Optimists Only Sat, 28 Oct 2023 16:38:00 GMT
- America Can't Decide What An Adult Is Fri, 17 Feb 2023 00:50:00 GMT
- The Twitch Creator Busted For Looking At AI Porn Of Fellow Streamers, Explained Tue, 31 Jan 2023 18:49:00 GMT
- Chesa Boudin: Extracted Wed, 08 Jun 2022 14:40:00 GMT
- State of the Union Tue, 25 Jul 2023 10:32:00 GMT
- Creating Supersoldiers and Curbing Biothreats Mon, 17 Mar 2025 16:04:00 GMT
- Orbital Mechanics Sat, 09 Sep 2023 16:07:00 GMT
- Flexport: Return of the King Thu, 14 Sep 2023 00:26:00 GMT
- Transmaxxing: the Incel-To-Transwoman Pipeline Tue, 03 Jan 2023 19:25:00 GMT
- Open Borders for Thee, Not for Me Tue, 12 Sep 2023 16:48:00 GMT
- Trial of the Decade Incoming Wed, 17 May 2023 02:18:00 GMT
- Democracy Dies Without Chinese Espionage Wed, 08 Mar 2023 03:50:00 GMT
- Drone Horizons Thu, 30 Jan 2025 21:28:00 GMT
- Making Space for Monkeys Tue, 18 May 2021 17:06:00 GMT
- The White Pill: Elon's xAI to Tackle Fundamental Mysteries Sat, 15 Jul 2023 23:15:00 GMT
- Hallucinations in AI Mon, 03 Jul 2023 19:09:00 GMT
- Tether, Part I Mon, 14 Dec 2020 19:43:00 GMT
- An Inside Look at the “Dark MAGA” Video Edit that Captivated X Mon, 18 Nov 2024 21:55:07 GMT
- What Went Down at Hereticon II: Apocalypse Ball (Day Two) Fri, 01 Nov 2024 18:06:00 GMT
- Reject Doomerism!! Sat, 09 Dec 2023 20:46:00 GMT
- IBM's Racist Hiring Scandal Thu, 14 Dec 2023 15:16:00 GMT
- TikTok “Ban” — Is X Next? Sat, 16 Mar 2024 16:32:46 GMT
- Thank God for El Segundo Tue, 19 Dec 2023 20:35:00 GMT
- Endorsements for Human Civilization (March 2024) Fri, 23 Feb 2024 15:56:23 GMT
- The Crime of Curiosity Tue, 14 Sep 2021 16:11:00 GMT
- The Sovereign Influencer Tue, 02 Mar 2021 18:28:00 GMT
- Slop World Wed, 19 Mar 2025 14:30:34 GMT
- The White Pill: Defeating One of the Worst Cancers Sat, 10 Jun 2023 15:40:00 GMT
- Rocket Man Bad Wed, 07 Jun 2023 02:07:00 GMT
- Bluesky Blues: 5,000% Tariffs on this Stupid Website Thu, 10 Apr 2025 22:19:52 GMT
- A Little Chaos for a Treat Tue, 02 Feb 2021 19:22:00 GMT
- Temple of Bros Tue, 27 Apr 2021 17:12:00 GMT
- Golden Age Tue, 22 Apr 2025 14:59:34 GMT
- 12 Epic Feats of American Engineering Fri, 01 Mar 2024 01:00:00 GMT
- Stripe’s Acquisition of Bridge is a Stroke of Genius Sat, 26 Oct 2024 21:48:00 GMT
- Unfettered Conversations Tue, 23 Feb 2021 18:33:00 GMT
- But Is It Really a Dire Wolf? Sat, 12 Apr 2025 17:29:00 GMT
- My Body, My Choice Tue, 21 Sep 2021 16:09:00 GMT
- Dominion Fri, 09 Jun 2023 21:06:00 GMT
- A Techno-Industrialist Manifesto Wed, 21 Feb 2024 17:30:00 GMT
- Musk: EU Wanted "Illegal Secret Deal" to "Quietly Censor Speech" Fri, 12 Jul 2024 18:14:30 GMT
- No homo Mon, 27 Jun 2022 14:38:00 GMT
- Mostly Peaceful Aztec Empire Wed, 07 Jun 2023 21:18:00 GMT
- Respectability Politics Works Fri, 14 Apr 2023 20:07:00 GMT
- New Media is Dead, Long Live New Media Wed, 26 Apr 2023 02:25:00 GMT
- Prisoners of Scale Mon, 31 Jan 2022 16:17:00 GMT
- California Taxpayers Are Funding Left Wing Activism Through the CA Arts Council Wed, 28 Feb 2024 14:03:00 GMT
- Paging John Spartan Tue, 17 Nov 2020 19:51:00 GMT
- The Biden Admin's March Toward Permanently Enshrining DEI Into Corporate America Thu, 07 Dec 2023 22:32:00 GMT
- First Full-Size, Digital Scan of the Titanic Yields Spectacular Imagery Sat, 22 Apr 2023 21:52:00 GMT
- The Cholesterol Cult Fri, 21 Mar 2025 19:25:00 GMT
- Portrait of a Digital Propagandist Wed, 26 Feb 2025 21:16:00 GMT
- The Shitposting Gods of Silicon Valley Tue, 02 Nov 2021 16:00:00 GMT
- Bugman vs. the Robots Fri, 31 May 2024 14:22:46 GMT
- The Greatest Generation Built the Haiku Stairs, Now the Nerf Culture Wants Them Gone Wed, 11 Dec 2024 21:09:00 GMT
- Pirate Wires in Times Square Wed, 05 Feb 2025 20:52:29 GMT
- SNAPSHOT: Trump's Boomer Tailgate Army Waits Fri, 16 Jun 2023 20:45:00 GMT
- Inside the Biden Admin’s Plot to Destroy Silvergate and Debank Crypto for Good Wed, 25 Sep 2024 12:51:38 GMT
- Lunar Operations Sat, 12 Aug 2023 16:00:00 GMT
- Pro-partying Group Wins Election at Stanford in Rebuke of Campus Leftists Mon, 17 Apr 2023 19:46:00 GMT
- The World’s Largest Fusion Experiment Just Turned On Sat, 11 Nov 2023 16:50:00 GMT
- Operation Choke Point 2.0 Is Underway, And Crypto Is In Its Crosshairs Wed, 08 Feb 2023 18:25:00 GMT
- What Can We Send to Mars on the First Starships? Tue, 04 Mar 2025 15:21:00 GMT
- How Wikipedia Launders Regime Propaganda Thu, 29 Aug 2024 15:57:00 GMT
- Pirate Wires #1 Mon, 29 Jun 2020 20:29:00 GMT
- Twitter Open Sourcing Its Algorithm, Explained Fri, 31 Mar 2023 16:41:00 GMT
- Are Furries Freaks? Sat, 27 Feb 2021 18:30:00 GMT
- Google's AI Is an Anti-White Lunatic Wed, 21 Feb 2024 19:25:00 GMT
- The Attention Whores of Babylon Tue, 18 Oct 2022 14:08:00 GMT
- California’s Controversial AI Bill: A Cheat Sheet Wed, 17 Jul 2024 15:18:00 GMT
- Orange Alert Fri, 09 Jun 2023 02:04:00 GMT
- Big Ring in the Sky Sat, 20 Jan 2024 21:56:29 GMT
- San Francisco Mostly Chooses Sanity Fri, 08 Mar 2024 19:37:00 GMT
- The White Pill: No Earth Impacts in the Next 1000 Years Sat, 20 May 2023 15:34:00 GMT
- BASE REALITY: An Interview with Grimes Wed, 10 May 2023 19:16:00 GMT
- Housing Policy Disaster (Good Thing, Actually) Wed, 22 Nov 2023 19:58:00 GMT
- Eat, Pray, Cringe Tue, 13 Jun 2023 21:02:00 GMT
- We Need to Talk About Talking Tue, 15 Jun 2021 16:53:00 GMT
- Tech's Perfect Storm Tue, 14 Mar 2023 16:45:00 GMT
- Chaos (A Future History of Artificial Intelligence) Tue, 10 Jan 2023 19:54:00 GMT
- San Francisco: We Are So Back (?) Wed, 16 Aug 2023 04:07:00 GMT
- Believe All Military Officials Wed, 14 Jun 2023 02:00:00 GMT
- Will Cultivated Meat Survive? Mon, 31 Mar 2025 15:56:32 GMT
- Forever Hold Your Peace Tue, 20 Jul 2021 16:39:00 GMT
- San Francisco's Homeless Ticking Time Bomb Thu, 17 Aug 2023 20:25:00 GMT
- 13,000 Feet Below Thu, 22 Jun 2023 22:26:00 GMT
- More Important Than Votes Tue, 22 Sep 2020 19:11:00 GMT
- The 2020 Gavin Newsom Fires Tue, 15 Sep 2020 19:15:00 GMT
- Twitter Open Sourcing Its Algorithm, Explained Fri, 31 Mar 2023 22:22:00 GMT
- A Very Silly Union Thu, 25 Jan 2024 17:35:00 GMT
- One Percent Tue, 25 May 2021 16:57:00 GMT
- "We have to stand for sanity." An interview with Chris Best, founder of Substack Mon, 15 Nov 2021 04:47:00 GMT
- The Brief, Glorious, Basic Business History of America’s Favorite Spice (Pumpkin) Tue, 31 Oct 2023 20:39:00 GMT
- SF Taxed Fintech Out of the City to Solve Homelessness. 6 Years Later, the Problem's Worse Wed, 29 May 2024 16:16:36 GMT
- Bombshell Mon, 04 Oct 2021 16:07:00 GMT
- The Sugar Babies of Stanford University Wed, 14 Sep 2022 23:57:00 GMT
- Social Contract Thu, 28 Mar 2024 19:25:00 GMT
- Prince Harry Shows Up In The Twitter Files Thu, 09 Mar 2023 22:32:00 GMT
- How to Build a City: California Forever Wed, 27 Mar 2024 18:42:00 GMT
- Endorsements for Human Civilization Sat, 17 Oct 2020 03:38:00 GMT
- Breaking: San Francisco is Clean Wed, 15 Nov 2023 17:33:00 GMT
- The White Pill: F*** Pancreatic Cancer Sat, 13 May 2023 15:33:00 GMT
- What's With The Mysterious Green Beams Over Hawaii? Thu, 20 Apr 2023 17:38:00 GMT
- The White Pill Holiday Gift Guide Tue, 28 Nov 2023 22:04:14 GMT
- Washing the Whale (With Dove) Wed, 15 Mar 2023 20:47:00 GMT
- Zuck-Elon Updates, TikTok Worries About Disinformation (lol), CA Clown Car Thu, 29 Jun 2023 21:54:00 GMT
- The Earth's Pulse Sat, 18 Nov 2023 15:59:00 GMT
- Moral Inversion Tue, 10 Oct 2023 20:30:00 GMT
- Shut Up and Pay Me Thu, 27 Feb 2025 16:15:44 GMT
- The End of Social Media: An Interview With Jack Dorsey Thu, 09 May 2024 15:51:27 GMT
- Debt Babies Thu, 25 Aug 2022 14:20:00 GMT
- Lemon8 Is for the (Hot, Rich) Girlies Thu, 27 Apr 2023 19:27:00 GMT
- Gay Arraignment Fri, 16 Jun 2023 01:57:00 GMT
- Why Robinhood is Ripping Fri, 28 Feb 2025 22:55:00 GMT
- Tangled Up in Methylene Blue Wed, 05 Mar 2025 12:32:00 GMT
- Brace for Impact Wed, 31 May 2023 02:12:00 GMT
- Is Silicon Valley Shifting To The Right? The Evidence Is Weak Wed, 19 Jun 2024 18:21:17 GMT
- Deep State Trojan Horse Thu, 09 Nov 2023 17:03:00 GMT
- Covid Factory Tue, 28 Feb 2023 03:52:00 GMT
- Definitely Watch Scavenger's Reign Sat, 04 Nov 2023 16:11:00 GMT
- NPR’s New CEO Hates Tech, Too Wed, 17 Apr 2024 17:31:54 GMT
- How Snopes Buried the Truth About Ilhan Omar's Father Tue, 18 Mar 2025 18:21:00 GMT
- The Myth of the Snap Drug Cartel Wed, 08 Mar 2023 22:40:00 GMT
- Vibes in the Machine Fri, 10 Feb 2023 18:18:00 GMT
- The White Pill: Fourth of July Edition (American Stuff Only) Wed, 05 Jul 2023 15:44:00 GMT
- Did We Just Discover Microbial Alien Life? Sun, 17 Sep 2023 00:18:00 GMT
- Alex Jones Didn’t Kill Himself Mon, 10 Oct 2022 14:10:00 GMT
- Gavin Newsom Vetos Effective Altruism's AI Bill in Win for Silicon Valley Sun, 29 Sep 2024 18:13:00 GMT
- Bluesky Blues: A New Investigatory Series Thu, 27 Mar 2025 23:14:06 GMT
- Gaslight: The "Sensitivity Readers" Erasing Western History Fri, 31 Mar 2023 14:09:00 GMT
- Welcome to the EU-California Anti-Tech Alliance Wed, 30 Aug 2023 16:53:00 GMT
- Does Testosterone Make You Gay? Wed, 15 May 2024 16:29:36 GMT
- Meet the British Scammer Who Infiltrated the Highest Levels of CA Education Policymaking Tue, 02 Apr 2024 18:41:49 GMT
- Why is NYC’s "New Ellis Island" Operated by the Pakistani Government? Mon, 09 Dec 2024 16:23:29 GMT
- Back to the Future Wed, 04 Oct 2023 17:06:00 GMT
- Apocalypse Meow Wed, 18 Sep 2024 14:18:06 GMT
- How to Safely Navigate Our Haunted Transsexual Internet Fri, 05 May 2023 16:55:00 GMT
- NIH-Funded "Food Pyramid" Rates Lucky Charms Healthier Than Steak Fri, 11 Nov 2022 04:15:00 GMT
- Anti-Trump Feminists Declare Sex Strike (Men Generally Cool With It) Wed, 13 Nov 2024 19:18:03 GMT
- California’s Impending Tax Apocalypse Tue, 02 Jul 2024 12:10:00 GMT
- Asylum: Just Another Word for Open Borders Tue, 26 Mar 2024 19:32:00 GMT
- DeepSeek Was Inevitable Fri, 31 Jan 2025 23:19:00 GMT
- Is Chicago About to Hit Rock Bottom? Thu, 21 Nov 2024 20:15:00 GMT
- Black Friday is Dead Fri, 24 Nov 2023 17:19:00 GMT
- Crisis on the Red Sea Thu, 11 Jan 2024 20:11:00 GMT
- The Primacy of Winning Mon, 08 Apr 2024 12:01:00 GMT
- TikTok Block Party Mon, 03 Aug 2020 20:11:00 GMT
- Centrifugal Force Sat, 02 Dec 2023 23:33:00 GMT
- Forging the Future Sat, 22 Jul 2023 23:08:00 GMT
- Beyond Zuckerberg Derangement Syndrome Mon, 10 Aug 2020 20:09:00 GMT
- Wikipedia Editors Officially Deem Trump a Fascist Tue, 29 Oct 2024 19:05:00 GMT
- Revolution of the Broletariat Mon, 06 May 2024 15:58:17 GMT
- Be Less Crazy Thu, 18 Nov 2021 16:56:00 GMT
- Misery and Joy Tue, 04 May 2021 17:09:00 GMT
- Kalshi Paid Influencers to Target Polymarket CEO After FBI Raid Fri, 22 Nov 2024 18:48:09 GMT
- No More Clown Shit Tue, 10 Nov 2020 19:53:00 GMT
- I Used AI to Email 3,800 Ivy League Bureaucrats, Now My School Is Investigating Me Tue, 01 Apr 2025 19:48:00 GMT
- Daydream Believer Wed, 25 May 2022 03:20:00 GMT
- OpenAI, the Complete Story: Corporate Giants, Religious Fanatics, and Chaos in the Heart of Tech Wed, 22 Nov 2023 17:59:00 GMT
- The DoorDash x Klarna Partnership, a Cultural Review (Memes) Fri, 21 Mar 2025 18:35:56 GMT
- The AI-Generated, Never-Ending Seinfeld Twitch Stream, Explained Sat, 04 Feb 2023 01:05:00 GMT
- Control the Metal, Control the World Thu, 14 Jul 2022 14:29:00 GMT
- Rage Against the Wooden Man Mon, 04 Sep 2023 23:31:00 GMT
- Abolish Kwanzaa Fri, 08 Dec 2023 20:20:00 GMT
- Beyond Tech's Vibe Shift Thu, 04 Jan 2024 20:02:00 GMT
- CA’s Architect of “Equity-Based Algebra” Accused of Academic Fraud Tue, 26 Mar 2024 18:27:00 GMT
- Back to the Moon Sat, 17 Feb 2024 17:00:00 GMT
- Freedom is for Nazis Tue, 12 Apr 2022 14:59:00 GMT
- Strike Wed, 20 Sep 2023 17:00:00 GMT
- Elon Takes Twitter Thu, 28 Apr 2022 14:57:00 GMT
- The Dream Keeper Initiative: How San Francisco Defunded the Police for a Historic Racial Equity Cash Grab Fri, 17 Nov 2023 17:26:00 GMT
- America is Sleepwalking Into a Permanent DEI Bureaucracy That Regulates AI Mon, 11 Nov 2024 20:15:00 GMT
- Harnessing the Breath of Life Tue, 18 Feb 2025 19:19:00 GMT
- Let's Burn Books Wed, 09 Feb 2022 16:15:00 GMT
- TikTok’s Spin Doctor Knows Better Than to Tell the Truth Thu, 21 Mar 2024 19:57:54 GMT
- It’s a chat bot, Kevin Mon, 20 Feb 2023 18:11:00 GMT
- Who are the starseeds? Fri, 26 Mar 2021 17:19:00 GMT
- Substack's Easter Miracle Tue, 11 Apr 2023 22:06:00 GMT
- "Limited Exceptions" Clause Casts Doubt on TikTok's Project Texas Sat, 01 Apr 2023 14:01:00 GMT
- Exploring a Stablecoin Bank Tue, 07 Jan 2025 21:08:00 GMT
- Things I Learned When I Was Trans Wed, 15 Jan 2025 22:33:00 GMT
- Demonic Wed, 21 Sep 2022 14:15:00 GMT
- Why You Should Read the Bible Wed, 07 Feb 2024 22:14:00 GMT
- Back to the Future Wed, 11 Dec 2024 22:01:00 GMT
- Vanishing People: the Population Crisis Fri, 13 May 2022 14:49:00 GMT
- No Bids? No Problem Wed, 13 Dec 2023 21:36:00 GMT
- Social Media's Slow March to Oblivion Tue, 15 Mar 2022 15:05:00 GMT
- The Fifth Estate Tue, 13 Dec 2022 21:30:00 GMT
- Project Roomkey: California’s $3 Billion COVID Homeless Policy Disaster Fri, 01 Mar 2024 15:00:00 GMT
- A Policy of Truth Tue, 09 Feb 2021 18:38:00 GMT
- A Bus Driver Killed a Man, the City Blamed Tech Wed, 13 Sep 2023 16:58:00 GMT
- The OpenAI, Datavant, and Education Vets Rescuing K-12 from Itself Mon, 07 Apr 2025 16:20:00 GMT
- Light Speed Sat, 06 Jan 2024 21:13:00 GMT
- Congressman George Santos' Oscar Picks Sun, 12 Mar 2023 21:26:00 GMT
- Bad Education Mon, 31 Aug 2020 20:02:00 GMT
- The New York Times Response To The GLAAD Trans Letter Fri, 17 Feb 2023 00:47:00 GMT
- A Requiem for the Apple Car, Vice.com, and (Not) Gmail Thu, 29 Feb 2024 12:07:00 GMT
- Insurrection as a Service Tue, 12 Jan 2021 19:35:00 GMT
- Google's AI Disaster Continues Thu, 22 Feb 2024 21:03:38 GMT
- Twitter Rolls Out Creator Subscriptions Thu, 13 Apr 2023 22:02:00 GMT
- Conquering Cerberus Tue, 19 Feb 2019 21:38:00 GMT
- Mad World Tue, 29 Jun 2021 16:50:00 GMT
- Taylor Lorenz’s History of Lies Fri, 01 Nov 2024 20:16:21 GMT
- Wireheading City Tue, 30 Jan 2024 11:00:00 GMT
- Lock the Doors Tue, 19 Oct 2021 16:04:00 GMT
- Inside Anduril’s Comms Strategy: 10 Rules for Mission-Driven Founders Tue, 23 Jan 2024 17:28:00 GMT
- Stability AI Employees Banned From Midjourney. Wed, 06 Mar 2024 21:27:59 GMT
- The White Pill: Moon Memo Sat, 27 May 2023 15:36:00 GMT
- Our Government's War on Anonymity Thu, 16 Jan 2025 11:50:00 GMT
- #TeslaTakedown Movement Tied to Short-Sellers Thu, 24 Apr 2025 17:47:00 GMT
- Let the Birdmen Fly Thu, 03 Oct 2024 14:17:50 GMT
- Sucks to EU Tue, 25 Feb 2025 21:32:00 GMT
- The Executive Physical: Behind the Velvet Rope of Healthcare for the 1% Tue, 13 Feb 2024 14:16:11 GMT
- Jail the Tech Bros Tue, 03 Sep 2024 15:14:35 GMT
- Walz Doubles Down on Punishment for Hate Speech, MSM Continues to Ignore It Wed, 02 Oct 2024 20:51:48 GMT
- Bluesky Blues: The Online Equivalent of CECOT Thu, 17 Apr 2025 23:38:22 GMT
- A New California City? Sat, 26 Aug 2023 22:41:00 GMT
- The White Pill: The Frontier Is Everywhere Sat, 17 Jun 2023 15:41:00 GMT
- What Is Airchat, the “Dinner Party in Your Pocket”? Tue, 23 May 2023 16:43:00 GMT
- What We Believe In Tue, 29 Jan 2019 21:39:00 GMT
- Hoist the Colors Sun, 23 May 2021 16:59:00 GMT
- How a Hater Accelerated My Startup’s Timeline By a Year, Overnight Fri, 19 Apr 2024 16:29:00 GMT
- No One Knows What Gavin Newsom's Walgreens Tweet Means, Not Even His Own Office Wed, 08 Mar 2023 22:36:00 GMT
- Uncle Sam’s Long COVID Fri, 16 Feb 2024 22:11:00 GMT
- Behind the Mask of 𝕏's Anonymous Influencers Fri, 25 Oct 2024 16:54:00 GMT
- Is Technology Destroying Marriage? Tue, 12 Nov 2024 21:17:00 GMT
- Et Tu, Peskin? Wed, 17 Jan 2024 21:48:00 GMT
- Merchants of Progress Wed, 25 Oct 2023 16:45:00 GMT
- The Boy Who Cried Extinction Fri, 02 Jun 2023 02:09:00 GMT
- Venture Capital’s Space for Sheep Thu, 02 May 2024 18:19:00 GMT
- Okay fine we're fighting Tue, 16 Feb 2021 18:35:00 GMT
- Shock and Awe Fri, 18 Feb 2022 16:13:00 GMT
- State of Disaster Mon, 24 Aug 2020 20:05:00 GMT
- The White Pill: A Glimpse of Intelligence As a Commodity Sat, 29 Apr 2023 15:29:00 GMT
- What Happens If We Become Dependent on IVF? Fri, 25 Apr 2025 18:50:00 GMT
- The Terrorist Propaganda to Reddit Pipeline Thu, 20 Feb 2025 04:47:00 GMT
- GPT-4 Scores Near 90th Percentile For Bar, LSAT, SAT, And AP Exams Tue, 14 Mar 2023 16:29:00 GMT
- Are Race-Based Firings Legal? Twilio's About to Find Out Fri, 16 Sep 2022 14:17:00 GMT
- One Party State Mon, 05 Sep 2022 14:19:00 GMT
- Farming on Mars: Interview w/ Robert Zubrin Sat, 23 Sep 2023 16:10:00 GMT
- Rorschach Mon, 20 Dec 2021 16:24:00 GMT
- China Is Buying Up U.S. Military Academies And Farmland Wed, 08 Mar 2023 00:11:00 GMT
- What Did You Get Done This Week? Tue, 04 Oct 2022 14:12:00 GMT
- Meme Police Thu, 30 Nov 2023 20:54:00 GMT
- Luxury Space Tourism, Powering Fusion with AI, Personal Air Taxis, and More Sat, 02 Mar 2024 17:00:00 GMT
- Our Interview With Bryan Johnson, Transcribed in Full Wed, 24 Jan 2024 16:31:00 GMT
- Even The Politicians Thought the Open Letter Made No Sense In The Senate Hearing on AI Wed, 19 Apr 2023 19:42:00 GMT
- Zone of Repulsion Tue, 08 Jun 2021 16:55:00 GMT
- How Wikipedia’s Pro-Hamas Editors Hijacked the Israel-Palestine Narrative Thu, 24 Oct 2024 19:30:00 GMT
- Did We Just Discover Microbial Alien Life? Sat, 16 Sep 2023 16:09:00 GMT
- Did The Government Start A Global Financial Crisis In An Attempt To Destroy Crypto? Thu, 23 Mar 2023 14:39:00 GMT
- Orwell’s ADL Prepares for 2024 Wed, 06 Sep 2023 04:13:00 GMT
- Swim Sun, 08 Oct 2023 16:15:00 GMT
- 13 Tech Heavyweights Explain the Bitcoin Bull Run Fri, 15 Nov 2024 21:22:00 GMT
- Bad Ghibli Wed, 02 Apr 2025 14:51:07 GMT
- Neurotic Fri, 07 Jan 2022 16:21:00 GMT
- CEOs: Over It (GFY) Thu, 07 Dec 2023 22:36:00 GMT
- Venture Communism Wed, 08 Sep 2021 16:16:00 GMT
- What the Hell Is Going On at the Washington Post Wed, 04 May 2022 14:55:00 GMT
- None Of The AI Text Detector Tools Work, Not Even OpenAI’s Wed, 22 Feb 2023 17:27:00 GMT
- Tech Civil War Wed, 30 Nov 2022 21:33:00 GMT
- The TikTok Power Broker Index Wed, 05 Apr 2023 22:13:00 GMT
- Florida Just Banned Lab-Grown Meat, I Tried to Find Out Why Thu, 14 Mar 2024 13:20:43 GMT
- Are Most of San Francisco's Homeless Even From the City? Sun, 17 Dec 2023 20:32:00 GMT
- Cultural Appropriation is an American Asset Wed, 03 May 2023 19:24:00 GMT
- The Future is Not Post-Industrial Sat, 24 Feb 2024 17:00:00 GMT
- The Black Cleopatra Documentary is Worse Than You Think Sat, 20 May 2023 17:43:00 GMT
- Bad Week For ESG Tue, 20 Jun 2023 22:28:00 GMT
- The White Pill: The NASA UFO Conference Sat, 03 Jun 2023 15:37:00 GMT
- Doom Loop Fri, 01 Sep 2023 20:48:00 GMT
- American Taliban Tue, 24 Aug 2021 16:23:00 GMT
- The Burning of America's Library Sat, 06 Aug 2022 13:47:00 GMT
- San Francisco Taxpayers Funded the Bay Bridge Protests Fri, 26 Jan 2024 11:00:00 GMT
- “Ethics” and “Society” Tue, 21 Mar 2023 02:36:00 GMT
- LLM Applications I Want To See Thu, 13 Mar 2025 15:35:00 GMT
- A Tale of Two Karens Tue, 08 Aug 2023 18:27:00 GMT
- Follow the Money: TikTok's Defenders Sat, 25 Mar 2023 14:26:00 GMT
- The FCC's $200 Billion Disaster Fri, 20 Dec 2024 15:32:00 GMT
- Signature Didn’t Have to Die, Either Tue, 15 Apr 2025 19:45:00 GMT
- America Needs Better Defense Acquisition Wed, 29 Jan 2025 16:29:36 GMT
- Sam Altman Suggests AI Licensing Regime In Senate AI Hearing Tue, 16 May 2023 19:00:00 GMT
- Mission Accomplished Tue, 23 Apr 2024 16:31:38 GMT
- Tech’s #MeToo Architect: The Legacy of Ellen Pao Tue, 30 Apr 2024 22:53:00 GMT
- Dopamine Thirst Trap Tue, 26 Jan 2021 19:28:00 GMT
- Catastrophic Bug Affecting Facebook Ads Roils Advertisers Mon, 24 Apr 2023 02:28:00 GMT
- Slaphappy Wed, 09 Mar 2022 16:03:00 GMT
- Tiffany Henyard: America’s Mayor Tue, 13 Feb 2024 16:21:28 GMT
- Radio Free Britain: a Primer on Free Speech and Social Media in the UK Fri, 16 Aug 2024 00:21:00 GMT
- I Took The North Face's Anti-Racism Course To Get a 20% Discount On Gear Wed, 06 Mar 2024 15:02:00 GMT
- How California Turned on its Own Citizens Sat, 25 Jan 2025 01:05:00 GMT
- We Are the Media Now Sun, 30 Jun 2024 12:00:00 GMT
- CA Senate Appropriations Approves Ban on Self-Driving Trucks for the Rest of Decade Fri, 01 Sep 2023 17:40:00 GMT
- "Science" and Safety Porn Tue, 20 Apr 2021 17:14:00 GMT
- TikTok “For You” Page Flooded With Pro-Chew Content In Wake Of Hearings Mon, 27 Mar 2023 16:38:00 GMT
- Oppenheimer Sat, 29 Jul 2023 23:00:00 GMT
- Global Warming Ate My Homework Tue, 06 Jul 2021 16:47:00 GMT
- WIRED’s UK Gang Rape Disinformation Wed, 08 Jan 2025 19:34:09 GMT
- Conspiracy Theory Tue, 20 Feb 2024 11:00:00 GMT
- The People Who Fall in Love With Chatbots Tue, 08 Apr 2025 22:24:00 GMT
- Censorship for Profit Mon, 16 Sep 2024 15:10:29 GMT
- What Went Down at Hereticon II: Apocalypse Ball (Day One) Wed, 30 Oct 2024 18:06:00 GMT
- Technologies of Transcendence Wed, 13 Nov 2024 20:16:00 GMT
- 3 Priorities for Dismantling Biden’s Anti-AI Regime Tue, 21 Jan 2025 15:57:24 GMT
- Inside Palantir’s Bet on High School Grads Wed, 23 Apr 2025 20:42:00 GMT
- Tech’s Warm Summer Breeze Wed, 09 Aug 2023 04:04:00 GMT
- Against Safetyism Mon, 17 Apr 2023 20:02:00 GMT
- Biden's DEI Tech Hubs Program Thu, 21 Sep 2023 17:01:00 GMT
- Asymmetric War: The Founder’s Secret Weapon Wed, 05 Jun 2024 17:45:00 GMT
- Biden Shouldn’t Blow Off Marianne Williamson Tue, 14 Mar 2023 20:56:00 GMT
- The Atlantic's Phantom Nazi Problem Sat, 13 Jan 2024 20:23:00 GMT
- Coomer Conversion Therapy Tue, 25 Oct 2022 14:05:00 GMT
- Testocalypse Sun, 24 Sep 2023 17:56:00 GMT
- The Battle Over AI Surveillance at the Paris Olympics Mon, 03 Apr 2023 16:45:00 GMT
- The Forces Behind Scott Wiener's Steadfast Defense of SB 1047 Wed, 21 Aug 2024 19:19:00 GMT
- Realignment? Wed, 11 Oct 2023 17:08:00 GMT
- The New York Times Turns Its Back On The Far Left Fri, 17 Feb 2023 00:43:00 GMT
- Tech’s Merit-Based, Mission-First Job Board Fri, 28 Jun 2024 20:48:56 GMT
- Green Eggs and STFU Tue, 09 Mar 2021 18:27:00 GMT
- Pirate Wires #2 Mon, 29 Jun 2020 20:26:00 GMT
- Inside SF Public Schools' Shocking Health Curriculum Wed, 10 Apr 2024 15:15:00 GMT
- Inside the Government’s Attempt to Destroy Election Markets in the Name of Democracy Mon, 21 Oct 2024 21:22:00 GMT
- The Tradwife Craze Is About Envy Tue, 21 Mar 2023 20:25:00 GMT
- Moon Should Be a State Tue, 03 Dec 2024 15:37:27 GMT
- Surviving and Thriving in Tech's New Winter Tue, 15 Nov 2022 14:44:00 GMT
- How Soros-Backed Operatives Took Over Key Roles at Wikipedia Mon, 06 Jan 2025 17:29:00 GMT
- Printing Metal in Low Earth Orbit Sat, 03 Feb 2024 17:00:00 GMT
- Total Victory Thu, 07 Nov 2024 17:57:13 GMT
- Brodega Mindset Tue, 12 Jul 2022 14:35:00 GMT
- What Happens When Your City is Deemed Illegal? Fri, 18 Oct 2024 23:29:00 GMT
- Dean Preston: San Francisco's Millionaire Marxist Fri, 22 Sep 2023 16:48:00 GMT
- Haha Murder Tue, 06 Oct 2020 19:08:00 GMT
- Twitter Vs. The Cathedral Sun, 20 Nov 2022 04:49:00 GMT
- The White Pill: The Glint Of Alien Cities Sat, 24 Jun 2023 15:42:00 GMT
- The Costs of Europe’s GDPR Regime Mon, 28 Aug 2023 15:39:00 GMT
- The Soros Exception Wed, 17 May 2023 17:48:00 GMT
- Teach Kids GPT Sat, 02 Sep 2023 16:06:00 GMT
- Shower/acc: How Congress Throttled Indoor Water Flow, and Why We Must Liberate It Wed, 09 Apr 2025 15:15:00 GMT
- DEEP STATE (they/them) vs. the Wonder Boys Tue, 04 Feb 2025 18:45:34 GMT
- Grim New Record Wed, 10 Jan 2024 21:44:00 GMT
- Operation Choke Point 2.0 Goes Mainstream Wed, 04 Dec 2024 22:28:00 GMT
- University Of California Uses High School Racial Composition For Admissions, Data Suggests Mon, 03 Apr 2023 22:20:00 GMT
- Over the Target Tue, 06 Feb 2024 13:12:00 GMT
- TikTok’s Congressional Disaster Thu, 23 Mar 2023 14:27:00 GMT
- The Oakland Defund Movement Is Starting to Look a Lot Like Fraud Tue, 11 Jun 2024 22:29:00 GMT
- It’s Time for America to Step Up in Panama Tue, 28 Jan 2025 19:04:00 GMT
- Why Trump Brought TikTok Back to Life Tue, 21 Jan 2025 00:43:00 GMT
- Welcome to Pirate Wires Wed, 24 Jan 2024 11:00:00 GMT
- The Great American Incel Novel Sat, 21 Dec 2024 22:50:00 GMT
- The Case for Greenland Mon, 23 Dec 2024 13:42:00 GMT
- Paul Buchheit, Gmail’s Architect: The Full Transcript Tue, 18 Jun 2024 07:26:16 GMT
- We Don’t Have a Child Labor Problem, We Have an Immigration Problem Sun, 30 Apr 2023 19:33:00 GMT
- Fire in the Sky Mon, 27 Jul 2020 20:14:00 GMT
- Variant Xi Tue, 14 Dec 2021 16:25:00 GMT
- Microsoft's Nuclear-Powered AI Wed, 27 Sep 2023 17:02:00 GMT
- Robots are Racist Thu, 06 Apr 2023 20:18:00 GMT
- Can Section 230 Protect Tech From Social Media Addiction Litigation? Wed, 29 Mar 2023 14:14:00 GMT
- Mad August Fri, 13 Sep 2024 15:28:23 GMT
- A Quality Gentleman’s Digest Wed, 01 Feb 2023 04:02:00 GMT
- The Strange and Fascinating World of r/meth Sun, 23 Apr 2023 19:38:00 GMT
- CCP Landlords Matter Tue, 19 Mar 2024 18:33:56 GMT
- Let's Talk About Glow-in-the-Dark Animals, Plants, and Fungi Fri, 19 May 2023 18:55:00 GMT
- Are We Dating the Same Guy? Thu, 20 Feb 2025 16:05:00 GMT
- Exit vs. Build Mon, 15 Apr 2024 17:27:33 GMT
- Elite Tue, 31 May 2022 14:42:00 GMT
- DARPA's Plans to Kickstart the Lunar Economy Sat, 16 Dec 2023 21:06:00 GMT
- X's Final Boss: Zuckerberg Wages War Thu, 06 Jul 2023 10:21:00 GMT
- Taylor Swift's Fans Don't Understand Men Mon, 29 May 2023 21:30:00 GMT
- Making (up) History Thu, 15 Feb 2024 14:44:00 GMT
- Paywall the Border Fri, 28 Mar 2025 18:13:00 GMT
- American Futura Tue, 24 Jan 2023 19:10:00 GMT
- War Tue, 01 Mar 2022 16:10:00 GMT
- How Tech Created the Online Fact-Checking Industry Mon, 03 Mar 2025 20:57:00 GMT
- "Ethics and Responsibility" Thu, 16 Nov 2023 16:14:00 GMT
- Chicago Serial Killer: Real or Sham? Tue, 09 May 2023 19:07:00 GMT
- The Culture Wars Go In One Direction: Around In A Circle Thu, 16 Mar 2023 20:43:00 GMT
- We Need to Be Living Forever Fri, 10 Mar 2023 17:49:00 GMT
- DON’T DIE: An Interview with Bryan Johnson Wed, 24 Jan 2024 10:11:00 GMT
- Cage The Chickens Fri, 27 Jan 2023 19:05:00 GMT
- What's The Best Place For A Space Colony? Sat, 06 May 2023 15:31:00 GMT
- Notable Figures In AI Sign Tweet-Length Open Letter Warning Extinction Tue, 30 May 2023 21:24:00 GMT
- The Conflict of Interest at the Heart of CA’s AI Bill Fri, 19 Jul 2024 00:01:00 GMT
- Bill Introduced to Force ByteDance to Sell TikTok Tue, 05 Mar 2024 17:41:16 GMT
- We Asked OnlyFans Creators What They're Thinking About AI-Generated Porn Tue, 14 Feb 2023 00:54:00 GMT
- Wikipedia Editors at War Over Calling UK Grooming Gangs “Moral Panic” Thu, 10 Oct 2024 00:22:05 GMT
- American Hustle: Microchip Edition Tue, 16 Aug 2022 14:22:00 GMT
- Interview with Palmer Luckey: the Full Transcript Wed, 04 Sep 2024 23:39:00 GMT
- The SF Tenants Union Is Actively Helping Squatters Find New Homes to Take Over Wed, 03 Apr 2024 20:36:00 GMT
- Subhuman Thu, 22 Jun 2023 20:37:00 GMT
- With GPT-4, OpenAI Is Deliberately Slow Walking To AGI Thu, 30 Mar 2023 14:03:00 GMT
- Milk Wars Sat, 18 Feb 2023 00:36:00 GMT
- Labor’s Shadow War With Self-Driving Cars Thu, 27 Jul 2023 17:28:00 GMT
- Harvard is Turning Away Teenage Geniuses. Palantir is Hiring. Thu, 17 Apr 2025 17:31:20 GMT
- A Few More Billions Down the Homeless Drain Wed, 24 Jan 2024 16:58:00 GMT
- Elon Musk Signs Open Letter To Pause "Giant AI Experiments" Tue, 28 Mar 2023 16:39:00 GMT
- Coinbase "Willing To Do Anything" To Be Regulated By SEC Thu, 23 Mar 2023 16:35:00 GMT
- The New Water on Mars Sat, 27 Jan 2024 17:10:00 GMT
- The Great Billionaire Bogeyman Wed, 07 Feb 2024 08:00:00 GMT
- Founders, Leave Delaware (While You Still Can) Tue, 11 Feb 2025 17:23:15 GMT
- The Court Case Against a Massive Encampment That Won Wed, 21 Feb 2024 16:00:00 GMT
- Jack be nimble, Jack be quick Tue, 30 Mar 2021 17:01:00 GMT
- Endorsements for Human Civilization Wed, 11 May 2022 03:42:00 GMT
- TikTok’s Battle for the Swamp Sat, 09 Mar 2024 22:28:07 GMT
- Legalizing Chaos: How Activists Are Changing Laws Around the Country Mon, 05 Feb 2024 08:01:00 GMT
- Progressives Lose Their Minds Following Healthcare CEO Assassination Fri, 06 Dec 2024 17:34:00 GMT
- The Two-Front War on Academic Standards Fri, 13 Aug 2021 16:28:00 GMT
- Google's Culture of Fear Mon, 04 Mar 2024 15:57:28 GMT
- Is Twitter's Birdwatch Fact Checking the Fact Checkers? Fri, 04 Nov 2022 03:54:00 GMT
- GPT Prompt Using 'Token Smuggling' Really Does Jailbreak GPT-4 Sat, 18 Mar 2023 02:41:00 GMT
- Bluesky Blues: Goodbye, Democracy Fri, 04 Apr 2025 20:24:13 GMT
- Speculation That Twitter Disabled Posting, Retweeting Of Substack Links Spreads Fri, 07 Apr 2023 22:08:00 GMT
- Masters in Poverty Tue, 13 Jul 2021 16:43:00 GMT
- A Primer on the Shadowy Global Ad Cabal Quietly Trying to Throttle 𝕏 Tue, 06 Aug 2024 17:52:11 GMT
- My Tweet About AI Porn Went Viral, And What It Taught Me Was Upsetting Wed, 01 Feb 2023 18:38:00 GMT
- The Cyborgian Denizens of DIDTok Wed, 12 Jul 2023 18:56:00 GMT
- Jump Mon, 08 Jun 2020 20:36:00 GMT
- Our Vanishing Internet: An Interview with Dr. Larry Sanger Fri, 09 Aug 2024 18:17:11 GMT
- Reflections on Palantir Wed, 12 Feb 2025 15:59:00 GMT
- The DOJ Takes on Tech Tue, 29 Aug 2023 04:11:00 GMT
- Tok Blocked Wed, 29 Mar 2023 02:32:00 GMT
- Weird Science Wed, 22 Feb 2023 03:55:00 GMT
- (Still Pending) Tue, 27 Oct 2020 18:59:00 GMT
- The Craziest S**t that Happened on Planes in 2023 Thu, 28 Dec 2023 20:43:00 GMT
- The Most Profitable Business Per Employee in the World Mon, 28 Apr 2025 19:26:00 GMT
- How Much Snow Does Mars Get? Sat, 14 Oct 2023 16:16:00 GMT
- Ben and Jerry’s Lifestyle Thu, 20 Jul 2023 18:46:00 GMT
- Are You Not Entertained? Mon, 02 Nov 2020 19:55:00 GMT
- Reality Asserts Itself at a Women's Tech Conference Tue, 03 Oct 2023 17:05:00 GMT
- China’s U.S. Stamp Tax, Scammers Take America Sun, 27 Aug 2023 22:39:12 GMT
- The Princess and the Girlboss Fri, 23 Feb 2024 11:00:00 GMT
- Overton Collapse Tue, 09 Jan 2024 20:49:00 GMT
- The Day After the Election, Mainstream Media Turns on Americans Wed, 06 Nov 2024 19:56:10 GMT
- Keffiyehs Storm the Port Tue, 07 Nov 2023 17:46:00 GMT
- Reporter Can't Give Example Of "Hateful Speech" After Blaming Elon For It Wed, 12 Apr 2023 20:11:00 GMT
- Crypto Rumblings Wed, 31 Jan 2024 22:50:21 GMT
- Infinity Engines Wed, 12 Mar 2025 21:08:00 GMT
balajis.com URL | Feed
A free newsletter by Balaji.
- The Network School Fellowship Fri, 18 Apr 2025 16:35:39 GMT
- Network School Curriculum Sun, 02 Feb 2025 15:17:34 GMT
- Network School 2025 Sun, 02 Feb 2025 15:16:43 GMT
- The Network School Fri, 16 Aug 2024 19:29:25 GMT
- America's $175 Trillion Problem Thu, 25 Jul 2024 19:19:09 GMT
- California Is Not A Democracy Mon, 10 Jun 2024 07:39:35 GMT
- Gil Duran Faked A Quote For the New Republic Wed, 01 May 2024 03:37:48 GMT
- All It Takes Is All You Got Fri, 29 Mar 2024 04:25:13 GMT
- The Men's Party Sun, 28 Jan 2024 17:06:17 GMT
- Prompts are Tiny Programs Wed, 24 Jan 2024 15:43:11 GMT
- The Bitcoin ETF is the spiritual reversal of Executive Order 6102 Thu, 11 Jan 2024 04:07:18 GMT
- Only Newsom Can Go To China Sun, 12 Nov 2023 00:11:58 GMT
- Crypto Twitter Found SBF's Fraud Mon, 06 Nov 2023 01:04:09 GMT
- The Network State Conference Sun, 15 Oct 2023 22:30:51 GMT
- Network State Conference 2023 Sun, 15 Oct 2023 11:50:00 GMT
- Bond Villain Tue, 04 Jul 2023 11:31:07 GMT
- #5 - India's Largest Exit Fri, 30 Jun 2023 13:03:31 GMT
- No Cap Fri, 23 Jun 2023 15:18:27 GMT
- #4 - The Winklevoss Twins and Balaji Thu, 22 Jun 2023 08:49:24 GMT
- The Balaji Newsletter Wed, 07 Jun 2023 16:57:00 GMT
Astral Codex Ten URL | Feed
P(A|B) = [P(A)*P(B|A)]/P(B), all the rest is commentary.
- Open Thread 380 Mon, 05 May 2025 11:32:15 GMT
- Testing AI's GeoGuessr Genius Fri, 02 May 2025 08:20:15 GMT
- You Can Keep Having An Opinion Even When The Government Also Has It Thu, 01 May 2025 12:05:47 GMT
- Hidden Open Thread 379.5 Wed, 30 Apr 2025 20:42:49 GMT
- The Populist Right Must Own Tariffs Wed, 30 Apr 2025 08:07:10 GMT
- Open Thread 379 Mon, 28 Apr 2025 07:37:10 GMT
- AMA With AI Futures Project Team Fri, 25 Apr 2025 22:35:19 GMT
- AI Futures: Blogging And AMA Thu, 24 Apr 2025 07:18:42 GMT
- Hidden Open Thread 378.5 Thu, 24 Apr 2025 03:28:48 GMT
- With This Character's Death, The Thread Of Prophecy Is Severed Wed, 23 Apr 2025 09:58:33 GMT
- Links For April 2025 Tue, 22 Apr 2025 11:32:02 GMT
- Open Thread 378 Mon, 21 Apr 2025 10:06:22 GMT
- Yet Another Reason To Hate College Admissions Essays Fri, 18 Apr 2025 09:26:07 GMT
- ACX Classifieds 4/25 Thu, 17 Apr 2025 07:59:02 GMT
- Hidden Open Thread 377.5 Wed, 16 Apr 2025 21:37:45 GMT
- Highlights From The Comments On POSIWID Tue, 15 Apr 2025 00:59:20 GMT
- Open Thread 377 Mon, 14 Apr 2025 12:35:44 GMT
- Come On, Obviously The Purpose Of A System Is Not What It Does Fri, 11 Apr 2025 09:05:46 GMT
- Twilight Of The Edgelords Thu, 10 Apr 2025 08:01:40 GMT
- Hidden Open Thread 376.5 Thu, 10 Apr 2025 02:42:37 GMT
IM—1776 URL | Feed
Future of Culture
- Out of Hell Tue, 06 May 2025 10:00:00 +0000
- The Word Is Not Enough Fri, 02 May 2025 10:30:00 +0000
- The Anti-Meme Tue, 29 Apr 2025 09:30:00 +0000
- The Lonely Way Back Home Fri, 25 Apr 2025 14:00:00 +0000
- Revolt of the Dandies Wed, 23 Apr 2025 07:20:00 +0000
- No Honor Among Mutuals Fri, 18 Apr 2025 14:30:00 +0000
- The Return of High Fashion Tue, 15 Apr 2025 05:00:00 +0000
- Life & Social Media Ecology Mon, 14 Apr 2025 14:43:00 +0000
- Gatsby’s America Thu, 10 Apr 2025 07:10:43 +0000
- Mastering the Machine Tue, 08 Apr 2025 18:15:00 +0000
Overcoming Bias URL | Feed
This is a blog on why we believe and do what we do, why we pretend otherwise, how we might do better, and what our descendants might do, if they don't all die.
- Sincerity Adds To Drift Wed, 07 May 2025 00:54:30 GMT
- Elite Confidence Mon, 05 May 2025 20:08:58 GMT
- Surprisingly Blind Sat, 03 May 2025 14:36:58 GMT
- Abstraction Worsens Drift Fri, 02 May 2025 16:03:06 GMT
- Culture-Guiding Futarchy Fri, 25 Apr 2025 20:32:39 GMT
- Can Humanity Choose Its Future? Wed, 23 Apr 2025 18:06:10 GMT
- Songs Regulate Emotion Tue, 22 Apr 2025 17:18:55 GMT
- Adaptive Status Markers Mon, 21 Apr 2025 20:00:33 GMT
- Status Marker Polls Mon, 21 Apr 2025 15:55:34 GMT
- Efficiency Is Sacred Wed, 16 Apr 2025 17:27:02 GMT
- AI Is GPT, & GPTs Go Slow Tue, 15 Apr 2025 19:43:17 GMT
- Should I Be Clearly Conservative? Sun, 13 Apr 2025 20:21:34 GMT
- Might Makes The Best Right Tue, 08 Apr 2025 15:19:53 GMT
- Why Not Inquire Together More? Sun, 06 Apr 2025 18:46:19 GMT
- Seek What Outcomes Via Futarchy? Sat, 05 Apr 2025 20:35:20 GMT
- Unleash Capitalism Sat, 05 Apr 2025 02:30:13 GMT
- Futarchy For Fundraising Wed, 02 Apr 2025 19:17:12 GMT
- Turn The Ship Or Leave on Lifeboats Thu, 27 Mar 2025 23:47:02 GMT
- Join We Meta-Adaptionists Mon, 24 Mar 2025 19:41:37 GMT
- What Do I Want? Sat, 22 Mar 2025 15:58:20 GMT
Tanay’s Newsletter URL | Feed
Musings about tech and business
- The AI TAM Expansion Opportunity Tue, 06 May 2025 23:40:16 GMT
- AI’s Higher Acceptance Bar and How to Clear It Tue, 22 Apr 2025 23:40:19 GMT
- A Few Themes from Explosive Growth AI Startups Sun, 13 Apr 2025 22:38:44 GMT
- Observations from the 2025 Enterprise Tech 30 Mon, 31 Mar 2025 23:05:42 GMT
- Klarna S-1 Breakdown Wed, 19 Mar 2025 22:08:34 GMT
- Venture Firms Going Public Tue, 04 Mar 2025 02:51:32 GMT
- A few charts on where AI adoption is going Wed, 19 Feb 2025 00:20:56 GMT
- How Big Tech Sees DeepSeek: Five Key Takeaways Mon, 10 Feb 2025 23:37:50 GMT
- The Rise of the Agentic Workforce Wed, 29 Jan 2025 01:56:34 GMT
- Five Lessons for Building Robust AI Agents from Coding Agents Wed, 22 Jan 2025 00:18:38 GMT
- A few themes for 2025 Wed, 08 Jan 2025 02:42:46 GMT
- Comparing the Financials of Databricks and Snowflake Mon, 30 Dec 2024 23:35:35 GMT
- Emerging Wedges in Vertical AI Startups Mon, 16 Dec 2024 23:52:43 GMT
- ServiceTitan S-1 Breakdown Thu, 05 Dec 2024 01:42:40 GMT
- Big Tech x Generative AI Q3 '24 Update (Part 2) Mon, 11 Nov 2024 23:56:54 GMT
- Big Tech and Generative AI Q3 '24 Update Mon, 04 Nov 2024 23:57:32 GMT
- OpenAI's o-1 and Inference-Time Scaling Laws Mon, 28 Oct 2024 23:13:50 GMT
- Cerebras S-1 Breakdown Mon, 14 Oct 2024 23:13:44 GMT
- OpenAI and Anthropic Revenue Breakdown Mon, 30 Sep 2024 22:38:53 GMT
- AI's Impact on Software: Disruption or Expansion? Mon, 23 Sep 2024 23:02:00 GMT
DKB Blog URL | Feed
Writing about AI and search engines.
- ChatGPT's Chess Elo is 1400 Fri, 17 Mar 2023 17:38:18 GMT
- AI Will Create New Genres Fri, 10 Mar 2023 17:29:03 GMT
- TikTok: The Search Engine For Experiences Thu, 02 Mar 2023 16:52:34 GMT
- ChatGPT Fails The Coding Interview Wed, 22 Feb 2023 17:00:19 GMT
- Bing AI Can't Be Trusted Mon, 13 Feb 2023 16:35:48 GMT
- Interview with Kagi Fri, 17 Jun 2022 00:00:00 GMT
- Interview with Neeva Wed, 01 Jun 2022 00:00:00 GMT
- Interview with Brave Search Fri, 06 May 2022 00:00:00 GMT
- The Next Google Tue, 05 Apr 2022 00:00:00 GMT
- MarketRank: The Anti-SEO Ranking Algorithm Fri, 11 Mar 2022 00:00:00 GMT
- Google Search Is Dying Tue, 15 Feb 2022 00:00:00 GMT
- How To Read A Book Sun, 06 Feb 2022 00:00:00 GMT
- To Organize The World's Information Sun, 28 Feb 2021 00:00:00 GMT
- Write It Anyway Sat, 29 Jul 2017 00:00:00 GMT
DKB Show URL | Feed
Interviewing famous historical figures.
- Go with the flow Mon, 21 Nov 2022 00:00:00 GMT
- Travel won't save you Fri, 14 Oct 2022 00:00:00 GMT
- Lessons from the Bhagavad Gita Fri, 30 Sep 2022 00:00:00 GMT
- Life is worth living Fri, 16 Sep 2022 00:00:00 GMT
- Think for yourself Tue, 06 Sep 2022 00:00:00 GMT
- Creativity requires solitude Fri, 26 Aug 2022 00:00:00 GMT
- I talked to Leonardo da Vinci Wed, 20 Jul 2022 00:00:00 GMT
- Life Is Not Short Mon, 20 Jun 2022 00:00:00 GMT
- The Mind of a Benevolent Dictator Sat, 04 Jun 2022 00:00:00 GMT
LarrySanger.org URL | Feed
Technology, philosophy, and more
- Does God expect the impossible of us? Fri, 18 Apr 2025 19:54:32 +0000
- Brief Notes on the Gospel Tue, 15 Apr 2025 05:54:33 +0000
- A Sketch of My Theological Method Mon, 24 Mar 2025 18:07:46 +0000
- The Bible and the Fathers on the Divinity of Jesus Christ Wed, 12 Mar 2025 15:30:53 +0000
- A Response to My New Brothers and Sisters Mon, 24 Feb 2025 20:51:03 +0000
- The questions that distinguish the denominations Mon, 17 Feb 2025 03:24:19 +0000
- How a Skeptical Philosopher Becomes a Christian Wed, 05 Feb 2025 14:51:34 +0000
- Why Encyclopedias Are Still Important Wed, 29 Jan 2025 21:56:51 +0000
- Why I’m Moving from X.com to SangerFeed.org Fri, 27 Dec 2024 16:46:23 +0000
- On Grammar Puzzling Rules about Adjective Order Wed, 18 Dec 2024 21:19:39 +0000
Sam Altman URL | Feed
- Three Observations 2025-02-09T21:05:32Z
- Reflections 2025-01-06T01:37:29Z
- GPT-4o 2024-05-13T17:39:38Z
- What I Wish Someone Had Told Me 2023-12-21T22:44:25Z
- Helion Needs You 2022-07-13T15:47:32Z
- DALL•E 2 2022-04-06T18:15:13Z
- Helion 2021-11-05T13:39:16Z
- The Strength of Being Misunderstood 2020-12-01T18:56:39Z
- PG and Jessica 2020-09-25T14:45:50Z
- Researchers and Founders 2020-06-19T17:39:12Z
- Project Covalence 2020-06-16T17:08:44Z
- Idea Generation 2020-05-28T19:12:40Z
- Please Fund More Science 2020-03-30T17:46:36Z
- Funding for COVID-19 Projects 2020-03-15T16:31:23Z
- The Virus 2020-03-07T18:58:55Z
- Hard Startups 2020-02-26T18:28:47Z
- How To Invest In Startups 2020-01-13T16:41:14Z
- How To Be Successful 2019-01-24T21:01:07Z
- Reinforcement Learning Progress 2018-06-25T16:10:37Z
- US Digital Currency 2018-05-10T17:07:07Z
- Productivity 2018-04-10T16:18:00Z
- A Clarification 2017-12-16T19:00:42Z
- E Pur Si Muove 2017-12-14T17:12:38Z
- The Merge 2017-12-07T16:56:28Z
- American Equity 2017-11-27T17:24:42Z
- The United Slate 2017-07-12T14:33:41Z
- Join the YC Software Team 2017-05-19T00:25:07Z
- Quora 2017-04-21T13:42:36Z
- Tech Workers' Values 2017-03-31T17:46:28Z
- Keep the Internet Open 2017-03-14T18:36:03Z
the singularity is nearer URL | Feed
A home for poorly researched ideas that I find myself repeating a lot anyway
- A Way Forward 2025-04-22T00:00:00+01:00
- Critical Trade Theory 2025-04-11T00:00:00+01:00
- The Tragic Case of Intel AI 2025-03-24T00:00:00+00:00
- Resentment 2025-03-16T00:00:00+00:00
- AMD YOLO 2025-03-08T00:00:00+00:00
- The Demoralization is just Beginning 2025-03-03T00:00:00+00:00
- Money is the Map 2025-02-24T00:00:00+00:00
- Nobody Profits 2025-02-19T00:00:00+00:00
- Death of the Visceral 2025-01-22T00:00:00+00:00
- The Elon Swing Voter 2024-12-07T00:00:00+00:00
Wait But Why URL | Feed
- The 2024 Trump-Biden Debate Fri, 28 Jun 2024 12:46:16 +0000
- All My Thoughts After 40 Hours in the Vision Pro Fri, 09 Feb 2024 18:24:38 +0000
- 10 Thoughts From the Fourth Trimester Tue, 23 May 2023 19:32:00 +0000
- A Short History of My Last Six Years Fri, 17 Feb 2023 16:46:41 +0000
- Mailbag #2 Wed, 14 Apr 2021 12:41:02 +0000
- The Trump-Biden Debate Wed, 30 Sep 2020 14:58:09 +0000
- The Big and the Small Tue, 22 Sep 2020 16:28:48 +0000
- You Won’t Believe My Morning Wed, 25 Mar 2020 21:50:20 +0000
- It’s 2020 and you’re in the future Thu, 02 Jan 2020 00:17:30 +0000
- How to Pick a Career (That Actually Fits You) Thu, 12 Apr 2018 01:11:59 +0000
Derek Sivers blog URL | Feed
- Why did I move to New Zealand? 2025-02-25T00:00:00+00:00
- How to listen to Ulysses 2025-02-24T00:00:00+00:00
- the birth and reverb of friendship 2025-02-23T00:00:00+00:00
- a relationship that ended, not failed 2025-02-22T00:00:00+00:00
- Have I been married? 2025-02-20T00:00:00+00:00
- Why are my best friends Jewish? 2024-12-11T00:00:00+00:00
- One big choice shapes a hundred more 2024-12-10T00:00:00+00:00
- Come and get me (both you and AI) 2024-12-06T00:00:00+00:00
- I’m in the final third of my life 2024-12-05T00:00:00+00:00
- I love the contradiction of religions 2024-11-26T00:00:00+00:00
- The first time I met someone who believes in God 2024-11-25T00:00:00+00:00
- Dismissed! 2024-11-18T00:00:00+00:00
- I hated Dubai until I learned about it 2024-11-16T00:00:00+00:00
- To question is to consider, not refute 2024-11-15T00:00:00+00:00
- Rats are surprisingly sweet pets 2024-11-12T00:00:00+00:00
- We don’t need to use what we make 2024-11-11T00:00:00+00:00
- Wealth = Have ÷ Want 2024-09-27T00:00:00+00:00
- How to sync Mac and Linux /home 2024-08-31T00:00:00+00:00
- How to make the best possible translation of a book? 2024-08-14T00:00:00+00:00
- How and why to make a /now page on your site 2024-05-18T00:00:00+00:00
- the best book ever written 2024-04-12T00:00:00+00:00
- Ben Kihnel 2024-03-28T00:00:00+00:00
- It shows what you need to believe 2024-03-12T00:00:00+00:00
- AI gives the news you need 2024-03-11T00:00:00+00:00
- How to learn JavaScript 2024-03-08T00:00:00+00:00
- How I backup 2024-02-27T00:00:00+00:00
- Esperanto, Toki Pona, Swahili, Indonesian 2024-02-26T00:00:00+00:00
- walk and talk 2023-12-12T00:00:00+00:00
- The past is not true 2023-07-20T00:00:00+00:00
- dashing dog, searching for purpose 2023-06-30T00:00:00+00:00
- $575K of books sold. $575K to save lives. 2023-05-18T00:00:00+00:00
- The joy and freedom of harmlessly upsetting social norms 2023-04-21T00:00:00+00:00
- Why I let go of my U.S. citizenship 2023-04-20T00:00:00+00:00
- the Michael Browne suits 2023-04-15T00:00:00+00:00
- Curve into the target 2023-03-09T00:00:00+00:00
- Thinking something nice about someone? Tell them. 2023-03-07T00:00:00+00:00
- 50 conversations in Bangalore and Chennai 2023-03-02T00:00:00+00:00
- Explorers are bad leaders 2023-02-09T00:00:00+00:00
- Travelling just for the people 2023-02-06T00:00:00+00:00
- Want anonymity? Make a persona not a mystery. 2023-02-02T00:00:00+00:00
- I want to lose every debate. 2023-01-31T00:00:00+00:00
- Conversations with Tyler Cowen 2023-01-29T00:00:00+00:00
- Reading the Bible start to finish 2023-01-27T00:00:00+00:00
- Make believe 2022-10-30T00:00:00+00:00
- Daily run, part two 2022-10-28T00:00:00+00:00
- Static HTML comments 2022-10-08T00:00:00+00:00
- Daily run, part one 2022-09-28T00:00:00+00:00
- Your explanations are not true 2022-09-20T00:00:00+00:00
- Shortest date, and ketchup 2022-09-12T00:00:00+00:00
- full-length videobook for “Your Music and People” 2022-09-08T00:00:00+00:00
- Anything You Want — third edition for 2022 2022-08-25T00:00:00+00:00
- Scuba, panic, empathy 2022-07-26T00:00:00+00:00
- Writing one sentence per line 2022-06-20T00:00:00+00:00
- The joke that changed my life 2022-06-19T00:00:00+00:00
- Find a good available .com domain 2022-06-08T00:00:00+00:00
- Travel is best with young children 2022-05-09T00:00:00+00:00
- Short URLs: why and how 2022-05-08T00:00:00+00:00
- Ancestors, Luck, and Descendants 2022-03-24T00:00:00+00:00
- Why I left America 2022-03-09T00:00:00+00:00
- Write plain text files 2022-03-02T00:00:00+00:00
- Generate unique random values directly in the database 2022-03-01T00:00:00+00:00
- Database triggers to clean text inputs 2022-03-01T00:00:00+00:00
- Database functions to wrap logic and SQL queries 2022-02-28T00:00:00+00:00
- Database trigger recalculates totals, for data integrity 2022-02-27T00:00:00+00:00
- About my book notes 2022-01-26T00:00:00+00:00
- How to Live: conclusion 2021-12-28T00:00:00+00:00
- Here’s how to live: Balance everything. 2021-12-27T00:00:00+00:00
- Here’s how to live: Make change. 2021-12-26T00:00:00+00:00
- Here’s how to live: Make a million mistakes. 2021-12-25T00:00:00+00:00
- Here’s how to live: Don’t die. 2021-12-24T00:00:00+00:00
- Here’s how to live: Create. 2021-12-23T00:00:00+00:00
- Here’s how to live: Love. 2021-12-22T00:00:00+00:00
- Here’s how to live: Reinvent yourself regularly. 2021-12-21T00:00:00+00:00
- Here’s how to live: Get rich. 2021-12-20T00:00:00+00:00
- Here’s how to live: for others. 2021-12-19T00:00:00+00:00
- Here’s how to live: Prepare for the worst. 2021-12-18T00:00:00+00:00
- Here’s how to live: Laugh at life. 2021-12-17T00:00:00+00:00
- Here’s how to live: Follow the great book. 2021-12-16T00:00:00+00:00
- Here’s how to live: Learn. 2021-12-15T00:00:00+00:00
- Here’s how to live: Value only what has endured. 2021-12-14T00:00:00+00:00
- Here’s how to live: Chase the future. 2021-12-13T00:00:00+00:00
- Here’s how to live: Be a famous pioneer. 2021-12-12T00:00:00+00:00
- Here’s how to live: Do whatever you want now. 2021-12-11T00:00:00+00:00
- Here’s how to live: Pursue pain. 2021-12-10T00:00:00+00:00
- Here’s how to live: Let randomness rule. 2021-12-09T00:00:00+00:00
- Here’s how to live: Master something. 2021-12-08T00:00:00+00:00
- Here’s how to live: Make memories. 2021-12-07T00:00:00+00:00
- Here’s how to live: Intertwine with the world. 2021-12-06T00:00:00+00:00
- Here’s how to live: Think super-long-term. 2021-12-05T00:00:00+00:00
- Here’s how to live: Do nothing. 2021-12-04T00:00:00+00:00
- Here’s how to live: Fill your senses. 2021-12-03T00:00:00+00:00
- Here’s how to live: Commit. 2021-12-02T00:00:00+00:00
- Here’s how to live: Be independent. 2021-12-01T00:00:00+00:00
- Considerate book pricing 2021-10-27T00:00:00+00:00
- How many pets do you have? 2021-08-13T00:00:00+00:00
- $250K books sold. $250K to save lives. 2020-08-06T00:00:00+00:00
- Time is personal. Your year changes when your life changes. 2019-12-30T00:00:00+00:00
- Experiments in music and life 2019-11-07T00:00:00+00:00
- Writing daily, but posting when ready 2019-11-01T00:00:00+00:00
- How I got rich on the other hand 2019-10-30T00:00:00+00:00
- Podcast published today 2019-10-29T00:00:00+00:00
- When in doubt, try the difference 2019-10-28T00:00:00+00:00
- Why experts are annoying 2019-10-27T00:00:00+00:00
- What you learn by travelling 2019-10-26T00:00:00+00:00
- PostgreSQL example of self-contained stored procedures 2019-10-25T00:00:00+00:00
- Mastery school 2019-10-24T00:00:00+00:00
- Monthly self-expansion project 2019-10-23T00:00:00+00:00
- Living according to your hierarchy of values 2019-10-22T00:00:00+00:00
- How to ask your mentors for help 2019-10-17T00:00:00+00:00
- When you win the game, you stop playing 2019-10-16T00:00:00+00:00
- Digital pollution 2019-10-15T00:00:00+00:00
- Cut out everything that’s not surprising 2019-10-14T00:00:00+00:00
- Heed your fears 2019-10-13T00:00:00+00:00
- Daydreaming is my favorite pastime 2019-10-12T00:00:00+00:00
- Anti-chameleon 2019-10-11T00:00:00+00:00
- Where we do and don’t want automation 2019-10-10T00:00:00+00:00
- Human nature to focus on the one bad thing 2019-10-09T00:00:00+00:00
- Back and forth between super-hot and super-cold 2019-10-08T00:00:00+00:00
- Err on the side of action, to test theories 2019-10-07T00:00:00+00:00
- Blowing off work to play 2019-10-06T00:00:00+00:00
- What happens when we ignore plans? 2019-10-05T00:00:00+00:00
- Tour -isms 2019-10-04T00:00:00+00:00
- Meta-considerate 2019-10-03T00:00:00+00:00
- Daydreaming the downside, for once 2019-10-02T00:00:00+00:00
- Where to find the hours to make it happen 2019-10-01T00:00:00+00:00
- Your heroes show which way you’re facing 2019-09-30T00:00:00+00:00
- Don’t quote. Make it yours and say it yourself. 2019-09-29T00:00:00+00:00
- Have a private email account 2019-09-28T00:00:00+00:00
- Future posthumous autobiography 2019-09-27T00:00:00+00:00
- Cross the world four times 2019-09-27T00:00:00+00:00
- What I did belies why 2019-09-26T00:00:00+00:00
- Would you make your art if you were the last person on earth? 2019-09-25T00:00:00+00:00
- Travel without social praise 2019-09-24T00:00:00+00:00
- Travel without a phone 2019-09-23T00:00:00+00:00
- initialize 2019-09-22T00:00:00+00:00
- My old clothes don’t fit 2019-07-31T00:00:00+00:00
- Doors and windows and what’s real 2019-07-01T00:00:00+00:00
- I’ve moved from New Zealand to Oxford England 2019-03-08T00:00:00+00:00
- Benefits of a daily diary and topic journals 2019-01-28T00:00:00+00:00
- Subtract 2018-12-05T00:00:00+00:00
- The art of selfishness 2018-11-18T00:00:00+00:00
- You don’t need confidence, just contribution. 2018-08-06T00:00:00+00:00
- Unlearning 2018-06-07T00:00:00+00:00
- If you’re not feeling “hell yeah!” then say no 2018-06-03T00:00:00+00:00
- About this book 2018-06-01T00:00:00+00:00
- OpenBSD : why and how 2018-04-20T00:00:00+00:00
- Moving for good 2018-03-31T00:00:00+00:00
- Why I’m not on Facebook 2018-03-21T00:00:00+00:00
- Detailed dreams blind you to new means. 2018-03-18T00:00:00+00:00
- Include everyone in your success. 2018-03-07T00:00:00+00:00
- My writing process 2018-03-06T00:00:00+00:00
- Keep in touch. 2018-03-05T00:00:00+00:00
- Be an extreme character. 2018-02-28T00:00:00+00:00
- Get specific! 2018-02-25T00:00:00+00:00
- What it means to be resourceful 2018-02-23T00:00:00+00:00
- Rock stars have a boss? 2018-02-18T00:00:00+00:00
- Never wait. 2018-02-17T00:00:00+00:00
- The higher the price, the more they value it. 2018-02-16T00:00:00+00:00
- Creative communication 2018-02-15T00:00:00+00:00
- Considerate communication 2018-02-15T00:00:00+00:00
- Get personal. 2018-02-14T00:00:00+00:00
- Pedestals prevent friendships. 2018-02-13T00:00:00+00:00
- Use the internet, not just companies. 2018-02-12T00:00:00+00:00
- Move to the big city. 2018-02-11T00:00:00+00:00
- Why you need a database 2018-02-09T00:00:00+00:00
- Shed your money taboos. 2018-02-05T00:00:00+00:00
- Pricing philosophy 2018-01-23T00:00:00+00:00
- Art doesn’t end at the edge of the canvas. 2018-01-22T00:00:00+00:00
- It’s hard to get off stage. 2018-01-16T00:00:00+00:00
- “Marketing” just means being considerate. 2018-01-15T00:00:00+00:00
- Repeatedly follow-up to show you care. 2018-01-14T00:00:00+00:00
- Unlikely places and untangled goals 2017-12-11T00:00:00+00:00
- What are the odds of that? 2017-07-03T00:00:00+00:00
- Parenting : Who is it really for? 2017-06-26T00:00:00+00:00
- To hone your writing, hire a translator. 2017-06-21T00:00:00+00:00
- Ego is the Enemy 2017-06-16T00:00:00+00:00
- Actions, not words, reveal our real values 2017-06-16T00:00:00+00:00
- Think like a bronze medalist, not silver 2017-03-13T00:00:00+00:00
- Art is useless, and so am I 2017-03-10T00:00:00+00:00
- Quitting something you love 2016-12-30T00:00:00+00:00
- Solitary socialite 2016-12-27T00:00:00+00:00
- Frequently Asked Questions 2016-12-22T00:00:00+00:00
- How to do what you love and make good money 2016-12-19T00:00:00+00:00
- Tilting my mirror (motivation is delicate) 2016-12-05T00:00:00+00:00
- Why are you doing? 2016-09-05T00:00:00+00:00
- I’m a very slow thinker 2016-08-26T00:00:00+00:00
- Keep earning your title, or it expires 2016-08-04T00:00:00+00:00
- When you’re extremely unmotivated 2016-08-02T00:00:00+00:00
- Disconnect 2016-07-27T00:00:00+00:00
- Don’t add your two cents 2016-07-25T00:00:00+00:00
- Possible futures 2016-04-27T00:00:00+00:00
- Singing the counter-melody 2016-04-21T00:00:00+00:00
- How to stop being rich and happy 2016-04-18T00:00:00+00:00
- How to be useful to others 2016-04-18T00:00:00+00:00
- How to thrive in an unknowable future 2016-04-18T00:00:00+00:00
- What to do when you get successful 2016-04-18T00:00:00+00:00
- How to get rich 2016-04-18T00:00:00+00:00
- How to like people 2016-04-18T00:00:00+00:00
- Do this. Directives — part 1 2016-04-18T00:00:00+00:00
- Don’t start a business until people are asking you to 2016-04-13T00:00:00+00:00
Self-surveillance – FlowingData URL | Feed
Strength in Numbers
- A life documented in weeks Mon, 17 Feb 2025 18:59:32 +0000
- Stress of growing a human, charted Thu, 30 Jan 2025 13:28:56 +0000
- Quarter century of self-portraits Thu, 30 Jan 2025 11:10:49 +0000
- Embroidered daily journaling Thu, 09 Jan 2025 09:01:11 +0000
- Daily post-it notes as stop motion diary Mon, 25 Nov 2024 09:53:22 +0000
- Tracking time wasted scrolling Fri, 23 Aug 2024 08:28:51 +0000
- Analysis of Sudoku play patterns Mon, 17 Jun 2024 07:38:37 +0000
- Analysis of text messages with an ex-boyfriend Thu, 30 May 2024 07:51:51 +0000
- Data-driven running journal Wed, 21 Feb 2024 08:15:54 +0000
- Data portrait of a life with long Covid Fri, 15 Dec 2023 08:31:24 +0000
Quantified Self URL | Feed
Self Knowledge Through Numbers
- CGM Show&Tell June 13 2023 Tue, 13 Jun 2023 14:06:34 +0000
- New Show&Tell Event: Tracking Blood Glucose Thu, 01 Jun 2023 02:24:12 +0000
- Astronauts Thu, 23 Feb 2023 21:40:57 +0000
- Allen Neuringer’s Decades of Self-Experimentation Sun, 01 Jan 2023 22:35:14 +0000
- Community Trial of Potassium for Weight Loss Fri, 21 Oct 2022 21:34:27 +0000
- Anne Wright & Personal Science Thu, 14 Apr 2022 18:48:21 +0000
- Recovering from ACL Surgery Thu, 27 Jan 2022 19:59:17 +0000
- Measuring Mood and Emotion Thu, 12 Aug 2021 00:17:18 +0000
- 2nd Annual Keating Memorial Show&Tell Talks Thu, 22 Jul 2021 23:28:51 +0000
- Self-tracking & drugs Wed, 21 Jul 2021 20:36:04 +0000
Shyam Sankar URL | Feed
Views from the Shire. Thoughts on business, strategy, defense, technology.
- What Happened to the American Cinematic Universe? Wed, 18 Dec 2024 00:37:11 GMT
- Viva La Revolución! Tue, 06 Aug 2024 17:56:54 GMT
- What Money Can't Buy Fri, 28 Jun 2024 10:05:58 GMT
- Technology is the Problem Fri, 02 Feb 2024 13:10:36 GMT
- There is no process. It will be painful. Sat, 06 Jan 2024 18:28:00 GMT
- David is not Goliath, and should not be Sun, 12 Nov 2023 16:55:41 GMT
- 1776 The Ultimate Story of Entrepreneurship Sun, 12 Nov 2023 15:53:16 GMT
- Quantum Mechanics of Software Sun, 12 Nov 2023 15:04:23 GMT
- Startup Dharma Sun, 12 Nov 2023 14:59:34 GMT
- Gamma Radiation: The Incredible Hulk As a Model for Personal Growth Sun, 12 Nov 2023 14:52:27 GMT
- The Case Against Work-Life Balance: Owning Your Future Sun, 12 Nov 2023 14:38:08 GMT
- Position and Portfolio Sun, 12 Nov 2023 14:35:10 GMT
- You have to engage with the world to change it Sun, 12 Nov 2023 14:31:40 GMT
- Innovation needs Customers, not Capital. Sun, 12 Nov 2023 14:24:01 GMT
Radish URL | Feed
Consider this an invitation to think
- Update: Cosmic Horror Sat, 08 Nov 2014 21:51:29 +0000
- 33. Reign of Reason Tue, 23 Sep 2014 03:44:46 +0000
- 32. Arab Spring Fri, 01 Aug 2014 03:38:35 +0000
After Babel URL | Feed
A free weekly newsletter from Jonathan Haidt and his team using moral psychology to explain why so much is going wrong
- On The Death of Daydreaming Mon, 05 May 2025 10:19:08 GMT
- A New American Awakening Thu, 01 May 2025 15:49:01 GMT
- All the Conversations That Kids Are Missing Thu, 24 Apr 2025 11:02:32 GMT
- Schools Don’t Know How Well Cell Phone Policies Are Working. You Can Help. Fri, 18 Apr 2025 11:03:06 GMT
- Snapchat is Harming Children at an Industrial Scale Wed, 16 Apr 2025 11:02:30 GMT
- A Flawed Absolution for Smartphones Fri, 11 Apr 2025 13:03:26 GMT
- What Careless People Teaches Us About the Tech Lobby’s Playbook Mon, 31 Mar 2025 12:35:13 GMT
- Taking Back Childhood From Phones—Finally Fri, 28 Mar 2025 11:01:48 GMT
- An EdTech Tragedy Mon, 24 Mar 2025 11:03:44 GMT
- How Social Media Pushes Vulnerable Teens Toward Eating Disorders Mon, 17 Mar 2025 13:38:41 GMT
- Raising Screen-Free Boys Mon, 10 Mar 2025 15:03:00 GMT
- When a Smartwatch Disrupts Second Grade Wed, 05 Mar 2025 12:01:53 GMT
- The Most Compelling Argument Against Tech in Schools Thu, 27 Feb 2025 12:00:49 GMT
- The Price of Mass Amusement Mon, 24 Feb 2025 12:23:54 GMT
- How Psychological Distress Globally Accelerated Among Youth During the COVID-19 Pandemic Wed, 19 Feb 2025 15:45:42 GMT
- Flaws in a Recent Lancet Study on Phone Use in Schools Thu, 13 Feb 2025 15:03:28 GMT
- Behind the Screens: How Mental Health Professionals Can Help Teens Struggling with Social Media Use Mon, 10 Feb 2025 15:37:01 GMT
- From Anxiety to Animosity: How Social Media Damages Relationships Mon, 03 Feb 2025 12:01:27 GMT
- How to (and How NOT to) Mandate Phone-Free Schools Thu, 30 Jan 2025 12:01:23 GMT
- Are You Struggling With Your Own Screen Time? Wed, 29 Jan 2025 12:01:09 GMT
GIRLS URL | Feed
Girlhood in the Modern World
- Why We Doubt Everything Thu, 17 Apr 2025 12:03:25 GMT
- The Right Has Forgotten Feeling Wed, 02 Apr 2025 14:11:12 GMT
- Why Modern Women Feel More Lost Than Ever Mon, 17 Mar 2025 17:08:21 GMT
- The Agency Crisis Sun, 16 Mar 2025 12:00:11 GMT
- Is Romance Dead? Fri, 14 Feb 2025 20:13:12 GMT
- The Courage To Commit Wed, 22 Jan 2025 15:51:24 GMT
- The Need For Adults Tue, 10 Dec 2024 16:18:27 GMT
- Rejecting The Machine Mon, 25 Nov 2024 17:00:45 GMT
- 30,000 Subscribers! Sun, 17 Nov 2024 16:02:07 GMT
- The Age Of Abandonment Tue, 08 Oct 2024 13:01:53 GMT
- A World In Upheaval Tue, 01 Oct 2024 13:02:52 GMT
- We Need Moral Direction Tue, 13 Aug 2024 15:18:13 GMT
- Love Is Worth Believing In Wed, 03 Jul 2024 15:53:42 GMT
- Why Is Gen Z So Anxious? Wed, 12 Jun 2024 19:54:08 GMT
- Our New Religion Isn't Enough Tue, 04 Jun 2024 15:07:48 GMT
- 20,000 Subscribers! Sun, 26 May 2024 19:36:11 GMT
- What's Become Of Us? Wed, 01 May 2024 17:02:58 GMT
- Maybe You're Not Anxiously Attached Tue, 09 Apr 2024 15:17:19 GMT
- You Can't Buy An "Authentic Self" Wed, 20 Mar 2024 11:52:59 GMT
- Why Are Gen Z Girls Suffering So Much? Fri, 08 Mar 2024 12:57:10 GMT
https://devoneriksen.substack.com/ Feed
http error: 403 Forbidden
https://rivalvoices.substack.com/feed Feed
http error: 403 Forbidden
https://extradeadjcb.substack.com/feed Feed
http error: 403 Forbidden
https://pmarca.substack.com/feed Feed
http error: 403 Forbidden
https://chamath.substack.com/feed Feed
http error: 403 Forbidden
https://gwern.substack.com/feed Feed
http error: 403 Forbidden
https://boyle.substack.com/feed Feed
http error: 403 Forbidden
Politics
Christopher F. Rufo URL | Feed
Leading the fight against the left-wing ideological regime.
- “We Can’t Hire a White Guy”—a Professor on Life at Princeton Tue, 29 Apr 2025 12:00:19 GMT
- Princeton’s War on Civil Rights Thu, 24 Apr 2025 12:02:36 GMT
- The Right Is Winning the Battle Over Higher Education Wed, 16 Apr 2025 12:02:43 GMT
- How “Tesla Takedown” Activists Fool the Public Fri, 11 Apr 2025 12:03:42 GMT
- Trump Must Act to Halt the Tesla Terror Campaign Wed, 02 Apr 2025 12:03:55 GMT
- Exporting the Columbia Prototype Thu, 27 Mar 2025 12:03:48 GMT
- Ten Questions for NPR’s Katherine Maher Wed, 26 Mar 2025 12:03:46 GMT
- Andrew Tate, Supermasculine Menial Wed, 19 Mar 2025 12:03:31 GMT
- A Columbia Professor Marched for Hamas—and Received Millions in Public Funding Sat, 15 Mar 2025 12:02:08 GMT
- The Anti-Semitic Influencer Problem Thu, 13 Mar 2025 12:03:03 GMT
- What Junk Mail Reveals About the Culture War Thu, 06 Mar 2025 13:03:25 GMT
- Whistleblower: There’s a Trans Cult Inside the NSA Thu, 27 Feb 2025 13:01:30 GMT
- The Right Is Changing Cancel Culture’s Rules Wed, 26 Feb 2025 13:02:32 GMT
- The NSA’s Secret Sex Chats Tue, 25 Feb 2025 13:02:30 GMT
- We’ve Stripped $1 Billion from the Left’s Patronage Machine Fri, 21 Feb 2025 13:03:26 GMT
- How DOGE Could Take Down the Department of Education Thu, 20 Feb 2025 13:01:45 GMT
- How to Dismantle the Department of Education Wed, 12 Feb 2025 13:03:35 GMT
- How Trump Can Make Universities Great Again Sat, 08 Feb 2025 13:00:52 GMT
- The DOGE Boys Take DC Fri, 07 Feb 2025 13:03:52 GMT
- The Downfall of Ibram X. Kendi Wed, 05 Feb 2025 13:02:08 GMT
Law & Liberty URL | Feed
Law & Liberty’s focus is on the classical liberal tradition of law and politics and how it shapes a society of free and responsible persons.
- Border Disorder Tue, 06 May 2025 10:01:00 +0000
- The Pope of Progress? Tue, 06 May 2025 10:01:00 +0000
- Liberalism vs. Scientism Tue, 06 May 2025 10:00:00 +0000
- Quentin Skinner’s Republican Liberty Mon, 05 May 2025 10:02:00 +0000
- Liberty, Freemen, and Slaves Mon, 05 May 2025 10:01:00 +0000
- Liberty Against Liberalism? Mon, 05 May 2025 10:01:00 +0000
- Mission Failure for Mickey 17 Fri, 02 May 2025 10:00:00 +0000
- The Literature of Liberty Fri, 02 May 2025 10:00:00 +0000
- AI, Governance, and Our “Utopian” Future Thu, 01 May 2025 10:01:00 +0000
- Vietnam and Us Thu, 01 May 2025 10:00:00 +0000
- A Free Speech Test for the Ivy League Wed, 30 Apr 2025 10:00:00 +0000
- Remembering the Revolution Wed, 30 Apr 2025 09:59:00 +0000
- America’s Implicit Defaults Tue, 29 Apr 2025 10:00:00 +0000
- From Utopians to Social Justice Warriors Tue, 29 Apr 2025 10:00:00 +0000
- Who Are the Real “Realists”? Mon, 28 Apr 2025 10:00:00 +0000
- Did the Enlightenment Really Happen? Mon, 28 Apr 2025 10:00:00 +0000
- A Juvenile Fantasy Fri, 25 Apr 2025 10:01:00 +0000
- Revolution and Progress on Lexington Green Fri, 25 Apr 2025 10:00:00 +0000
- Sweet Melodies of the Catacombs Fri, 25 Apr 2025 10:00:00 +0000
- The Road to Campus Serfdom Thu, 24 Apr 2025 10:01:00 +0000
https://theprudentialist.substack.com/feed Feed
http error: 403 Forbidden
https://auronmacintyre.substack.com/feed Feed
http error: 403 Forbidden
https://therabbithole84.substack.com/feed Feed
http error: 403 Forbidden
https://graymirror.substack.com/feed Feed
http error: 403 Forbidden
https://yuribezmenov.substack.com/feed Feed
http error: 403 Forbidden
Art
Home on bleuje URL | Feed
Recent content in Home on bleuje
- Drawing on paths computed by steps/simulation (Processing) Sat, 07 Jan 2023 00:00:00 +0000
- Motion blur template (by beesandbombs) (Processing) Sat, 07 Jan 2023 00:00:00 +0000
- Replacement technique with 2D grid of objects (Processing) Sat, 04 Sep 2021 00:00:00 +0000
- Loop from periodic function and offset (Processing) Sat, 28 Nov 2020 00:00:00 +0000
- Making a first gif with Processing Sat, 28 Nov 2020 00:00:00 +0000
- Noise loop / noise propagation (Processing) Sat, 28 Nov 2020 00:00:00 +0000
- Replacement technique (Processing) Sat, 28 Nov 2020 00:00:00 +0000
- About bleuje Mon, 01 Jan 0001 00:00:00 +0000
- Blender Mon, 01 Jan 0001 00:00:00 +0000
- Frequently asked questions Mon, 01 Jan 0001 00:00:00 +0000
- Interactive physarum Mon, 01 Jan 0001 00:00:00 +0000
- Other projects Mon, 01 Jan 0001 00:00:00 +0000
- Physarum simulation videos Mon, 01 Jan 0001 00:00:00 +0000
- Processing little tricks Mon, 01 Jan 0001 00:00:00 +0000
- Shaders Mon, 01 Jan 0001 00:00:00 +0000
- Test Mon, 01 Jan 0001 00:00:00 +0000
- Tutorials / articles Mon, 01 Jan 0001 00:00:00 +0000
- Variations Combinator Mon, 01 Jan 0001 00:00:00 +0000
- Visuals for Karma Fields Mon, 01 Jan 0001 00:00:00 +0000
- Webpage projects Mon, 01 Jan 0001 00:00:00 +0000
qosic . on ArtStation URL | Feed
Artist/Freelancer
- 2023 by qosic . Mon, 02 Jan 2023 19:11:31 -0600
- Feliz Natal by qosic . Sun, 25 Dec 2022 22:25:42 -0600
- Waiting for you by qosic . Sun, 25 Dec 2022 01:46:23 -0600
- Himmel by qosic . Wed, 28 Apr 2021 02:32:15 -0500
- Unit 02 by qosic . Mon, 12 Apr 2021 04:59:23 -0500
- Welcome to London by qosic . Tue, 16 Mar 2021 23:53:33 -0500
- Aigis by qosic . Mon, 07 Dec 2020 17:27:45 -0600
- A collaboration with XP pen by qosic . Tue, 25 Aug 2020 02:31:48 -0500
- DANGANRONPA 10 by qosic . Wed, 12 Aug 2020 03:28:49 -0500
- Towa Shopping by qosic . Tue, 17 Mar 2020 04:01:25 -0500
- Another Episode - Hospital by qosic . Tue, 17 Mar 2020 03:59:01 -0500
- Japanese Noodlebar by qosic . Tue, 16 Jul 2019 04:39:32 -0500
- Invertigo by qosic . Mon, 20 May 2019 03:06:14 -0500
- rkgk by qosic . Wed, 13 Mar 2019 07:21:30 -0500
- Thrills, Chills, Kills! by qosic . Mon, 07 Jan 2019 18:38:08 -0600
- P5 by qosic . Sat, 17 Nov 2018 05:58:52 -0600
- UDG by qosic . Mon, 30 Jul 2018 03:42:36 -0500
- Defeat Genocide Jack by qosic . Mon, 30 Jul 2018 03:39:36 -0500
- Nier:Automata by qosic . Sat, 23 Jun 2018 03:21:56 -0500
- Jaegar Bombastic - Pacific Rim Uprising DA Contest Semi Finalist by qosic . Fri, 22 Jun 2018 20:33:00 -0500
- Komaeda by qosic . Mon, 30 Apr 2018 00:31:07 -0500
- Miu Iruma by qosic . Sun, 29 Apr 2018 22:57:55 -0500
- Himiko Yumeno by qosic . Sun, 29 Apr 2018 22:56:59 -0500
- Hell Hound by qosic . Sun, 29 Apr 2018 22:54:47 -0500
- Last Island by qosic . Sat, 14 Apr 2018 09:22:35 -0500
https://www.nasa.gov/rss/dyn/lg_image_of_the_day.rss Feed
http error: 429 Too Many Requests
Podcast
"Age of Miracles" URL | Feed
A narrative show that explores the complex industries that will play an important role in creating an abundant future for humanity. Every season, host Packy McCormick – a venture investor and writer of the popular Not Boring newsletter – brings in an expert cohost to go deep into the possibilities and challenges of making “sci-fi” dreams our reality in our lifetimes. The first season starts at the root of all progress and prosperity: unlocking 10x more clean and reliable energy by splitting and fusing atoms themselves. Age of Miracles is part of the Turpentine podcast network. Learn more: turpentine.co
- Bonus: Mass Manufacturing Micro-sized Nuclear Reactors with Jordan Bramble and Julia DeWahl of Antares Sat, 20 Jan 2024 01:00:00 -0000
- Bonus: A World with Abundant Fusion Energy with David Kirtley of Helion Energy Fri, 12 Jan 2024 22:42:00 -0000
- Bonus: Unlocking Nuclear Power at Scale with Bret Kugelmass of Last Energy Fri, 05 Jan 2024 11:45:00 -0000
- Bonus: Building Nuclear for the Moon with Tyler Bernstein of Zeno Power Fri, 29 Dec 2023 19:30:00 -0000
- E10: Energy for an Age of Miracles Fri, 22 Dec 2023 13:54:00 -0000
- E9: Fusion Founders Fri, 15 Dec 2023 11:14:00 -0000
- E8: The Fusion Marathon Fri, 08 Dec 2023 12:10:00 -0000
- E7: The Case For All the Other Energy Sources Fri, 01 Dec 2023 10:53:00 -0000
- E6: Nuclear Mailbag Fri, 24 Nov 2023 11:29:00 -0000
- E5: Fission Founders, Part 2: Designing Advanced Nuclear Reactor Startups Fri, 17 Nov 2023 10:35:00 -0000
- E4: Fission Founders, Part 1: Manufacturing Nuclear Fri, 10 Nov 2023 07:56:00 -0000
- E3: Nuclear Economics Fri, 03 Nov 2023 10:50:00 -0000
- E2: The Untold History of Nuclear Energy Fri, 27 Oct 2023 07:14:00 -0000
- E1: Let’s Get Nuke-Pilled Fri, 27 Oct 2023 06:59:00 -0000
- Introducing: Age of Miracles Fri, 13 Oct 2023 00:10:00 -0000
- Not Boring Founders: Crusoe Energy (Chase Lochmiller and Cully Cavness) Thu, 07 Sep 2023 10:00:00 -0000
- Not Boring Founders: Emi Gal, Ezra Wed, 19 Jul 2023 10:00:00 -0000
- Not Boring Founders: Dylan Beynon, Mindbloom Thu, 15 Jun 2023 09:45:43 -0000
- Not Boring Founders: Brandon Arvanaghi, Meow (pt. 3) Wed, 31 May 2023 12:37:10 -0000
- Not Boring Founders: Zach Marks, Jia Wed, 17 May 2023 13:38:29 -0000
- The Unbearable Heaviness of Being Positioned Mon, 24 Apr 2023 15:36:14 -0000
- Intelligence Superabundance Mon, 17 Apr 2023 14:14:48 -0000
- Not Boring Founders: Trevor Bacon, Kellan Grenier, Jason Lewris (Parcl) Thu, 09 Mar 2023 10:30:07 -0000
- Not Boring Founders: Andrew Herr, Fount Thu, 02 Mar 2023 10:00:27 -0000
- Not Boring Founders: Ryan Glasgow, Sprig Thu, 16 Feb 2023 10:00:15 -0000
- Anton Teaches Packy AI | E6 | Stable Attribution Fri, 10 Feb 2023 14:27:56 -0000
- Not Boring Founders: Sam Levin, Melonfrost Thu, 02 Feb 2023 10:30:19 -0000
- Not Boring Founders: Andy Chatham, Dimo Thu, 26 Jan 2023 10:00:09 -0000
- Not Boring Founders: Michael Kelly, Open Forest Protocol. Thu, 19 Jan 2023 10:30:59 -0000
- Not Boring Founders: Nicholas Chadwick, Mission Zero Technologies Thu, 12 Jan 2023 10:45:26 -0000
- Not Boring Founders: Exponential Tue, 20 Dec 2022 15:46:39 -0000
- Blank Page Mon, 19 Dec 2022 14:21:13 -0000
- Four Seasons Total Tech Mon, 05 Dec 2022 18:24:14 -0000
- Anton Teaches Packy AI | E3 | The First AI Winter Mon, 05 Dec 2022 18:00:11 -0000
- Decentralization Sun, 27 Nov 2022 19:20:36 -0000
- Anton Teaches Packy AI | Ep 2 | Chinchilla Fri, 25 Nov 2022 13:47:57 -0000
- Anton Teaches Packy AI | E1 Mon, 07 Nov 2022 14:05:21 -0000
- Not Boring Founders: Joe Connor, Odyssey Tue, 01 Nov 2022 09:00:24 -0000
- Capital & Taste Mon, 31 Oct 2022 15:00:51 -0000
- Formic: Automating Abundance Mon, 24 Oct 2022 14:49:17 -0000
- Not Boring Founders: John Andrew Entwistle Thu, 20 Oct 2022 10:00:39 -0000
- Social vs. Science Experiments Mon, 10 Oct 2022 13:06:36 -0000
- How Do I Teach These Kids?! Mon, 03 Oct 2022 14:35:38 -0000
- Tegus: The Outsiders Thu, 29 Sep 2022 13:20:26 -0000
- Not Boring Founders: Peter Johnston, Polywork Tue, 27 Sep 2022 08:00:21 -0000
- The Enchanted Notebook Mon, 26 Sep 2022 13:10:06 -0000
- Indistinguishable from Magic Mon, 19 Sep 2022 13:07:17 -0000
- Not Boring Founders: Mike Saunders, Captain Tue, 16 Aug 2022 08:00:34 -0000
- Not Boring Founders: Eli Wachs & Alex Grinman, Footprint Fri, 05 Aug 2022 08:00:01 -0000
- Not Boring Founders: Brandon Arvanaghi, Meow Tue, 26 Jul 2022 08:00:24 -0000
- Amplified Tribalism Mon, 25 Jul 2022 13:49:54 -0000
- Circle & USDC: Building a Stable Platform Thu, 21 Jul 2022 13:12:06 -0000
- Intertwining Threads Mon, 18 Jul 2022 13:29:25 -0000
- Not Boring Founders: Thomas McLeod, Arkive Fri, 15 Jul 2022 08:00:41 -0000
- Not Boring Founders: Alok Tayi, Vibe Bio Fri, 01 Jul 2022 08:00:36 -0000
- Not Boring Founders: Samiur Rahman, Heyday Tue, 28 Jun 2022 17:00:14 -0000
- Not Boring Founders: Alexa Grabell, Pocus (Pt. II) Fri, 24 Jun 2022 14:43:27 -0000
- Not Boring Founders: Henry Ward, Carta Wed, 22 Jun 2022 08:00:02 -0000
- Not Boring Founders: Justin & J.P. Alanís Fri, 17 Jun 2022 08:00:05 -0000
- Not Boring Founders: Will Manidis, ScienceIO Tue, 14 Jun 2022 08:00:00 -0000
- Not Boring Founders: Humberto Ayres Pereira Fri, 10 Jun 2022 08:00:19 -0000
- Not Boring Founders: Paul Kromidas & Woods Buckley, Summer Tue, 07 Jun 2022 14:00:38 -0000
- Not Boring Founders: SAFA + Valet Jones, Tally Labs Wed, 01 Jun 2022 08:00:15 -0000
- Not Boring Founders: Amjad Masad, Replit Wed, 25 May 2022 08:00:30 -0000
- Designing Token Economies Tue, 24 May 2022 14:26:55 -0000
- Not Boring Founders: Sahil Mansuri, Bravado Fri, 20 May 2022 08:00:52 -0000
- The Founder's Letter: Mackenzie Burnett, Ambrook Thu, 19 May 2022 13:00:34 -0000
- Not Boring Founders: Alex Herrity, Anima Tue, 17 May 2022 11:13:33 -0000
- Newton's Alchemy Mon, 16 May 2022 12:59:12 -0000
- Not Boring Founders: Cartoon Avatars w/ Ben Thompson & Logan Bartlett Tue, 10 May 2022 08:00:19 -0000
- If We Ruled the Tweets Mon, 09 May 2022 16:56:11 -0000
- Not Boring Founders: Gabby Dizon, Yield Guild Tue, 03 May 2022 08:00:27 -0000
- Tokengated Commerce Mon, 02 May 2022 14:22:59 -0000
- Not Boring Founders: Gina Bianchini, Mighty Networks Fri, 29 Apr 2022 11:07:43 -0000
- Not Boring Founders: Alamin Uddin, NexHealth Tue, 26 Apr 2022 08:00:02 -0000
- Celo: Building a Regenerative Economy Mon, 25 Apr 2022 20:18:45 -0000
- The Invisible Hand's Visible Swarm Tue, 19 Apr 2022 20:01:39 -0000
- Not Boring Founders: Shane Curran, Evervault Fri, 15 Apr 2022 08:00:00 -0000
- The Not Boring Liquid Super Team Mon, 11 Apr 2022 13:03:35 -0000
- Not Boring Founders: Mariam Hakobyan, Softr Fri, 08 Apr 2022 08:00:00 -0000
- Hadrian: Ex Machina Ad Lunam Mon, 04 Apr 2022 20:40:30 -0000
- Not Boring Founders: Bryan Pellegrino, LayerZero Fri, 01 Apr 2022 08:00:00 -0000
- Kaeya Majmundar, Swaypay (S2E5) Tue, 29 Mar 2022 08:00:00 -0000
- The Current Financial Thing Mon, 28 Mar 2022 13:34:20 -0000
- Not Boring Founders: Alice Albrecht, re:collect Fri, 25 Mar 2022 08:00:00 -0000
- Not Boring Founders: Ben Rollert, Composer Tue, 22 Mar 2022 08:00:00 -0000
- Ramping Up Mon, 21 Mar 2022 14:35:46 -0000
- Not Boring Founders: Rushir Parikh, Popchew Fri, 18 Mar 2022 08:00:00 -0000
- Not Boring Founders: Vance Roush, Overflow Tue, 15 Mar 2022 08:00:00 -0000
- Fount and the Body's Magical Future Mon, 14 Mar 2022 14:26:28 -0000
- Not Boring Founders: Rohit Mittal, Stilt Thu, 10 Mar 2022 12:01:53 -0000
- Flow: The Progressively Decentralizing Normie Blockchain Mon, 07 Mar 2022 21:30:37 -0000
- Not Boring Founders: Abrar Ul Haq, Tazah Thu, 03 Mar 2022 10:00:00 -0000
- Wrangling Venture Entropy with Standard Metrics Thu, 24 Feb 2022 14:02:00 -0000
- Not Boring Founders: Jack Alton (Neuro-ID) and Tommy Nicholas (Alloy) Tue, 22 Feb 2022 11:39:53 -0000
- Web of Relations Mon, 14 Feb 2022 15:51:38 -0000
- Snappr: Building API-First, Last Thu, 10 Feb 2022 14:44:49 -0000
- Ownership and the American Dream Mon, 07 Feb 2022 19:49:05 -0000
- Braintrust: Fighting Capitalism with Capitalism Mon, 31 Jan 2022 17:31:15 -0000
- The 100,000 Foot View Mon, 24 Jan 2022 13:45:45 -0000
- The Web3 Debate Tue, 18 Jan 2022 16:05:05 -0000
- The Oscar Puzzle Thu, 13 Jan 2022 14:37:05 -0000
- Not Boring Capital: Fund 2, 2 Boring Mon, 10 Jan 2022 15:11:51 -0000
- The Laboratory for Complex Problems Mon, 03 Jan 2022 15:22:40 -0000
- Not Boring Founders: Medici, Abacus Protocol Wed, 29 Dec 2021 10:00:00 -0000
- Not Boring Founders: Brandon Arvanaghi, Meow Wed, 15 Dec 2021 11:00:00 -0000
- The Best is Still Yet to Come Mon, 13 Dec 2021 14:24:21 -0000
- The Pareto Funtier Mon, 06 Dec 2021 14:36:37 -0000
- Not Boring Founders: Regy Perlera, Seasons Mon, 29 Nov 2021 11:00:00 -0000
- Idea Legos Mon, 22 Nov 2021 15:24:30 -0000
- Not Boring Founders: Alexa Grabell, Pocus Tue, 16 Nov 2021 12:41:45 -0000
- Let's Buy the US Constitution Tue, 16 Nov 2021 00:15:13 -0000
- Discord: Imagine a Place... Mon, 08 Nov 2021 15:29:10 -0000
- Not Boring Founders: Jack Alton, Neuro-ID Fri, 05 Nov 2021 12:55:33 -0000
- Minimally Extractive Meta Mon, 01 Nov 2021 14:14:34 -0000
- Sc3nius Mon, 25 Oct 2021 13:59:12 -0000
- Not Boring Founders: Lauren Rothwell, Retrera Tue, 19 Oct 2021 11:03:33 -0000
- Playing Solo Games Mon, 18 Oct 2021 13:46:07 -0000
- ScienceIO: The Model of Everything Thu, 14 Oct 2021 13:54:01 -0000
- Not Boring Founders: Ayush Jaiswal, Pesto Thu, 07 Oct 2021 12:00:00 -0000
- Not Boring Founders: Nick Greenawalt, Wanderers Fri, 01 Oct 2021 11:00:00 -0000
- Existential Optimism Mon, 27 Sep 2021 13:18:05 -0000
- Not Boring Founders: Reed McGinley-Stempel & Julianna Lamb, Stytch Fri, 24 Sep 2021 14:15:03 -0000
- Absolute Unit Thu, 23 Sep 2021 15:55:36 -0000
- Crypto Bezos Mon, 20 Sep 2021 13:32:47 -0000
- Not Boring Founders: Chris Toy, MarketerHire Thu, 16 Sep 2021 13:00:00 -0000
- The Interface Phase Mon, 13 Sep 2021 16:04:47 -0000
- Solana Summer Tue, 24 Aug 2021 14:26:03 -0000
- Story Time: The Progressive Decentralization of Narrative Mon, 16 Aug 2021 14:12:28 -0000
- Lithic's New Customer Thu, 12 Aug 2021 15:30:50 -0000
- Equi: Is That a Family Office in Your Pocket? Thu, 29 Jul 2021 14:45:51 -0000
- Pinduoduo: Together, More Bull, More Bear, More Fun Mon, 26 Jul 2021 15:00:48 -0000
- Axie Infinity: Infinity Revenue, Infinity Possibility. Mon, 19 Jul 2021 14:23:25 -0000
- Not Boring Founders: Saad Alam, Hone Health Tue, 13 Jul 2021 12:35:14 -0000
- Unit21: No-Code, Much Power Thu, 08 Jul 2021 13:39:04 -0000
- Not Boring: Ask Me Anything Mon, 28 Jun 2021 13:31:29 -0000
- NexHealth: The Secret 3-Step Master Plan to Cure Healthcare Thu, 24 Jun 2021 14:38:27 -0000
- Scale: Rational in the Fullness of Time Mon, 21 Jun 2021 14:32:39 -0000
- Cometeer: A New Day on Earth for Coffee Thu, 17 Jun 2021 17:59:33 -0000
- Zero Knowledge Mon, 14 Jun 2021 13:35:14 -0000
- Cityblock Health: The Vertically-Integrated, Value-Based Arbitrageur Fixing Healthcare Thu, 10 Jun 2021 14:06:22 -0000
- The Cooperation Economy Mon, 07 Jun 2021 14:09:03 -0000
- Melio: Disrupting the $25 Trillion B2B Payments Market, By the Books Thu, 27 May 2021 13:54:51 -0000
- Own the Internet: The Bull Case for Ethereum Mon, 24 May 2021 14:39:59 -0000
- Prescription Drug Commercials: Why Are You the Way You Are? Thu, 13 May 2021 12:43:38 -0000
- The Great Online Game Mon, 10 May 2021 14:12:22 -0000
- Truework: A True Strategy Masterclass Thu, 06 May 2021 13:10:11 -0000
- A Not Boring Conversation with Clint Kisker Tue, 04 May 2021 13:05:35 -0000
- Transforming Tata Mon, 03 May 2021 13:58:08 -0000
- Martha Stewart's Reign of Relevancy Thu, 29 Apr 2021 12:26:18 -0000
- Startup Stock Option Options with Secfi Thu, 22 Apr 2021 13:38:03 -0000
- Bull & Bear: Agora, the API Powering Clubhouse Mon, 19 Apr 2021 13:46:55 -0000
- Is BlockFi the Future of Finance? Thu, 15 Apr 2021 13:41:13 -0000
- Unwitting Collaboration & Web3 Experimentation Mon, 12 Apr 2021 13:00:00 -0000
- A Not Boring Adventure, One Year In Mon, 05 Apr 2021 13:18:54 -0000
- This is How They Tell Me Secureframe Saves the World Thu, 01 Apr 2021 13:30:23 -0000
- We Good Now? Mon, 29 Mar 2021 14:07:59 -0000
- What's On Deck for On Deck? Thu, 25 Mar 2021 17:33:39 -0000
- The Dao of DAOs Mon, 22 Mar 2021 13:42:34 -0000
- Soundtrack the World Mon, 15 Mar 2021 13:39:31 -0000
- UserLeap & Differentiating Insights Thu, 11 Mar 2021 13:38:48 -0000
- Not Boring Interview with BidOps Founder Edmund Zagorin Tue, 09 Mar 2021 13:00:00 -0000
- Excel Never Dies Mon, 08 Mar 2021 14:30:18 -0000
- Jack of Two Trades Mon, 01 Mar 2021 13:52:25 -0000
- Beacons: Not Boring Investment Memo Thu, 25 Feb 2021 13:44:10 -0000
- Power to the Person Mon, 22 Feb 2021 13:37:45 -0000
- Not Boring Interview with AltoIRA CEO Eric Satz Thu, 18 Feb 2021 13:00:00 -0000
- Dreams All the Way Up Mon, 15 Feb 2021 13:25:55 -0000
- The Beginning of the End Thu, 11 Feb 2021 12:58:37 -0000
- How Twitter Got Its Groove Back Mon, 08 Feb 2021 14:22:13 -0000
- Selling a Lot of Shares a Little Too Early with Brett Beller (ex-Drizly) Fri, 05 Feb 2021 13:00:00 -0000
- Supersapiens: Not Boring Memo Thu, 04 Feb 2021 13:43:02 -0000
- Robinhood Robinhooded Robinhood Mon, 01 Feb 2021 15:31:36 -0000
- weSPAC: Understanding WeWork with Dror Poleg Fri, 29 Jan 2021 15:57:54 -0000
- Podcast Discovery Reinvented: An Interview with Co-founder & CEO Doug Imbruce of Podz, Acquired by Spotify Thu, 28 Jan 2021 12:00:00 -0000
- The Value Chain of the Open Metaverse Mon, 25 Jan 2021 14:33:21 -0000
- Masterworks: Demystifying & Democratizing Art Thu, 21 Jan 2021 13:49:32 -0000
- Antara Health: Natively Integrated Healthcare Mon, 18 Jan 2021 13:00:00 -0000
- Teamflow: Not Boring Memo Wed, 13 Jan 2021 13:38:27 -0000
- Interview with Florent Crivello, Founder of Teamflow Wed, 13 Jan 2021 12:00:00 -0000
- BABA Black Sheep Mon, 11 Jan 2021 14:40:49 -0000
- Bill-A-Bear Mon, 04 Jan 2021 14:38:05 -0000
- The Best Is Yet To Come Mon, 21 Dec 2020 14:27:18 -0000
- Ramp: The Card-Sized Finance Team in Your Pocket Thu, 17 Dec 2020 13:58:38 -0000
- Everybody Hates Facebook Mon, 14 Dec 2020 14:09:39 -0000
- Outfit: Not Boring Investment Memo Thu, 10 Dec 2020 13:59:25 -0000
- APIs All the Way Down Mon, 07 Dec 2020 14:23:43 -0000
- We're Never Going Back Mon, 30 Nov 2020 14:27:33 -0000
- FEMSA: The Most Interesting Company in Mexico Mon, 23 Nov 2020 14:34:36 -0000
- Fairmint & the Democratization of Upside Thu, 19 Nov 2020 13:48:20 -0000
- Slack: The Bulls are typing... Mon, 16 Nov 2020 15:32:06 -0000
- The Magic of Mushrooms Mon, 09 Nov 2020 14:16:16 -0000
- Trust The Process Mon, 02 Nov 2020 14:59:55 -0000
- Pipe: Business-Funding Fit Thu, 29 Oct 2020 12:47:35 -0000
- Software is Eating the Markets Mon, 26 Oct 2020 14:22:39 -0000
- SkillMagic: Not Boring Invest Memo Thu, 22 Oct 2020 12:39:20 -0000
- Reliance's Next Act Mon, 19 Oct 2020 12:46:14 -0000
- Reliance: Gateway of India Mon, 12 Oct 2020 13:02:26 -0000
- Fundrise and the Magic of Diversification Thu, 01 Oct 2020 12:34:25 -0000
- Secure the BaaG: Business-as-a-Game Mon, 28 Sep 2020 13:06:28 -0000
- Special Edition: Not Boring Generalists Wed, 23 Sep 2020 21:07:22 -0000
- Opendoor: The Amazon of Real Estate Mon, 21 Sep 2020 13:00:57 -0000
- MainStreet: Free Money for Startups Thu, 17 Sep 2020 12:41:23 -0000
- Zoom's Blank Check Mon, 14 Sep 2020 13:02:55 -0000
- Swaypay: Not Boring Investment Memo Thu, 10 Sep 2020 12:46:00 -0000
- Masa Madness Tue, 08 Sep 2020 12:53:24 -0000
- Oze: Not Boring Investment. Memo Thu, 03 Sep 2020 16:14:19 -0000
- Stripe: The Internet's Most Undervalued Company Mon, 31 Aug 2020 13:05:36 -0000
- Tencent's Dreams Mon, 24 Aug 2020 13:15:39 -0000
- Tencent: The Ultimate Outsider Mon, 17 Aug 2020 12:59:16 -0000
- Shopify and the Hard Thing About Easy Things Mon, 10 Aug 2020 13:00:00 -0000
- JoJo's Juice Thu, 06 Aug 2020 13:00:00 -0000
- Acquisition in G Sharp Mon, 03 Aug 2020 13:00:00 -0000
- Expanding the Talent Pipeline Thu, 30 Jul 2020 13:00:00 -0000
- Juul - The SPAC 2020 Deserves Mon, 27 Jul 2020 13:00:00 -0000
- Composer - Not Boring Investment Memo Thu, 23 Jul 2020 13:00:00 -0000
- Entropy Theory Mon, 20 Jul 2020 13:00:00 -0000
- Remember Ringtones? Thu, 16 Jul 2020 13:00:00 -0000
- If I Ruled the Tweets Mon, 13 Jul 2020 13:00:00 -0000
"Live Players" with Samo Burja and Erik Torenberg URL | Feed
See the world through the eyes of society's greatest rule-breakers. The "Live Players" podcast charts the key individuals shaping our future from first principles across multiple domains: business, politics, philanthropy, and broadcasting from the digital town square Join host Samo Burja and Erik Torenberg as they analyze the mindsets of today's most intriguing business leaders, investors, and innovators through the lens of their bold actions and contrarian worldviews. You'll come away with a deeper understanding of the development of technology, business, political power, culture and more. If you want more than soundbites and sensationalism, this podcast delivers reasoned reflections on the live players who renew and transform civilization, whether we ask them to or not. Topics frequently covered: Business titans, political players, and philanthropists like Elon Musk, Sam Altman, Peter Thiel, George Soros, Donald Trump, and more with the power to remake industries, policies, borders, or societal norms. Live Players is part of the Turpentine podcast network. Learn more: www.turpentine.co
- Is Europe Part of America? Fri, 21 Feb 2025 20:53:00 -0000
- Predicting Humanity’s Interplanetary Future Fri, 14 Feb 2025 08:00:00 -0000
- Curtis Yarvin and the Evolution of American Political Thought Fri, 31 Jan 2025 08:00:00 -0000
- Why Elites Failed Us w/ Auren Hoffman [World of DaaS] Fri, 24 Jan 2025 15:11:00 -0000
- The Technology That Can Reshape Nations Fri, 03 Jan 2025 08:00:00 -0000
- Elon Musk, Social Media Influence, & the Future of Political Discourse Fri, 20 Dec 2024 08:00:00 -0000
- Syria After Assad Fri, 13 Dec 2024 08:17:00 -0000
- Dissecting Modern Society with Rudyard Lynch Fri, 29 Nov 2024 08:18:00 -0000
- Populism vs The Deep State Fri, 15 Nov 2024 08:00:00 -0000
- Advice for Trump and Elon Fri, 08 Nov 2024 08:00:00 -0000
- Urbanization, Technology, and Global Shifts Mon, 14 Oct 2024 13:18:00 -0000
- The Possibility of Human Extinction Fri, 04 Oct 2024 07:00:00 -0000
- Palladium, Intellectual Culture, and Silicon Valley Fri, 27 Sep 2024 06:59:00 -0000
- Civilizational Differences Thu, 19 Sep 2024 09:55:00 -0000
- Globalization vs. Innovation Wed, 11 Sep 2024 07:00:00 -0000
- AI's Impact on Geopolitics Fri, 06 Sep 2024 10:25:00 -0000
- Fraud in Academia with Ben Landau-Taylor Wed, 28 Aug 2024 12:46:00 -0000
- Mass Immigration Won't Save Europe Wed, 21 Aug 2024 07:24:00 -0000
- The Eastern European Experiment Wed, 14 Aug 2024 07:00:00 -0000
- EU in Flux Fri, 02 Aug 2024 07:27:00 -0000
- Advice for the Next US President Fri, 26 Jul 2024 09:22:00 -0000
- Brazil: A Country of the Future? Sun, 21 Jul 2024 11:14:00 -0000
- Can China Power its Rise? Fri, 12 Jul 2024 09:19:00 -0000
- The Power Structures of Cities Fri, 14 Jun 2024 07:57:00 -0000
- The Turbulence of Boeing: Decline and Future Prospects Fri, 07 Jun 2024 07:00:00 -0000
- Live Players Analysis: Drug Cartels in Mexico Thu, 30 May 2024 07:00:00 -0000
- How to Find the Frontiers of Knowledge, Samo Burja for The Stoa Sat, 25 May 2024 12:00:00 -0000
- Academia's Impact on Society | Rudyard Lynch Interviews Samo Burja Mon, 06 May 2024 10:32:00 -0000
- The Future of Democracy Sun, 28 Apr 2024 12:55:00 -0000
- What India Should Do to Secure Its Future as a Global Superpower Thu, 18 Apr 2024 07:00:00 -0000
- What Causes Institutions to Flourish? Tue, 16 Apr 2024 01:04:00 -0000
- Fall of Rome with Rudyard Lynch Sat, 06 Apr 2024 10:40:00 -0000
- China, AI, and the New Global Order Sat, 30 Mar 2024 07:00:00 -0000
- Alibaba After Jack Ma & China's Economy in 2024 Thu, 21 Mar 2024 12:49:00 -0000
- China vs US: Space and Frontier Technologies Wed, 13 Mar 2024 07:00:00 -0000
- Xi Jinping's Legacy and China's Succession Wed, 06 Mar 2024 08:00:00 -0000
- Tech Stagnation and What's Holding Us Back Wed, 28 Feb 2024 08:00:00 -0000
- Putin & Tucker, Russia, Ukraine and Poland Wed, 21 Feb 2024 08:00:00 -0000
- A Deep Dive on Big Pharma and Ozempic Tue, 13 Feb 2024 08:00:00 -0000
- Africa’s Geopolitics: Governance, Corruption and Global Influence Wed, 07 Feb 2024 08:00:00 -0000
- How to Make America’s Government More Efficient Wed, 31 Jan 2024 08:00:00 -0000
- China's Elite vs America's Elite Wed, 24 Jan 2024 08:00:00 -0000
- Dynasties, Meritocracies, and Succession Wed, 17 Jan 2024 13:40:00 -0000
- Singapore's Rise to Prosperity: The City-State Strategy Wed, 10 Jan 2024 08:00:00 -0000
- Decoding Japan's Future: Global Power Landscape and Geopolitics Wed, 03 Jan 2024 08:00:00 -0000
- The Politicization of History Wed, 27 Dec 2023 08:00:00 -0000
- Why Our Civilization Could Fail and What To Do About It Wed, 20 Dec 2023 11:12:00 -0000
- What We Can Learn From Henry Kissinger Wed, 13 Dec 2023 08:00:00 -0000
- On Nuclear Weapons, e/acc, and Global Energy Supply Wed, 06 Dec 2023 08:00:00 -0000
- Live Players: Sam Altman, Peter Thiel, Elon Musk, George Soros Wed, 29 Nov 2023 12:22:00 -0000
"Moment of Zen" URL | Feed
Every week, Erik Torenberg, Dan Romero, Antonio Garcia Martinez and frequent special guests discuss what's happening in technology, business, politics, and beyond. Moment of Zen is part of the Turpentine podcast network. Learn more: turpentine.co
- Energy, Education, Deregulation with David Friedberg, Shaun Maguire, and Todd Young at the Hill & Valley Forum Tue, 06 May 2025 08:00:00 -0000
- US-China AI Race, with Anthropic, ScaleAI, & AI Fund Founders Sun, 27 Apr 2025 09:19:00 -0000
- The Myth of Automatic Progress | Samo Burja Sat, 19 Apr 2025 08:00:00 -0000
- Ross Douthat on Tech's Religious Awakening, AI, and Transhumanism Sat, 12 Apr 2025 08:14:00 -0000
- Will India Become a Global Superpower? | Samo Burja Sat, 05 Apr 2025 11:01:00 -0000
- Who Controls China When Xi Jinping Is Gone? | Samo Burja Sat, 29 Mar 2025 08:30:00 -0000
- Cartels vs. State: The Power Struggle in Mexico w/ Samo Burja Sat, 22 Mar 2025 08:00:00 -0000
- Inflation, Elon's Competence, and Changes Democrats Need to Make w/ Noah Smith Sat, 15 Mar 2025 08:00:00 -0000
- Free Speech in Europe & the Future of Western Civilization | Samo Burja Sat, 08 Mar 2025 08:00:00 -0000
- Victor Davis Hanson Predicts the Future: Trump, China, Russia, & Europe in 2030 Fri, 28 Feb 2025 08:00:00 -0000
- Mapping the New Right w/ Jon Askonas Sat, 22 Feb 2025 08:00:00 -0000
- Delian Asparouhov and Nadia Asparouhova on Building a Relationship, Family, and Legacy Sat, 15 Feb 2025 08:07:00 -0000
- Samo Burja on the Technology That Can Create New Superpowers Sat, 08 Feb 2025 08:04:00 -0000
- Curtis Yarvin is now in the Overton Window w/ Samo Burja Sun, 02 Feb 2025 08:00:00 -0000
- Trump's Inauguration, Tech's Shifting Politics, and US GDP Growth Wall Sun, 26 Jan 2025 08:00:00 -0000
- Scott Sumner and Noah Smith Debate the China Question Sat, 18 Jan 2025 08:00:00 -0000
- Understanding Trump: From Immigration to Elon w/ Maxwell Meyer and Indian Bronson Sat, 11 Jan 2025 08:33:00 -0000
- Bronson vs Everyone: H-1B Wars, Elon, and Trump Fri, 03 Jan 2025 08:32:00 -0000
- NEW: Marc Andreessen on Trump, the vibe shift, and what’s after wokeness Fri, 27 Dec 2024 08:00:00 -0000
- E110: Samo Burja on Elon Musk, X and Political Influence [Crosspost, Live Players] Sun, 22 Dec 2024 08:00:00 -0000
- Samo Burja on the Future of the Middle East Sat, 14 Dec 2024 08:00:00 -0000
- Debating Immigration Policy w/ Indian Bronson Sun, 08 Dec 2024 10:22:00 -0000
- The Future of the Left and Advice for Progressive Billionaires Sat, 30 Nov 2024 08:00:00 -0000
- Can Populism Beat the Administrative State? | Samo Burja Sat, 23 Nov 2024 08:00:00 -0000
- Samo Burja and Rudyard Lynch | The Left's Identity Crisis and the Future of Democracy Sat, 16 Nov 2024 08:30:00 -0000
- Will Shadow President Elon Save Us? | Noah Smith Sat, 09 Nov 2024 08:00:00 -0000
- Election 101, Trump vs Kamala Check-In Mon, 04 Nov 2024 05:30:00 -0000
- Elite Human Capital, Trump vs Kamala, and Richard Hanania's Intellectual Evolution Sun, 27 Oct 2024 07:00:00 -0000
- Can Classical Liberalism Survive Wokeness? w/ Tim Urban Sun, 20 Oct 2024 11:00:00 -0000
- AI, Gambling, and Healthcare: A High-Stakes Game of 'Do Your Own Research Sun, 13 Oct 2024 18:55:00 -0000
- The Possibility of Human Extinction w/ Samo Burja Sat, 05 Oct 2024 07:00:00 -0000
- Long Ripples in History with Samo Burja and Rudyard Lynch Sat, 28 Sep 2024 08:18:00 -0000
- Cycles of Civilization with Samo Burja and Rudyard Lynch Sun, 15 Sep 2024 07:00:00 -0000
- Anthropic CEO Dario Amodei Talks AI, National Security, and Radical Abundance Sat, 07 Sep 2024 07:33:00 -0000
- Is AI our next nuclear threat? With Joshua Steinman and Nathan Labenz Sat, 31 Aug 2024 07:00:00 -0000
- Samo Burja's Advice for the next US president Sun, 25 Aug 2024 08:43:00 -0000
- The Future of Crypto with Brian Armstrong, CEO of Coinbase Sat, 17 Aug 2024 07:00:00 -0000
- Trump, AI, and US-China Relations with Samuel Hammond and Nathan Labenz Mon, 12 Aug 2024 14:41:00 -0000
- Biden/Trump's legacy with Noah Smith Sat, 27 Jul 2024 17:40:00 -0000
- Brand New Balaji: Trump/Biden, Jan 6 Sat, 20 Jul 2024 11:43:00 -0000
- China's Energy Strategy, Taiwan, and US-China Relations with Samo Burja Sun, 14 Jul 2024 09:30:00 -0000
- 2024 Election Strategy, Education Depolarization, and UBI with Noah Smith Sat, 06 Jul 2024 07:00:00 -0000
- Trump/Biden Predictions with Richard Hanania Sat, 22 Jun 2024 07:00:00 -0000
- What's Happening in France with Pascal-Emmanuel Gobry Sat, 15 Jun 2024 07:00:00 -0000
- Balaji Srinivasan on the Fiat Crisis, China, Russia, and Conspiracy Practices Sat, 08 Jun 2024 09:35:00 -0000
- David Sacks on his Intellectual and Political journey Sat, 01 Jun 2024 08:10:00 -0000
- Joe Lonsdale on How to Solve America’s Problems Sat, 25 May 2024 07:00:00 -0000
- Crypto and Gaming with Carlos Pereira Mon, 20 May 2024 11:12:00 -0000
- Jonathan Haidt on The Social Media Theory of Everything Sat, 11 May 2024 10:43:00 -0000
- The Future of Media, Institutions, and Risk Sun, 05 May 2024 09:22:00 -0000
- Should We Accelerate or Decelerate Tech Progress? Sat, 27 Apr 2024 09:45:00 -0000
- The Future of Crypto, Social Platforms, and Descending the Tech Ladder with Mike Rainbow Thu, 18 Apr 2024 07:35:00 -0000
- Bryan Johnson on AI, Religion, and God Sat, 13 Apr 2024 11:40:00 -0000
- Crypto, Memes, and Politics with Li Jin Sun, 07 Apr 2024 09:55:00 -0000
- Curtis Yarvin on How to Build the Next NYT and Advice for Elon Sun, 31 Mar 2024 08:04:00 -0000
- Dune/Napoleon, Apple/Microsoft, TikTok, Polyamory, and Aella’s Legacy Sat, 23 Mar 2024 10:26:00 -0000
- Antonio on Social Media, Journalism, and New Religions with Parker Thompson Mon, 18 Mar 2024 07:00:00 -0000
- Will the US Have a Civil War with @WhatifAltHist's Rudyard Lynch Sat, 09 Mar 2024 08:00:00 -0000
- Dan's Intellectual Journey Mon, 04 Mar 2024 10:33:00 -0000
- A Deep Dive on Farcaster: Past, Present, and Future Mon, 26 Feb 2024 09:56:00 -0000
- Chris Dixon on the Future of the Internet, Crypto, and Web3 Fri, 16 Feb 2024 23:24:00 -0000
- How to Build a Startup Now, Finding PMF, and Navigating the Idea Maze Sat, 10 Feb 2024 09:23:00 -0000
- The U.S. vs Europe, Bryan Johnson and Human Longevity Fri, 02 Feb 2024 19:00:00 -0000
- What does E/acc stand for? Mon, 29 Jan 2024 18:03:00 -0000
- 2023 Recap, 2024 Predictions, Farcaster/Turpentine updates Sun, 21 Jan 2024 23:16:00 -0000
- Curtis Yarvin on Rufo, Harvard, FDR, and The Cathedral Sun, 14 Jan 2024 22:54:00 -0000
- Bill Ackman, Harvard, and What Happens Next? Tue, 09 Jan 2024 08:53:00 -0000
- Sam Harris on Populism, Inequality, and Polarization Wed, 03 Jan 2024 09:55:00 -0000
- Revisited: Moment of Zen's Origins with Marc Andreessen Sat, 30 Dec 2023 11:39:00 -0000
- Katherine Boyle and Mike Solana on Liberal Arts Debate and Saving San Francisco Thu, 28 Dec 2023 08:00:00 -0000
- Trump/Biden, Russia/Ukraine, Israel/Palestine, and US/China Sun, 24 Dec 2023 08:00:00 -0000
- Balaji Srinivasan and Nathan Labenz on How AI Will Shape the Future & AI Gods Wed, 20 Dec 2023 08:00:00 -0000
- How Elon Musk, Sam Altman, Peter Thiel, and George Soros Reshape Society Mon, 11 Dec 2023 17:34:00 -0000
- Who Is Beff Jezos? Beff on Being Doxxed, the e/acc movement, and Crypto & AI Crossover Mon, 04 Dec 2023 14:42:00 -0000
- Dominic Cummings on Elon, Techies in Politics, and New Elitism Sat, 02 Dec 2023 08:00:00 -0000
- OpenAI Debrief, Why Liberals Become Conservatives, and Diversity in Tech Fri, 24 Nov 2023 23:03:00 -0000
- The Sam Altman Episode: OpenAI, Sam's Legacy Sun, 19 Nov 2023 22:16:00 -0000
- Balaji’s Gray Tribe, Fixing SF, and whether to start or buy a city? Mon, 13 Nov 2023 20:25:00 -0000
- Biden vs Trump in Israel, Why Younger People Support Palestine, and Why There is No International Community Mon, 06 Nov 2023 20:48:00 -0000
- MoZ gets Nuke Pilled with Packy and Julia Mon, 30 Oct 2023 03:15:00 -0000
- Antonio's Dispatch From Israel Mon, 23 Oct 2023 02:45:00 -0000
- Why this is BLM for Jews, unpacking the conflict, and predictions for Israel, Gaza, and Iran Mon, 16 Oct 2023 03:32:00 -0000
- The Hoax of the Century, Hybrid Warfare, Iran, and Israel with Jacob Siegel Sat, 07 Oct 2023 09:38:00 -0000
- Elon and the Border Crisis, the Case for Immigration, and the American Dream Mon, 02 Oct 2023 18:34:00 -0000
- Ideas from Balaji and Curtis That Changed Our Minds Mon, 25 Sep 2023 04:20:00 -0000
- Wonks vs Proles, Post Liberalism, and Politics as Religious War with Walter Russell Mead Sat, 16 Sep 2023 07:33:00 -0000
- Balaji on How the Tech Tribe Can Save Our Cities - Part 2 Sun, 10 Sep 2023 17:35:00 -0000
- Balaji Srinivasan on the Tribal Lens, America’s Blunder, and His Plan to Save San Francisco Fri, 08 Sep 2023 11:19:00 -0000
- Bull/Bear Case for Vivek and Erik’s interview with Vivek Ramaswamy Sat, 02 Sep 2023 23:02:00 -0000
- Crypto Hour and IQ, the Next Great Culture War Issue Sat, 26 Aug 2023 18:37:00 -0000
- Mike Solana on Peter Thiel, the Ideal Presidential Candidate, and Culture War Losers Mon, 21 Aug 2023 05:07:00 -0000
- Religion, Canceled Thinkers, LARPing Liberalism, and The End of History Mon, 14 Aug 2023 13:31:00 -0000
- Alex Kaplan on the LK-99 Superconductor: the Drama, Democratization of Science, and Future Implications Sun, 06 Aug 2023 22:27:00 -0000
- Noah Smith on YIMBYism, California Land Use, and the Best-Run City Sat, 29 Jul 2023 07:07:00 -0000
- News News Yum Yum with Marc Andreessen Sun, 23 Jul 2023 20:41:00 -0000
- Twitter, Threads, and Remote Work with Eugene Wei Tue, 18 Jul 2023 07:00:00 -0000
- Threads vs Twitter, Zuck vs Elon, and Silicon Valley’s Civil War with Mike Solana Mon, 10 Jul 2023 13:30:00 -0000
- Affirmative Action, the Administrative State, and The Right's Victory in the Courts Sun, 02 Jul 2023 07:00:00 -0000
- Brokenism, The Borg, and Bravery with Alana Newhouse Sat, 24 Jun 2023 07:00:00 -0000
- Katherine Boyle and Mike Solana on Liberal Arts Debate, Tech Culture, and Saving San Francisco Sat, 17 Jun 2023 11:32:00 -0000
- [Bonus] Marc Andreessen and Anton Troynikov on Why AI Will Save the World Thu, 15 Jun 2023 07:00:00 -0000
- Silicon Valley's Civil War with Nadia Asparouhova Sat, 10 Jun 2023 14:30:00 -0000
- Apple and Facebook, Crypto and VR, Open vs Closed Ecosystems Sat, 03 Jun 2023 16:29:00 -0000
- Mike Solana on Twitter under Elon, Sam Altman's PR strategy, political polarization, and The Culture War's evolution Fri, 26 May 2023 10:00:00 -0000
- Liel Leibovitz on Israel and US politics, the Palestinian conflict, and Israel’s future Thu, 18 May 2023 23:25:00 -0000
- Twitter’s new CEO, Elon’s strategy vs Sam Altman’s strategy, Liberal depression, crime and prisons Sun, 14 May 2023 10:00:00 -0000
- Ben Smith of Semafor on tech-media hostility, and the past, present, and future of media Sat, 06 May 2023 16:41:00 -0000
- On Founders, Seriousness, and American Dynamism Fri, 28 Apr 2023 17:11:00 -0000
- Michelle Tandler on how to fix San Francisco Sat, 22 Apr 2023 14:48:00 -0000
- How to pick markets, why NFTs matter, what "disinformation" is actually about Fri, 14 Apr 2023 21:33:00 -0000
- Mike Solana on SF politics, tech & media fights, Tik Tok policy, and AI wars Fri, 07 Apr 2023 10:30:00 -0000
- AI open letter debate, "pausers", and what we're all scared of with AI with Anton Troynikov, Flo Crivello, and Nathan Labenz Sat, 01 Apr 2023 16:37:00 -0000
- Nic Carter on Balaji's Bet, Operation Chokepoint 2.0, and the Fed's financial crisis Sat, 25 Mar 2023 14:44:00 -0000
- Balaji Srinivasan on his $1M bet, Financial Crisis 2.0, Digital Devaluation of USD, and What Comes Next Tue, 21 Mar 2023 15:21:00 -0000
- How SVB Unraveled and Whether Crypto Can Fix Finance with Byrne Hobart Sat, 18 Mar 2023 18:40:00 -0000
- Effective Accelerationism and the AI Safety Debate with Bayeslord, Beff Jezoz, and Nathan Labenz Sat, 11 Mar 2023 17:11:00 -0000
- America as a culture exporter, Egalitarianism eats the world, and why Social Justice isn't receding Sun, 05 Mar 2023 17:20:00 -0000
- Disenfranchised men, AI Doomerism, and the Problems with Effective Altruism, with Amjad Masad Sun, 26 Feb 2023 22:00:00 -0000
- Modern cold wars with China and Russia, the new right, and tech's cultural shift w/ Noah Smith Sun, 19 Feb 2023 15:40:00 -0000
- Why is ChatGPT so woke, the arc of tech is centralization, and explaining the cathedral w/ Brian Chau Sun, 12 Feb 2023 01:58:00 -0000
- Low vs High Culture, legacy vs new institutions, WWE, & Lex Fridman w/ Aarthi and Sriram Sat, 04 Feb 2023 21:35:00 -0000
- The AI moment, AI vs crypto: a heated debate with Amjad Masad, Flo Crivello, and Nathan Labenz Sun, 29 Jan 2023 15:20:00 -0000
- The Realignment on Silicon Valley & DC, Trump vs DeSantis, and the future of media & politics Sat, 21 Jan 2023 16:35:00 -0000
- USA vs Europe, Zeihan & Fukuyama, Reforming institutions vs starting new ones, and why we started "Moment of Zen" Sat, 14 Jan 2023 17:25:00 -0000
- Amjad Masad on AGI as religion for nerds, history as a series of conspiracies, and religion as a foundation for raising your kids Sun, 08 Jan 2023 23:15:00 -0000
- Marc Andreessen on Elon, Nietzsche, and America's Thousand Year Empire Fri, 30 Dec 2022 17:35:00 -0000
- Moment of Zen E1 w/ Marc Andreessen on SBF/FTX, Twitter, and Open AI/Chat GPT Tue, 27 Dec 2022 16:23:00 -0000
All-In with Chamath, Jason, Sacks & Friedberg URL | Feed
Industry veterans, degenerate gamblers & besties Chamath Palihapitiya, Jason Calacanis, David Sacks & David Friedberg cover all things economic, tech, political, social & poker.
- Doug Burgum, Secretary of the Interior | All-In DC Tue, 06 May 2025 22:11:00 +0000
- Brooke Rollins, Secretary of Agriculture | All-In DC Sun, 04 May 2025 16:05:00 +0000
- Trump's First 100 Days, Tariffs Impact Trade, AI Agents, Amazon Backs Down Fri, 02 May 2025 23:31:00 +0000
- Trump Rally or Bessent Put? Elon Back at Tesla, Google's Gemini Problem, China's Thorium Discovery Sat, 26 Apr 2025 06:00:00 +0000
- Trump vs Harvard, Nvidia export controls, how DEI killed Hollywood with Tim Dillon Sat, 19 Apr 2025 00:14:00 +0000
- The Great Tariff Debate with David Sacks, Larry Summers, and Ezra Klein Fri, 11 Apr 2025 21:47:00 +0000
- DOGE updates + Liberation Day Tariff Reactions with Ben Shapiro and Antonio Gracias Sat, 05 Apr 2025 19:03:00 +0000
- All-In Live from Austin: Colin and Samir, Chris Williamson, and Bryan Johnson Thu, 03 Apr 2025 01:15:00 +0000
- The AI Cold War, Signalgate, CoreWeave IPO, Tariff Endgames, El Salvador Deportations Sat, 29 Mar 2025 01:40:00 +0000
- White House BTS, Google buys Wiz, Treasury vs Fed, Space Rescue Sat, 22 Mar 2025 02:17:00 +0000
- Howard Lutnick | All-In DC Thu, 20 Mar 2025 21:34:00 +0000
- Scott Bessent | All-In DC Wed, 19 Mar 2025 03:34:00 +0000
- Fixing the American Dream with Andrew Schulz Sat, 15 Mar 2025 00:22:00 +0000
- Tariffs, Trump's Economic Endgame, Market Chaos, Bitcoin Reserve, CoreWeave IPO Sat, 08 Mar 2025 00:58:00 +0000
- Epstein Files Flop, State of the Market, Autonomous Robots, Trump's Gold Card, Friedberg on Jeopardy Sat, 01 Mar 2025 02:06:00 +0000
- The Stablecoin Future, Milei's Memecoin, DOGE for the DoD, Grok 3, Why Stripe Stays Private Fri, 21 Feb 2025 23:41:00 +0000
- JD Vance's AI Speech, Techno-Optimists vs Doomers, Tariffs, AI Court Cases with Naval Ravikant Sat, 15 Feb 2025 01:48:00 +0000
- DOGE vs USAID, Crypto Framework, Google's $75B AI Spend, US Sovereign Wealth Fund, GLP-1s Fri, 07 Feb 2025 22:20:00 +0000
- DeepSeek Panic, US vs China, OpenAI $40B?, and Doge Delivers with Travis Kalanick and David Sacks Fri, 31 Jan 2025 21:52:00 +0000
- Ray Dalio | The All-In Interview Tue, 28 Jan 2025 16:00:00 +0000
- Trump's First Week: Inauguration Recap, Executive Actions, TikTok, Stargate + Sacks is Back! Sat, 25 Jan 2025 02:52:00 +0000
- Inauguration Interviews: Trump's Talent, Democratic Rebrand & more with House Whip Emmer, Reps Swalwell & Khanna Mon, 20 Jan 2025 04:39:00 +0000
- Senator Ted Cruz | The All-In Inauguration Series Sun, 19 Jan 2025 23:27:00 +0000
- Red-pilled Billionaires, LA Fire Update, Newsom's Price Caps, TikTok Ban, Jobless MBAs Sat, 18 Jan 2025 01:21:00 +0000
- LA's Wildfire Disaster, Zuck Flips on Free Speech, Why Trump Wants Greenland Sat, 11 Jan 2025 01:41:00 +0000
- 2025 Predictions with bestie Gavin Baker Sat, 04 Jan 2025 00:23:00 +0000
- DOGE kills its first bill, Zuck vs OpenAI, Google's AI comeback with bestie Aaron Levie Fri, 20 Dec 2024 22:00:00 +0000
- Trump's Cabinet, Google's Quantum Chip, Apple's Flop, TikTok, State of VC with bestie Keith Rabois Fri, 13 Dec 2024 16:58:00 +0000
- New SEC Chair, Bitcoin, xAI Supercomputer, UnitedHealth CEO murder, with Gavin Baker & Joe Lonsdale Sat, 07 Dec 2024 00:55:00 +0000
- DOGE unveils a roadmap, Unlocking GDP Growth, WW3 escalation, Fat cell memory Sat, 23 Nov 2024 15:45:00 +0000
- Trump's market impact: Bitcoin, M&A, IPOs + transition picks; Polymarket CEO raided by FBI Sat, 16 Nov 2024 16:55:00 +0000
- Trump wins! How it happened and what's next Fri, 08 Nov 2024 19:46:00 +0000
- Inflated GDP?, Google earnings, How the media lost trust, Rogan/Trump search controversy, Election! Fri, 01 Nov 2024 21:10:00 +0000
- Markets turn Trump, Long rates spike, Election home stretch, Influencer mania, Saving Starbucks Fri, 25 Oct 2024 22:51:00 +0000
- Dueling Presidential interviews, SpaceX’s big catch, Robotaxis, Uber buying Expedia?, Nuclear NIMBY Fri, 18 Oct 2024 22:49:00 +0000
- JD Vance | All-In Summit 2024 Tue, 15 Oct 2024 15:42:00 +0000
- Hurricane fallout, AlphaFold, Google breakup, Trump surge, VC giveback, TikTok survey Fri, 11 Oct 2024 23:11:00 +0000
- Elon Musk | All-In Summit 2024 Tue, 08 Oct 2024 15:01:00 +0000
- In conversation with Mark Cuban Thu, 03 Oct 2024 20:19:00 +0000
- John Mearsheimer and Jeffrey Sachs | All-In Summit 2024 Tue, 01 Oct 2024 19:03:00 +0000
- OpenAI's $150B conversion, Meta's AR glasses, Blue-collar boom, Risk of nuclear war Fri, 27 Sep 2024 17:36:00 +0000
- Big Fed rate cuts, AI killing call centers, $50B govt boondoggle, VC's rough years, Trump/Kamala Fri, 20 Sep 2024 19:58:00 +0000
- "Founder Mode," DOJ alleges Russian podcast op, Kamala flips proposals, Tech loses Section 230? Fri, 06 Sep 2024 18:20:00 +0000
- In conversation with Reid Hoffman & Robert F. Kennedy Jr. Fri, 30 Aug 2024 15:04:00 +0000
- Massive jobs revision, Kamala's wealth tax, polls vs prediction markets, end of race-based admissions Fri, 23 Aug 2024 22:14:00 +0000
- Break up Google, Starbucks CEO out, Kamala’s price controls, Boeing disaster, Kursk offensive Fri, 16 Aug 2024 18:42:00 +0000
- Yen Carry Trade, Recession odds grow, Buffett cash pile, Google ruled monopoly, Kamala picks Walz Fri, 09 Aug 2024 20:20:00 +0000
- Kamala surges, Trump at NABJ, recession fears, Middle East escalation, Ackman postpones IPO Fri, 02 Aug 2024 18:13:00 +0000
- Mag 7 sell-off, Wiz rejects Google, UBI, Kamala in, China's nuclear buildout, Sacks responds to PG Fri, 26 Jul 2024 22:55:00 +0000
- Trump assassination attempt, Secret Service failure, Inside the RNC, VC liquidity problem Fri, 19 Jul 2024 19:09:00 +0000
- Biden chaos, Soft landing secured? AI sentiment turns bearish, French elections Fri, 12 Jul 2024 05:09:00 +0000
- Jonathan Haidt | The All-In Interview Wed, 10 Jul 2024 01:11:00 +0000
- Hot Swap growing, donors revolt, President Kamala? SCOTUS breakdown: Immunity, Chevron, Censorship Thu, 04 Jul 2024 17:31:00 +0000
- Presidential Debate Reaction, Biden Hot Swap?, Tech unemployment, OpenAI considers for-profit & more Sat, 29 Jun 2024 04:05:00 +0000
- In conversation with President Trump Thu, 20 Jun 2024 20:23:00 +0000
- Elon gets paid, Apple's AI pop, OpenAI revenue rip, Macro debate & Inside Trump Fundraiser Fri, 14 Jun 2024 21:58:00 +0000
- DOJ targets Nvidia, Meme stock comeback, Trump fundraiser in SF, Apple/OpenAI, Texas stock market Fri, 07 Jun 2024 19:02:00 +0000
- Trump verdict, COVID Cover-up, Crypto Corner, Salesforce drops 20%, AI correction? Fri, 31 May 2024 21:55:00 +0000
- Scarlett Johansson vs OpenAI, Nvidia's trillion-dollar problem, the "vibecession," plastic in our balls Fri, 24 May 2024 20:15:00 +0000
- GPT-4o launches, Glue demo, Ohalo breakthrough, Druck's Argentina bet, did Google kill Perplexity? Fri, 17 May 2024 20:23:00 +0000
- In conversation with Sam Altman Fri, 10 May 2024 19:47:00 +0000
- In conversation with Sheryl Sandberg, plus open-source AI gene editing explained Fri, 03 May 2024 18:59:00 +0000
- Meta's scorched earth approach to AI, Tesla's future, TikTok bill, FTC bans noncompetes, wealth tax Fri, 26 Apr 2024 22:55:00 +0000
- Google fires protestors, NPR chaos, Humane's AI Pin, Startup tax crisis, sports betting scandal Fri, 19 Apr 2024 19:49:00 +0000
- E174: Inflation stays hot, AI disclosure bill, Drone warfare, defense startups & more Fri, 12 Apr 2024 18:30:00 +0000
- E173: Google buying HubSpot? FTX depositors not made whole, AI job fears, Ukraine joining NATO Fri, 05 Apr 2024 21:45:00 +0000
- E172: SBF gets 25 years, Trump's meme stock, RFK Jr picks VP, Biden's 2025 budget & more Fri, 29 Mar 2024 19:41:00 +0000
- E171: DOJ sues Apple, AI arms race, Reddit IPO, Realtor settlement & more Fri, 22 Mar 2024 18:51:00 +0000
- E170: Tech's Vibe Shift, TikTok ban debate, Vertical AI boom, Florida bans lab-grown meat & more Fri, 15 Mar 2024 23:40:00 +0000
- E169: Elon sues OpenAI, Apple's decline, TikTok ban, Bitcoin $100K?, Science corner: Microplastics Fri, 08 Mar 2024 21:56:00 +0000
- E168: Can Google save itself? AI takes over Customer Support, Reddit IPO teardown Fri, 01 Mar 2024 19:37:00 +0000
- E167: Nvidia smashes earnings (again), Google's Woke AI disaster, Groq's LPU breakthrough & more Fri, 23 Feb 2024 19:48:00 +0000
- E166: Mind-blowing AI Video: OpenAI launches Sora + Is Biden too old? Tucker/Putin interview & more Fri, 16 Feb 2024 23:41:00 +0000
- E165: Vision Pro: use or lose? Meta vs Snap, SaaS recovery, AI investing, rolling real estate crisis Fri, 09 Feb 2024 19:42:00 +0000
- E164: Zuck’s Senate apology, Elon's comp package voided, crony capitalism, Reddit IPO, drone attack Fri, 02 Feb 2024 19:59:00 +0000
- E163: Market rips, Media RIFs, Texas defies Biden, Fintech reckoning, ARkStorm 2.0 & more Fri, 26 Jan 2024 20:11:00 +0000
- E162: Live from Davos! Milei goes viral, Adam Neumann's headwinds, streaming's broken model, microplastics & more Fri, 19 Jan 2024 21:56:00 +0000
- E161: US strikes Houthis, market instability, Q1 rate cuts in doubt, Carta's major mishap, DEI Sat, 13 Jan 2024 22:39:00 +0000
- E160: 2024 Predictions! Markets, tech, politics, and more Sat, 06 Jan 2024 05:48:00 +0000
- E159: The Bestie Awards! Recapping the best and worst of 2023 Fri, 29 Dec 2023 17:00:00 +0000
- E158: Global trade disrupted, Adobe/Figma canceled, realtors sued, Trump blocked Sat, 23 Dec 2023 02:26:00 +0000
- E157: Epic legal win, OpenAI licensing deals, FCC targets Elon, Alex Jones reinstated & more Sat, 16 Dec 2023 00:37:00 +0000
- E156: Ivy League antisemitism, macro, SaaS recovery, Gemini, Figma deal delay + big Friedberg update Fri, 08 Dec 2023 00:11:00 +0000
- E155: In conversation with Tucker Carlson, plus OpenAI chaos explained Fri, 01 Dec 2023 17:13:00 +0000
- E154: Presidential Candidate Dean Phillips in conversation with the Besties + Xi's SF visit & more Fri, 17 Nov 2023 08:20:00 +0000
- E153: In conversation with Jared Kushner: Israel-Hamas War, paths forward, macro picture, AI Sat, 11 Nov 2023 01:02:00 +0000
- E152: Real estate chaos, WeWork bankruptcy, Biden regulates AI, Ukraine's “Cronkite Moment” & more Fri, 03 Nov 2023 08:33:00 +0000
- E151: WW3 risk, War with Iran?, 4.9% GDP, startup failures growing, new Speaker & more Fri, 27 Oct 2023 19:48:00 +0000
- E150: Israel/Gaza escalating or not? EU censorship regime, Penn donors revolt, GLP-1 hype cycle Fri, 20 Oct 2023 07:23:00 +0000
- E149: Hamas terror attacks in Israel: fallout, reaction, next steps Fri, 13 Oct 2023 16:00:00 +0000
- E148: McCarthy ousted, border chaos, Cruise's robotaxi "accident" & more Sat, 07 Oct 2023 03:35:00 +0000
- E147: TED goes woke, Canada's Nazi blunder, AI adds vision, plus: who owns OpenAI? Fri, 29 Sep 2023 19:50:00 +0000
- E146: Did the Fed break the VC model? Plus IPOs, M&A, revaluing unicorns & more Fri, 22 Sep 2023 22:51:00 +0000
- E145: Presidential Candidate Chris Christie in conversation with the Besties Fri, 08 Sep 2023 20:23:00 +0000
- E144: Biden targets Elon, BRICS challenges the West, Tiger hit piece & more Fri, 01 Sep 2023 12:00:00 +0000
- E143: Nvidia smashes earnings, Arm walks the plank, M&A market, Vivek dominates GOP debate & more Fri, 25 Aug 2023 23:56:00 +0000
- E142: "Rich Men North of Richmond" hits #1, upward mobility, real estate capital crunch, Trump RICO Fri, 18 Aug 2023 21:58:00 +0000
- E141: State of Series A's, VC dry powder, IPO window opens + more with Bill Gurley & Brad Gerstner Fri, 11 Aug 2023 06:23:00 +0000
- E140: LK-99, Sclerotic establishments, Fitch downgrades US debt, Trump indicted... again Fri, 04 Aug 2023 20:16:00 +0000
- E139: Recapping Chamath's wedding, VC surplus, unions vs Hollywood, room-temp superconductors & more Thu, 27 Jul 2023 22:08:00 +0000
- E138: Presidential Candidate Vivek Ramaswamy in conversation with the Besties Fri, 21 Jul 2023 21:53:00 +0000
- E137: Inflation cools, market rips, Ripple/MSFT beat regulators, NATO summit, cocktails of youth Fri, 14 Jul 2023 17:02:00 +0000
- E136 Hacking the pod, Threads launches, Fed minutes, immigration debate, balloon farce, heart health Sun, 09 Jul 2023 17:22:00 +0000
- E135: Wagner rebels, SCOTUS ends AA, AI M&A, startups gone bad, spacetime warps & more Sat, 01 Jul 2023 01:32:00 +0000
- E134: Ukraine counteroffensive, China tensions, COVID Patient Zero, RFK Jr reaction & more Sat, 24 Jun 2023 01:14:00 +0000
- E133: Market melt-up, IPO update, AI startups overheat, Reddit revolts & more with Brad Gerstner Fri, 16 Jun 2023 20:55:00 +0000
- E132: SEC goes after crypto giants, Sequoia splits, LIV/PGA, Messi's deal + LIVE Q&A! Sat, 10 Jun 2023 17:00:00 +0000
- E131: 2024 Fantasy President picks, debt ceiling agreement, Dollar dominance & more Fri, 02 Jun 2023 20:36:00 +0000
- E130: DeSantis's Twitter Spaces, debt ceiling, Nvidia rips, state of VC, startup failure & more Fri, 26 May 2023 20:19:00 +0000
- E129: Sam Altman plays chess with regulators, AI's "nuclear" potential, big pharma bundling & more Fri, 19 May 2023 21:12:00 +0000
- E128: Google enters AI wars, Druck’s warning, Trump crushes CNN & more Fri, 12 May 2023 19:50:00 +0000
- E127: Presidential Candidate Robert F. Kennedy Jr. in conversation with the Besties Fri, 05 May 2023 21:44:00 +0000
- E126: Big Tech blow-out, Powell’s recession warning, lab-grown meat, RFK Jr shakes up race & more Fri, 28 Apr 2023 19:07:00 +0000
- E125: SpaceX launch, Fox News settlement, "Zombie-corn" exodus to AI, late-stage implosion Fri, 21 Apr 2023 21:07:00 +0000
- E124: AutoGPT's massive potential and risk, AI regulation, Bob Lee/SF update Fri, 14 Apr 2023 08:39:00 +0000
- E123: Trump indictment, de-dollarization, should VCs back Chinese AI? RIP Bob Lee Fri, 07 Apr 2023 09:17:00 +0000
- E122: Is AI the next great computing platform? ChatGPT vs. Google, containing AGI & RESTRICT Act Fri, 31 Mar 2023 08:07:00 +0000
- E121: Macro update, Fed hike, CRE debt bubble, Balaji's Bitcoin bet, TikTok's endgame & more Fri, 24 Mar 2023 09:29:00 +0000
- E120: Banking crisis and the great VC reset Fri, 17 Mar 2023 05:16:00 +0000
- E119: Silicon Valley Bank implodes: startup extinction event, contagion risk, culpability, and more Sat, 11 Mar 2023 15:46:00 +0000
- E118: AI FOMO frenzy, macro update, Fox vs Dominion, US vs China & more with Brad Gerstner Fri, 03 Mar 2023 18:43:00 +0000
- E117: Did Stripe miss its window? Plus: VC market update, AI comes for SaaS, Trump's savvy move Fri, 24 Feb 2023 20:41:00 +0000
- E116: Toxic out-of-control trains, regulators, and AI Fri, 17 Feb 2023 08:55:00 +0000
- E115: The AI Search Wars: Google vs. Microsoft, Nordstream report, State of the Union Sat, 11 Feb 2023 13:06:00 +0000
- E114: Markets update: whipsaw macro picture, big tech, startup mass extinction event, VC reckoning Sat, 04 Feb 2023 01:57:00 +0000
- E113: DOJ tries to break up Google, vaccine questions, Ukraine escalation & more Fri, 27 Jan 2023 14:00:00 +0000
- E112: Is Davos a grift? Plus: globalist mishaps, debt ceilings, TikTok's endgame & more Fri, 20 Jan 2023 09:35:00 +0000
- E111: Microsoft to invest $10B in OpenAI, generative AI hype, America's over-classification problem Fri, 13 Jan 2023 08:45:00 +0000
- E110: 2023 Bestie Predictions! Fri, 06 Jan 2023 10:51:00 +0000
- E109: 2022 Bestie Awards Live from Twitter HQ Sat, 24 Dec 2022 07:15:00 +0000
- E108: Doxing debate, Nuclear fusion breakthrough, state of the markets & more Fri, 16 Dec 2022 10:30:00 +0000
- E107: The Twitter Files Parts 1-2: shadow banning, story suppression, interference & more Sat, 10 Dec 2022 09:29:00 +0000
- E106: SBF's media strategy, FTX culpability, ChatGPT, SaaS slowdown & more Sat, 03 Dec 2022 09:47:00 +0000
- E105: Tech culture wars: Elon vs. SBF, Sabotaging Republicans with Trump Sat, 19 Nov 2022 10:04:00 +0000
- E104: FTX collapse with Coinbase CEO Brian Armstrong + election results, macro update & more Sat, 12 Nov 2022 10:31:00 +0000
- E103: Tech layoffs surge, big tech freezes hiring, optimizing for profits, election preview & more Sat, 05 Nov 2022 09:30:00 +0000
- E102: Elon closes Twitter deal, $META uncertainty, Zuck's historic bet, big tech decline & more Sat, 29 Oct 2022 07:51:00 +0000
- E101: Ye acquires Parler, Snap drops 30%, macro outlook, VC metrics, valuing stocks & more Sat, 22 Oct 2022 06:28:00 +0000
- E100: Reflecting on the first 100 shows, fan questions, nuclear threat, markets, Amazon & more Fri, 14 Oct 2022 08:56:00 +0000
- E99: Cheating scandals, Twitter updates, rapid AI advancements, Biden's pardon, Section 230 & more Fri, 07 Oct 2022 07:38:00 +0000
- E98: Big tech starts making cuts, Fed incompetency, global debt, Russia/Ukraine & more Sat, 01 Oct 2022 03:32:00 +0000
- E97: SPAC updates, public/private market overview, Putin's end game & more Fri, 23 Sep 2022 05:44:40 +0000
- E96: Adobe acquires Figma for $20B, TPB SPAC, FedEx CEO's recession warning, macro picture & more Sat, 17 Sep 2022 03:41:57 +0000
- E95: Winter is Coming, Europe's energy crisis, Kim Kardashian's new PE firm & more Sat, 10 Sep 2022 09:14:07 +0000
- E94: NFT volume plummets, California's overreach, FBI meddling, climate change & national security Thu, 01 Sep 2022 15:14:19 +0000
- E93: Twitter whistleblower, cloud security vulnerabilities, student debt forgiveness & more Fri, 26 Aug 2022 09:15:59 +0000
- E92: Adam Neumann's second act, a16z's $350M bet, housing policy, Inflation Reduction Act & more Sat, 20 Aug 2022 07:52:36 +0000
- E91: SoftBank's $21B+ Vision Fund loss, signals of a bubble, macro picture, Trump raided by FBI Sat, 13 Aug 2022 05:56:29 +0000
- E90: Twitter subpoenas, market overview, Pelosi's Taiwan visit & more Fri, 05 Aug 2022 03:50:36 +0000
- E89: GDP growth negative in Q2, $SHOP layoffs, Alzheimer's fraud, Ginkgo acquires Zymergen & more Fri, 29 Jul 2022 02:35:29 +0000
- E88: First principle politics, China chaos & outlook, state of private/public markets & more Fri, 22 Jul 2022 04:54:19 +0000
- E87: Emerging markets, Sri Lanka, 9.1% CPI, market sentiment, NASA's Webb telescope & more Thu, 14 Jul 2022 17:59:26 +0000
- E86: Macro outlook: jobs, housing, inflation + Dutch farmers protests & EU climate missteps Fri, 08 Jul 2022 05:30:20 +0000
- E85: SBF's crypto bailout, Zendesk sells for ~$10B, buyout targets, US diplomacy, AlphaFold & more Thu, 30 Jun 2022 07:46:58 +0000
- E84: Markets update, crypto collapse, Russia/Ukraine endgame, state of the podcast Fri, 24 Jun 2022 05:53:32 +0000
- #AIS: Palmer Luckey on Anduril Thu, 23 Jun 2022 03:15:50 +0000
- #AIS: Bestie AMA with Valor's Antonio Gracias Tue, 07 Jun 2022 19:13:33 +0000
- #AIS: Opening chat with Miami Mayor Francis Suarez Fri, 03 Jun 2022 15:40:25 +0000
- #AIS: Joe Lonsdale on the problem with higher education Thu, 02 Jun 2022 12:44:53 +0000
- #AIS: The Lanby's Tandice Urban on solving healthcare's customer service problem Wed, 01 Jun 2022 02:44:37 +0000
- #AIS: MP Materials CEO James Litinsky on rare earths, supply chain, and energy independence Tue, 31 May 2022 19:43:01 +0000
- #AIS: Pear VC’s Mar Hershenson on making successful founders Mon, 30 May 2022 22:47:58 +0000
- #AIS: FiveThirtyEight's Nate Silver on how gamblers think Sun, 29 May 2022 19:46:18 +0000
- #AIS: Divvy Homes CEO Adena Hefets breaks down the state of the US housing market Sun, 29 May 2022 19:25:00 +0000
- #AIS: Glenn Greenwald & Matt Taibbi discuss the new political divide, moderated by David Sacks Sat, 28 May 2022 05:34:50 +0000
- E83: Market slide continues, and how to address Uvalde Fri, 27 May 2022 04:58:41 +0000
- #AIS: Tim Urban on political discourse + Keith Rabois on early-stage investing in 2022 Thu, 26 May 2022 05:30:08 +0000
- #AIS: Antonio Garcia Martinez & Glenn Greenwald debate Ukraine, moderated by David Sacks Wed, 25 May 2022 04:01:25 +0000
- E82: All-In Summit: Claire Cormier Thielke on China + Q&A with Flexport's Ryan Petersen Tue, 24 May 2022 03:56:37 +0000
- E81: All-In Summit: Bill Gurley & Brad Gerstner on markets, downturns & investment cycles Mon, 23 May 2022 04:51:01 +0000
- E69: Elon Musk on Twitter's bot problem, SpaceX's grand plan, Tesla stories, Giga Texas & more Mon, 16 May 2022 23:14:59 +0000
- E80: Recession deep dive: VC psychology, macro risks, Tiger Global, predictions and more Fri, 13 May 2022 06:00:32 +0000
- E79: Analyzing the leaked draft overturning Roe v. Wade with Amy Howe and Tom Goldstein Sat, 07 May 2022 04:35:43 +0000
- E78: VC fund metrics that matter, private market update, recession, student loans, Bill Hwang arrest Sat, 30 Apr 2022 07:55:01 +0000
- E77: Tech work culture, crypto regulation, stablecoins, $NFLX & more w/ Coinbase CEO Brian Armstrong Sat, 23 Apr 2022 06:10:28 +0000
- E76.5: Food shortage, China's grand plan, inflation, French election plus an All-In Summit preview Sat, 16 Apr 2022 06:08:42 +0000
- E76: Elon vs. Twitter Sat, 16 Apr 2022 02:04:53 +0000
- E75: Fast shuts down, board culpability, Elon buys 9% of Twitter, deplatforming's evolution & more Sat, 09 Apr 2022 04:03:42 +0000
- E74: Market update, inverted yield curve, immigration, new SPAC rules, $FB smears TikTok and more Fri, 01 Apr 2022 09:53:30 +0000
- E73: Late-stage VC markdowns and mistakes, market strategy, Ukraine/Russia update with Brad Gerstner Sat, 26 Mar 2022 05:49:32 +0000
- E72: Impact of sanctions, deglobalization, food shortage risks, macroeconomic outlook and more Sat, 19 Mar 2022 02:02:47 +0000
- E71: Russia/Ukraine deep dive: escalation, risk factors, financial fallout, exit ramps and more Sat, 05 Mar 2022 05:32:59 +0000
- E70: EMERGENCY POD! Russia invades Ukraine: Reactions, Putin's ambition, Biden's response and more Thu, 24 Feb 2022 23:47:34 +0000
- E68: Trudeau invokes emergency powers, Bitcoin vs. government, Tiger Global's new strategy & more Sat, 19 Feb 2022 07:22:01 +0000
- E67: Revisiting Rogan, Canadian truckers' protest, fusion breakthrough, $MSFT's savvy move & more Sat, 12 Feb 2022 06:27:34 +0000
- E66: $FB's major pullback, Rogan/Spotify mess, Xi/Putin meetup and understanding supply chain issues with Bestie Guestie Ryan Petersen (Flexport CEO) Sat, 05 Feb 2022 07:28:09 +0000
- E65: VC markup dynamics, Russia/US tensions over Ukraine, Altos Labs raises $3B, Stripe mafia & more Sat, 29 Jan 2022 06:35:36 +0000
- E64: Antitrust standards & enforcement, tech repricing, lab leak obfuscation, E63 reactions & more Sat, 22 Jan 2022 07:50:13 +0000
- E63: Insurrection indictments, human rights in the US and abroad, groundbreaking MS study and more Sat, 15 Jan 2022 08:12:54 +0000
- E62: Elizabeth Holmes verdict, fraud origins & takeaways, navigating "The Great Markdown" & more Sat, 08 Jan 2022 06:11:56 +0000
- E61: 2022 Predictions! Business, politics, science, tech, crypto, & more Wed, 29 Dec 2021 08:56:27 +0000
- E60: The 2021 Bestie Awards PLUS Jack Dorsey starts the Web3 Wars Thu, 23 Dec 2021 20:34:54 +0000
- E59: Twitter's content warning algo, equity audits, politicians trading stocks, Fed's next move, mRNA & more Fri, 17 Dec 2021 10:44:11 +0000
- E58: November's CPI, preparing for a downturn, macro outlook, Better.com's botched layoffs & more Sat, 11 Dec 2021 09:55:22 +0000
- E57: Understanding Omicron, tech stocks plummet, VC's great resignation, Jack Dorsey's departure Sat, 04 Dec 2021 04:42:38 +0000
- E56: Constitution DAO, Rittenhouse trial coverage, private sector efficiency vs the government Sat, 20 Nov 2021 02:55:01 +0000
- E55: Valuing crypto projects, Rivian worth $100B+, inflation: causes and corrections and more Sat, 13 Nov 2021 08:34:13 +0000
- E54: Spread trading big tech, capital allocation, Zillow's misfire, Progressives suffer losses Sat, 06 Nov 2021 06:04:07 +0000
- E53: Wealth tax, dealing with inflation as a capital allocator, big tech earnings, Facebook's rebrand, paternity leave & more Sat, 30 Oct 2021 05:20:59 +0000
- E52: Trump's SPAC, peak venture liquidity, tech as an economic ladder, Dems overplaying their hand Sat, 23 Oct 2021 03:10:11 +0000
- E51: Supply Chain Shortages, Inflation, DeSantis, Ted Sarandos Netflix Memo, Cancel Culture, Fan Q&A Sat, 16 Oct 2021 03:08:25 +0000
- E50: Crypto investing deep dive, Facebook's whistleblower fallout, Chappelle's new special & more Sat, 09 Oct 2021 03:21:32 +0000
- E49: Coinbase CEO reflects on controversial blog, state of the markets, 1000 unicorns, tax reform & more Sat, 02 Oct 2021 02:49:39 +0000
- E48: The role of decentralization, China/US break down & more with Bestie Guestie Balaji Srinivasan Sat, 25 Sep 2021 01:59:15 +0000
- E47: Facebook's week from hell, Ellen Pao on sexism in Elizabeth Holmes coverage, Newsom's win, frauds & more Sat, 18 Sep 2021 04:46:21 +0000
- E46: False Ivermectin narratives, regulatory grift, wartime mentality in solving issues & more | LIVE from TPB Symposium! Tue, 14 Sep 2021 10:29:10 +0000
- E45: Theranos & VC fraud risks, China bans video games, Texas SB8, Apple app store, CA fires, Rogan Sat, 04 Sep 2021 04:27:25 +0000
- E44: USA's Afghanistan embarrassment, China's new algo laws, future of robots + Italy recap! Sat, 28 Aug 2021 02:53:35 +0000
- E43: Innovative venture strategies, Zymergen's implosion, Square acquires Afterpay, future of fintech & more Fri, 06 Aug 2021 04:15:59 +0000
- E42: China's tech crackdown, CRISPR breakthrough, practical climate change solutions & more Fri, 30 Jul 2021 03:50:48 +0000
- E41: Vaccine policy, Big Tech, DeepMind's latest breakthrough, wealth creation, opportunity & more Fri, 23 Jul 2021 01:50:39 +0000
- E40: A Bestie gets COVID, Delta breakthrough, Billionaire Space Race & more Fri, 16 Jul 2021 02:30:25 +0000
- E39: West coast super drought & climate crisis, Nuclear virtue signaling, chaos in SF & more Fri, 09 Jul 2021 04:47:18 +0000
- E38: Bestie brawl, Robinhood's $70M fine & S-1, Delta variant, future of the political parties, FTC takes losses against big tech & more Sat, 03 Jul 2021 01:36:29 +0000
- E37: NYC rejects far-left mayoral candidates, new developments in lab leak theory, Apple's App Store breakup potential & more Fri, 25 Jun 2021 03:07:14 +0000
- E36: New FTC Chair, breaking up big tech, government silent spying, Jon Stewart, wildfires & more Fri, 18 Jun 2021 03:17:21 +0000
- E35: Biogen's controversial Alzheimer's drug approval, the billionaire space race, real estate, Bitcoin & more Sun, 13 Jun 2021 00:19:11 +0000
- E34: Wuhan lab leak theory, India's "traceability" law, Coinbase's fact check, Big Tech's Hollywood takeover Mon, 31 May 2021 02:47:32 +0000
- E33: Apple’s hypocrisy, America’s math failure, crypto’s regulatory correction, Clubhouse’s future, UFOs & more Sat, 22 May 2021 04:09:12 +0000
- E32: Behind the scenes of Elon hosting SNL, CDC failures, America's real-time UBI experiment, post-COVID boom in jeopardy & more Thu, 13 May 2021 03:22:06 +0000
- E31: Post-vaccination virtue signaling, pandemic lessons, immigration, Caitlyn Jenner for CA Governor, Big Tech earnings & more Sat, 01 May 2021 01:06:24 +0000
- E30: Ramifications of Biden's proposed capital gains tax hike, federal budget, India's COVID surge, founder psychology & more Fri, 23 Apr 2021 08:14:05 +0000
- E29: Coinbase goes public, direct listings vs. IPOs, portfolio management, unions & more with Bestie Guestie Brad Gerstner Sat, 17 Apr 2021 02:12:13 +0000
- E28: Current state of public & private markets, Archegos debacle, US debt issues, wealth tax & more Thu, 01 Apr 2021 08:28:23 +0000
- E27: The Great Inflation Debate, Amazon gets spicy on Twitter, rethinking supply chains & more Sat, 27 Mar 2021 03:42:39 +0000
- E26: State of Venture Capital, plus fan questions on longevity, decentralization & quantum computing Sat, 20 Mar 2021 00:56:56 +0000
- E25: Biden's vaccine mandate, "equity" in distribution, NFT speculation, impact of inflation & more Sat, 13 Mar 2021 02:29:03 +0000
- E24: Markets trend down, political manipulation via COVID “Zeroism," stimulus breakdown, biological Patriot Act Sat, 06 Mar 2021 01:45:19 +0000
- E23: Radical DAs, breaking down FB/Google vs. Australia, sustained fear post-vaccine & fan questions! Sat, 20 Feb 2021 04:17:53 +0000
- E22: Reflecting on the Robinhood situation with Bestie Guestie Vlad Tenev Sat, 13 Feb 2021 04:33:17 +0000
- E21: Media misalignment, subjects controlling narratives & more with bestie guestie Draymond Green Sat, 06 Feb 2021 03:59:17 +0000
- E20: Robinhood wrap up, Insiders vs. Outsiders, California's failing report card & how to fix it Wed, 03 Feb 2021 05:58:15 +0000
- E19: Breaking down Robinhood's GameStop decision: Why did it happen and how can it be prevented in the future? Sat, 30 Jan 2021 02:09:43 +0000
- E18: Inauguration talk, breaking down the $1.9T stimulus, the case for recalling Gavin Newsom & more Sat, 23 Jan 2021 01:26:50 +0000
- E17: Big Tech bans Trump, ramifications for the First Amendment & the open Internet Mon, 11 Jan 2021 07:31:34 +0000
- E16: Reflecting on the riots at the US Capitol, plus: Georgia runoff elections, vaccine distribution & more Fri, 08 Jan 2021 06:47:16 +0000
- E15: “The Besties” All-In’s inaugural award show covering the best, worst & most memorable of 2020 Fri, 18 Dec 2020 12:46:51 +0000
- E14: Salesforce acquires Slack, DeepMind’s AlphaFold breakthrough, Trust Fund Socialists & more Fri, 04 Dec 2020 06:34:57 +0000
- E13: SPACsgiving Special! More promising vaccine news, innovation vs. regulation, reforming higher ed, morality of challenge trials & more Wed, 25 Nov 2020 06:53:04 +0000
- E12: Biden wins, Pfizer vaccine, markets rip, Trump's next act, COVID endgame scenarios & more Wed, 11 Nov 2020 05:13:23 +0000
- E11: Election Night Special featuring Phil Hellmuth, Bill Gurley, Brad Gerstner & more! Wed, 04 Nov 2020 10:06:21 +0000
- E10: Twitter & Facebook botch censorship (again), the publisher vs. distributor debate & more Fri, 16 Oct 2020 02:13:19 +0000
- E9: Trump has COVID, First debate reactions, Coinbase letter response & more Sat, 03 Oct 2020 02:58:42 +0000
- E8: TikTok + Oracle, how privacy loss will impact society, economy & COVID outlooks for 2021 & beyond, California wildfires & more Sat, 19 Sep 2020 04:23:35 +0000
- E7: California's collapse, how SPACs are opening the markets for growth stocks & more Wed, 09 Sep 2020 04:44:52 +0000
- E6: Big Tech antitrust aftermath, potential effects of an M&A clampdown on Silicon Valley & more Fri, 31 Jul 2020 23:30:34 +0000
- E5: WHO's incompetence, kicking off Cold War II, China's grand plan, 100X'ing America's efficiency Sat, 11 Jul 2020 02:14:44 +0000
- E4: Politicizing the pandemic, Police reform, Biden's ideal VP, Twitter vs. Facebook on free speech & more with David Sacks & David Friedberg Sat, 20 Jun 2020 01:15:25 +0000
- E3: Modern Cold War between US & China, economic recovery, potential mass migration out of San Francisco, pandemic politicization & more with David Sacks & David Friedberg Thu, 21 May 2020 05:17:29 +0000
- E2: Rebooting the economy, understanding corporate debt, steps to avoid a depression & more with David Sacks Sat, 11 Apr 2020 01:54:35 +0000
- E1: US Response to COVID-19 & Impact on Startups, Venture Capital & Public Markets with David Friedberg Thu, 19 Mar 2020 01:16:53 +0000
- E0: COVID-19 Political, Economic & Social Ramifications featuring David Friedberg Sun, 15 Mar 2020 02:04:09 +0000
Braid, Anniversary Edition Podcast URL | Feed
Braid, Anniversary Edition is a massive update to the classic puzzle-platformer Braid, now featuring over 15 hours of developer commentary. This podcast provides another way of digging into the history and development of Braid by presenting the full commentary interviews, complete with details not found in the game.
- Breaking the Pattern - Casey Muratori Part 4 Fri, 07 Jun 2024 20:10:22 GMT
- Experimental Gameplay - Marc ten Bosch Part 1 Fri, 31 May 2024 19:04:40 GMT
- The "Aha" Moment - Casey Muratori Part 3 Fri, 17 May 2024 19:23:24 GMT
- Starting the Art - David Hellman Part 1 Fri, 10 May 2024 18:30:27 GMT
- Getting the Game Going - Casey Muratori Part 2 Fri, 03 May 2024 18:01:55 GMT
- The Origins of Braid - Casey Muratori Part 1 Fri, 26 Apr 2024 19:17:18 GMT
Dan Carlin's Hardcore History URL | Feed
In "Hardcore History" journalist and broadcaster Dan Carlin takes his "Martian", unorthodox way of thinking and applies it to the past. Was Alexander the Great as bad a person as Adolf Hitler? What would Apaches with modern weapons be like? Will our modern civilization ever fall like civilizations from past eras? This isn't academic history (and Carlin isn't a historian) but the podcast's unique blend of high drama, masterful narration and Twilight Zone-style twists has entertained millions of listeners.
- Show 72 - Mania for Subjugation II Thu, 02 Jan 2025 22:16:05 PST
- Show 71 - Mania for Subjugation Fri, 07 Jun 2024 12:14:53 PST
- Show 70 - Twilight of the Aesir II Sun, 19 Nov 2023 12:14:53 PST
- Show 69 - Twilight of the Aesir Sun, 15 Jan 2023 15:20:53 PST
- Show 68 - BLITZ Human Resources Sun, 6 Mar 2022 19:08:44 PST
- Show 67 - Supernova in the East VI Tue, 8 Jun 2021 15:20:35 PST
- Show 66 - Supernova in the East V Fri, 13 Nov 2020 17:08:26 PST
- Show 65 - Supernova in the East IV Wed, 3 Jun 2020 15:20:44 PST
- Show 64 - Supernova in the East III Thu, 24 Oct 2019 16:10:53 PST
- Show 63 - Supernova in the East II Sat, 12 Jan 2019 10:07:44 PST
- Show 62 - Supernova in the East I Sat, 14 Jul 2018 12:05:35 PST
https://api.substack.com/feed/podcast/69345.rss Feed
http error: 403 Forbidden
Fall of Civilizations Podcast URL | Feed
A history podcast looking at the collapse of a different civilization each episode. What did they have in common? Why did they fall? And what did it feel like to watch it happen?
- 19. The Mongols - Terror of the Steppe (Part 2) Mon, 09 Dec 2024 00:00:00 GMT
- 19. The Mongols - Terror of the Steppe (Part 1) Thu, 05 Dec 2024 00:00:00 GMT
- 18. Egypt - Fall of the Pharaohs Thu, 01 Feb 2024 16:36:17 GMT
- 17. Carthage - Empire Of The Phoenicians Tue, 11 Apr 2023 16:23:41 GMT
- 16. Bagan - City Of Temples Sun, 02 Oct 2022 11:35:04 GMT
- 15. The Nabataeans - The Final Days Of Petra Wed, 15 Jun 2022 15:00:01 GMT
- 14. Vijayanagara - The Last Emperors Of South India Fri, 18 Feb 2022 10:56:44 GMT
- 13. The Assyrians - Empire of Iron Mon, 14 Jun 2021 17:08:48 GMT
- 12. The Inca - Cities in the Cloud Tue, 12 Jan 2021 12:59:32 GMT
- 11. Byzantium - Last of the Romans Tue, 14 Jul 2020 12:24:23 GMT
- 10. China's Han Dynasty - The First Empire in Flames Mon, 24 Feb 2020 10:25:07 GMT
- 9. The Aztecs - A Clash of Worlds Mon, 16 Dec 2019 10:51:08 GMT
- 8. The Sumerians - Fall of the First Cities Fri, 25 Oct 2019 09:58:02 GMT
- 7. The Songhai Empire - Africa's Age of Gold Thu, 29 Aug 2019 09:19:57 GMT
- 6. Easter Island - Where Giants Walked Sat, 29 Jun 2019 10:27:09 GMT
- 5. The Khmer Empire - Fall of the God Kings Fri, 03 May 2019 12:46:24 GMT
- 4. The Greenland Vikings - Land of the Midnight Sun Sun, 24 Mar 2019 18:03:55 GMT
- 3. The Mayan Collapse - Ruins Among the Trees Thu, 07 Feb 2019 14:54:29 GMT
- 2. The Bronze Age Collapse - Mediterranean Apocalypse Mon, 21 Jan 2019 17:23:02 GMT
- 1. Roman Britain - The Work of Giants Crumbled Sat, 19 Jan 2019 14:29:53 GMT
History 102 with WhatifAltHist's Rudyard Lynch and Austin Padgett URL | Feed
Rudyard Lynch, creator of the enormously popular YouTube channel WhatifAltHist joins Austin Padgett every week to offer a deeper understanding of critical moments in history. Together they identify patterns in order to predict the future and understand the dynamics that result in civilizations rising and falling. We cover WW1, WW2, Classical Greece, Medieval Islam, the rise of Communism, and more. History 102 is a part of the Turpentine podcast network. Learn more: www.turpentine.co
- Explaining Mexican History Mon, 28 Apr 2025 10:07:00 -0000
- Explaining Native American History Mon, 21 Apr 2025 21:16:00 -0000
- Explaining Frontier Era America Mon, 14 Apr 2025 14:25:00 -0000
- Explaining the British Empire Mon, 07 Apr 2025 18:17:00 -0000
- Explaining Victorian Britain Fri, 04 Apr 2025 15:05:00 -0000
- Explaining the Age of Exploration Tue, 18 Mar 2025 19:41:00 -0000
- Explaining African Colonialism Thu, 13 Mar 2025 14:37:00 -0000
- Explaining the 1960s Mon, 03 Mar 2025 09:15:00 -0000
- Explaining the 1950s Mon, 24 Feb 2025 10:22:00 -0000
- Explaining the Origins of Science Wed, 19 Feb 2025 11:39:00 -0000
- Explaining the Iron Age Wed, 12 Feb 2025 16:32:00 -0000
- Explaining the Bronze Age Collapse Tue, 14 Jan 2025 13:08:00 -0000
- Explaining Ancient Israel Wed, 08 Jan 2025 11:14:00 -0000
- Explaining Medieval Asia Mon, 30 Dec 2024 19:49:00 -0000
- Explaining South-East Asian Kingdoms Sun, 22 Dec 2024 10:16:00 -0000
- Explaining the Silk Road Sun, 15 Dec 2024 10:00:00 -0000
- Ancient Europe Mon, 09 Dec 2024 05:00:00 -0000
- Medieval Britain Wed, 04 Dec 2024 08:14:00 -0000
- Explaining the French Revolution Tue, 26 Nov 2024 03:32:00 -0000
- Explaining the English Civil War Wed, 20 Nov 2024 08:30:00 -0000
- Explaining the Protestant Reformation Fri, 15 Nov 2024 08:00:00 -0000
- Explaining 17th Century Western Europe Fri, 08 Nov 2024 20:39:00 -0000
- Explaining 17th Century Eastern Europe Fri, 11 Oct 2024 07:00:00 -0000
- Long Ripples in History Fri, 27 Sep 2024 07:00:00 -0000
- Industrial Revolution Fri, 20 Sep 2024 07:00:00 -0000
- Civilizational Differences Fri, 13 Sep 2024 07:04:00 -0000
- American Revolution Fri, 30 Aug 2024 07:00:00 -0000
- The Dark Ages Fri, 23 Aug 2024 07:00:00 -0000
- Aryan Invasion Sun, 18 Aug 2024 07:00:00 -0000
- Ancient Greece Fri, 09 Aug 2024 19:00:00 -0000
- Mesopotamia Fri, 02 Aug 2024 07:08:00 -0000
- Imperial Russia Mon, 29 Jul 2024 08:08:00 -0000
- Byzantine Empire Fri, 19 Jul 2024 07:00:00 -0000
- Explaining the Rise of Christianity Fri, 12 Jul 2024 07:00:00 -0000
- The Slave Trade Sat, 06 Jul 2024 12:10:00 -0000
- Axial Age: History's Turning Point Fri, 28 Jun 2024 07:00:00 -0000
- Communism Fri, 21 Jun 2024 07:00:00 -0000
- Rise of Islam Fri, 14 Jun 2024 07:00:00 -0000
- Medieval Europe Fri, 07 Jun 2024 07:00:00 -0000
- Ancient China Fri, 31 May 2024 10:00:00 -0000
- Ancient India Tue, 21 May 2024 07:00:00 -0000
- WW2 in the Pacific Tue, 14 May 2024 07:00:00 -0000
- WW2 Tue, 07 May 2024 09:32:00 -0000
- The Spanish Empire Mon, 29 Apr 2024 14:23:00 -0000
- Rise of Rome Tue, 23 Apr 2024 07:00:00 -0000
- The US Civil War Tue, 16 Apr 2024 07:00:00 -0000
- World War III: Potential Outcomes Tue, 09 Apr 2024 07:00:00 -0000
- The Coming Chinese Revolution Tue, 26 Mar 2024 10:00:00 -0000
- A New Civil War? Tue, 19 Mar 2024 10:07:00 -0000
- Modern China Tue, 12 Mar 2024 07:00:00 -0000
- Colonial America Tue, 05 Mar 2024 08:00:00 -0000
- Fall of Rome Tue, 27 Feb 2024 08:00:00 -0000
- The Vikings Tue, 20 Feb 2024 08:00:00 -0000
- WW1 Tue, 13 Feb 2024 06:16:00 -0000
History Of The Great War URL | Feed
History of the Great War is a weekly podcast that will cover the First World War that occurred from 1914 and 1918. Every week we will be discussing the events that occurred exactly 100 years ago. We will journey from the borders of France in the blistering heat of 1914, to the shores of Gallipoli, to the banks of Somme, to the final knockout attempt by the German army in the spring of 1918.
- Revisited 10: The Anglo-German Naval Arms Race - The Approach of War Sun, 01 Dec 2024 06:00:00 -0000
- Revisited 9: The Anglo-German Naval Arms Race - War Plans Wed, 13 Nov 2024 06:00:00 -0000
- Interview 15: The U-boat War off North America with Dominic Etzold Sun, 08 Sep 2024 05:00:00 -0000
- Interview 14: Sacred Service with Specialist Curator Patricia Cecil Sun, 01 Sep 2024 05:00:00 -0000
- Revisited 8: The Anglo-German Naval Arms Race - At The Peak Wed, 28 Aug 2024 05:00:00 -0000
- Revisited 7: The Anglo-German Naval Arms Race - Fisher's Last Years Thu, 15 Aug 2024 05:00:00 -0000
- Revisited 6: The Anglo-German Naval Arms Race - Escalation Fri, 05 Jul 2024 05:00:00 -0000
- Revisited 5: The Anglo-German Naval Arms Race - Dread Nought Mon, 03 Jun 2024 05:00:00 -0000
- Revisited 4: The Anglo-German Naval Arms Race - Fisher's Reforms Sun, 28 Apr 2024 05:00:00 -0000
- Revisited 3: The Anglo-German Naval Arms Race - The Long Shadow of Nelson Mon, 08 Apr 2024 05:00:00 -0000
- Revisited 2: The Anglo-German Naval Arms Race - Tirpitz's Plan Mon, 04 Mar 2024 06:00:00 -0000
- Revisited 1: The Anglo-German Naval Arms Race Part 1 - Tirpitz Comes to Power Sun, 28 Jan 2024 06:00:00 -0000
- Veteran's Day 2023 & The U.S. World War 1 Centennial Commission Sat, 11 Nov 2023 02:38:00 -0000
- Interview 13: Milan Rastislav Štefánik with Michal Kšiňan Sun, 01 May 2022 13:33:00 -0000
- Interview 12: The Evolution of the British Empire with Sam Hume Sun, 10 Apr 2022 05:00:00 -0000
- Interview 11: Gaming the Great War with Jos Hoebe Mon, 04 Apr 2022 05:00:00 -0000
- Interview 10: The Approaching Storm: Roosevelt, Wilson, Addams, and Their Clash Over America's Future with Neil Lanctot Tue, 08 Mar 2022 00:26:00 -0000
- Interview 9: Jewish World War 1 Veterans Under Hitler with Dr. Michael Geheran Sun, 12 Dec 2021 06:00:00 -0000
- Interview 8: Cartoons and Visual Propaganda with Jesse Alexander Sun, 14 Nov 2021 06:00:00 -0000
- Interview 7: Arras 1917 with Jim Smithson Fri, 15 Oct 2021 20:00:00 -0000
- Interview 6: The War & Poetry with Colin Fisher Thu, 14 Oct 2021 05:00:00 -0000
- Interview 5: Early Cruiser Warfare with Chris Sams Tue, 12 Oct 2021 05:00:00 -0000
- Interview 4: Austria-Hungary with Nicolai Eberholst Mon, 11 Oct 2021 05:00:00 -0000
- Interview 3: The Italian Empire and the Great War with Dr. Vanda Wilcox Sun, 26 Sep 2021 05:00:00 -0000
- Interview 2: The First World War in Computer Games with Dr. Chris Kempshall Sun, 12 Sep 2021 05:00:00 -0000
- Interview 1: The Franco-Prussian War with Jesse Alexander and Catherine Pfauth Sat, 14 Aug 2021 11:34:00 -0000
- Patreon Episode 42: French Military Tactics Pt. 2 Sun, 28 Feb 2021 06:00:00 -0000
- Patreon Episode 41: French Military Tactics Pt. 1 Sat, 27 Feb 2021 06:00:00 -0000
- Patreon Episode 40: Przemyśl Pt. 2 Fri, 26 Feb 2021 06:00:00 -0000
- Patreon Episode 39: Przemyśl Pt. 1 Thu, 25 Feb 2021 06:00:00 -0000
- Patreon Episode 38: Conscription Pt. 2 Wed, 24 Feb 2021 06:00:00 -0000
- Patreon Episode 37: Conscription Pt. 1 Tue, 23 Feb 2021 06:00:00 -0000
- Patreon Episode 36: Information Warfare Mon, 22 Feb 2021 06:00:00 -0000
- Patreon Episode 29: Medical War Pt. 4 Sun, 21 Feb 2021 06:00:00 -0000
- Patreon Episode 28: Medical War Pt. 3 Sat, 20 Feb 2021 06:00:00 -0000
- Patreon Episode 27: Medical War Pt. 2 Fri, 19 Feb 2021 06:00:00 -0000
- Patreon Episode 26: Medical War Pt. 1 Thu, 18 Feb 2021 06:00:00 -0000
- Patreon Episode 25: Artillery Pt. 3 Wed, 17 Feb 2021 06:00:00 -0000
- Patreon Episode 24: Artillery Pt. 2 Tue, 16 Feb 2021 06:00:00 -0000
- Patreon Episode 23: Artillery Pt. 1 Mon, 15 Feb 2021 06:00:00 -0000
- Patreon Episode 22: Doctrine Pt. 6 Sun, 14 Feb 2021 06:00:00 -0000
- Patreon Episode 21: Doctrine Pt. 5 Sat, 13 Feb 2021 06:00:00 -0000
- Patreon Episode 20: Doctrine Pt. 4 Fri, 12 Feb 2021 06:00:00 -0000
- Patreon Episode 19: Doctrine Pt. 3 Thu, 11 Feb 2021 06:00:00 -0000
- Patreon Episode 18: Doctrine Pt. 2 Wed, 10 Feb 2021 06:00:00 -0000
- Patreon Episode 17: Doctrine Pt. 1 Tue, 09 Feb 2021 06:00:00 -0000
- Patreon Episode 16: Occupation Pt. 2 Mon, 08 Feb 2021 06:00:00 -0000
- Patreon Episode 15: Occupation Pt. 1 Sun, 07 Feb 2021 06:00:00 -0000
- Patreon Episode 14: Trench Raids Sat, 06 Feb 2021 06:00:00 -0000
- Patreon Episode 13: Railways Pt. 3 Fri, 05 Feb 2021 06:00:00 -0000
- Patreon Episode 12: Railways Pt. 2 Thu, 04 Feb 2021 06:00:00 -0000
- Patreon Episode 11: Railways Pt. 1 Wed, 03 Feb 2021 06:00:00 -0000
- Patreon Episode 10: Tanks Pt. 2 Tue, 02 Feb 2021 06:05:00 -0000
- Patreon Episode 9: Tanks Pt. 1 Mon, 01 Feb 2021 06:05:00 -0000
- Patreon Episode Release Announcement Mon, 01 Feb 2021 06:00:13 -0000
- History of the Second World War - League of Nations Part 3 Tue, 28 Apr 2020 05:00:00 -0000
- History of the Second World War - League of Nations Part 2 Mon, 27 Apr 2020 05:00:00 -0000
- History of the Second World War - League of Nations Part 1 Sun, 26 Apr 2020 05:00:00 -0000
- History of the Second World War Introduction Tue, 14 Apr 2020 20:09:31 -0000
- 238: Tipperary Wed, 18 Dec 2019 06:00:00 -0000
- 237: India and the War Tue, 17 Dec 2019 06:00:00 -0000
- 236: China and the War Mon, 16 Dec 2019 06:00:00 -0000
- 235: War in East Africa Pt. 3 Sun, 15 Dec 2019 06:00:00 -0000
- 234: War in East Africa Pt. 2 Sat, 14 Dec 2019 06:00:00 -0000
- 233: War in East Africa Pt. 1 (Fixed) Fri, 13 Dec 2019 11:11:00 -0000
- 232: Interview with National World War 1 Museum and Memorial Wed, 11 Dec 2019 06:00:00 -0000
- 231: Listener Questions Pt. 4 Wed, 04 Dec 2019 06:00:00 -0000
- 230: Weimar Germany Pt. 3 Wed, 27 Nov 2019 06:00:00 -0000
- 229: Weimar Germany Pt. 2 Wed, 20 Nov 2019 06:00:00 -0000
- 228: Weimar Germany Pt. 1 Wed, 13 Nov 2019 06:00:00 -0000
- 227: Irish Civil War Pt. 4 Wed, 06 Nov 2019 06:00:00 -0000
- 226: Irish Civil War Pt. 3 Wed, 30 Oct 2019 05:00:00 -0000
- 225: Irish Civil War Pt. 2 Wed, 23 Oct 2019 05:00:00 -0000
- 224: Irish Civil War Pt. 1 Thu, 17 Oct 2019 05:00:00 -0000
- 223: Middle Eastern Revolts Pt. 3 Wed, 09 Oct 2019 05:00:00 -0000
- 222: Middle Eastern Revolts Pt. 2 Wed, 02 Oct 2019 05:00:00 -0000
- 221: Middle Eastern Revolts Pt. 1 Wed, 25 Sep 2019 05:00:00 -0000
- 220: Turkish War of Independence Pt. 3 Wed, 18 Sep 2019 05:00:00 -0000
- 219: Turkish War of Independence Pt. 2 Wed, 11 Sep 2019 13:03:00 -0000
- 218: Turkish War of Independence Pt. 1 Wed, 04 Sep 2019 05:00:00 -0000
- 217: Baltic Independence Pt. 3 Wed, 28 Aug 2019 05:00:00 -0000
- 216: Baltic Independence Pt. 2 Wed, 21 Aug 2019 05:00:00 -0000
- 215: Baltic Independence Pt. 1 Wed, 14 Aug 2019 05:00:00 -0000
- 214: Finnish Civil War Pt. 2 Wed, 07 Aug 2019 05:00:00 -0000
- 213: Finnish Civil War Pt. 1 Thu, 01 Aug 2019 05:00:00 -0000
- 212: Polish-Soviet War Pt. 6 Wed, 24 Jul 2019 05:00:00 -0000
- 211: Polish-Soviet War Pt. 5 Thu, 18 Jul 2019 05:00:00 -0000
- 210: Polish-Soviet War Pt. 4 Thu, 11 Jul 2019 05:00:00 -0000
- 209: Polish-Soviet War Pt. 3 Tue, 09 Jul 2019 05:00:00 -0000
- 208: Polish-Soviet War Pt. 2 Wed, 26 Jun 2019 05:00:00 -0000
- 207: Polish-Soviet War Pt. 1 Wed, 19 Jun 2019 16:48:00 -0000
- 206: The Russian Civil War Pt. 6 Wed, 12 Jun 2019 05:00:00 -0000
- 205: The Russian Civil War Pt. 5 Wed, 05 Jun 2019 05:00:00 -0000
- 204: The Russian Civil War Pt. 4 Wed, 29 May 2019 05:00:00 -0000
- 203: The Russian Civil War Pt. 3 Wed, 22 May 2019 05:00:00 -0000
- 202: The Russian Civil War Pt. 2 Wed, 15 May 2019 05:00:00 -0000
- 201: The Russian Civil War Pt. 1 Wed, 08 May 2019 05:00:00 -0000
- 200: The Tolkien Special Wed, 01 May 2019 05:00:00 -0000
- Patreon Preview: Cavalry Pt. 4 Wed, 24 Apr 2019 22:09:00 -0000
- Patreon Preview: Cavalry Pt. 3 Wed, 17 Apr 2019 21:20:00 -0000
- Patreon Preview: Cavalry Pt. 2 Wed, 10 Apr 2019 05:00:00 -0000
- Patreon Preview: Cavalry Pt. 1 Wed, 03 Apr 2019 05:00:00 -0000
- 199: Versailles Pt. 16 - Legacies Fri, 29 Mar 2019 05:00:00 -0000
- 198: Versailles Pt. 15 - Reparations Tue, 26 Mar 2019 05:00:00 -0000
- 197: Versailles Pt. 14 - Last but Not Least Wed, 13 Mar 2019 05:00:00 -0000
- 196: Versailles Pt. 13 - Russia Wed, 06 Mar 2019 06:00:00 -0000
- 195: Versailles Pt. 12 - Between Two Giants Wed, 27 Feb 2019 06:00:00 -0000
- 194: Versailles Pt. 11 - Shadows of an Empire Fri, 22 Feb 2019 06:00:00 -0000
- 193: Versailles Pt. 10 - A Kingdom for the Serbs, Croatians, and Slovenes Tue, 19 Feb 2019 06:00:00 -0000
- 192: Versailles Pt. 9 - To Kill and Empire Wed, 06 Feb 2019 06:00:00 -0000
- 191: Versailles Pt. 8 - A Jewish Homeland Thu, 31 Jan 2019 06:00:00 -0000
- 190: The Medical War Pt. 2 Wed, 30 Jan 2019 06:00:00 -0000
- 189: The Medical War Pt. 1 Tue, 29 Jan 2019 06:00:00 -0000
- 188: Versailles Pt. 7 - The Dissolution of Turkey...Or Not Wed, 16 Jan 2019 06:00:00 -0000
- 187: Versailles Pt. 6 - Breaking Up the Middle East Tue, 15 Jan 2019 06:00:00 -0000
- 2018 Podcast Retrospective Tue, 08 Jan 2019 22:55:00 -0000
- 186: Versailles Pt. 5 - Distributing the Spoils Wed, 19 Dec 2018 06:00:00 -0000
- 185: Versailles Pt. 4 - Racial Equality, Denied. and the Betrayal of China Wed, 12 Dec 2018 06:00:00 -0000
- 184: Versailles Pt. 3 - The League of Nations Tue, 11 Dec 2018 06:00:00 -0000
- 183: Versailles Pt. 2 - Guests at the Party Wed, 28 Nov 2018 06:00:00 -0000
- 182: Versailles Pt. 1 - The Treaty That Shaped (Broke?) The World Wed, 21 Nov 2018 06:00:00 -0000
- Listener Questions Pt. 3 Sun, 11 Nov 2018 13:33:00 -0000
- Patreon Preview: Neutral Spain Wed, 07 Nov 2018 06:00:00 -0000
- Patreon Preview: Trench Raids Wed, 31 Oct 2018 05:00:00 -0000
- The Great Influenza Pt. 2 - Circling the Globe Wed, 24 Oct 2018 05:00:00 -0000
- The Great Influenza Pt. 1 - So It Begins Wed, 17 Oct 2018 05:00:00 -0000
- The Armistice Pt. 3 - Aftermath Mon, 15 Oct 2018 05:00:00 -0000
- The Armistice Pt. 2 - The Sound of Silence Wed, 03 Oct 2018 05:00:00 -0000
- The Armistice Pt. 1 - The Situation at Home Wed, 26 Sep 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 9 - Racing to the Finish Wed, 19 Sep 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 8 - The Last Offensive Tue, 18 Sep 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 7 - Attack, Attack, Attack Thu, 06 Sep 2018 09:50:00 -0000
- The Hundred Days Offensive Pt. 6 - The Lost Battalion Wed, 29 Aug 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 5 - War is Hell Wed, 22 Aug 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 4 - Americans Wed, 15 Aug 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 3 - Onward from Amiens Wed, 08 Aug 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 2 - The Black Day Wed, 01 Aug 2018 05:00:00 -0000
- The Hundred Days Offensive Pt. 1 - Second Battle of the Marne Wed, 25 Jul 2018 05:00:00 -0000
- Listener Questions Pt. 2 Wed, 11 Jul 2018 05:00:00 -0000
- Kaiserschlacht Pt. 9 Wed, 04 Jul 2018 11:56:00 -0000
- Kaiserschlacht Pt. 8 Thu, 28 Jun 2018 05:00:00 -0000
- Kaiserschlacht Pt. 7 Wed, 20 Jun 2018 05:00:00 -0000
- Kaiserschlacht Pt. 6 Wed, 13 Jun 2018 05:00:00 -0000
- Kaiserschlacht Pt. 5 Wed, 06 Jun 2018 05:00:00 -0000
- Kaiserschlacht Pt. 4 Wed, 23 May 2018 05:00:00 -0000
- Kaiserschlacht Pt. 3 Wed, 16 May 2018 05:00:00 -0000
- Kaiserschlacht Pt. 2 Wed, 09 May 2018 05:00:00 -0000
- Kaiserschlacht Pt. 1 Wed, 02 May 2018 04:00:00 -0000
- The Air War: 1918 Tue, 24 Apr 2018 23:41:00 -0000
- Listener Questions Pt. 1 Wed, 18 Apr 2018 05:00:00 -0000
- Italian Front: The End Wed, 11 Apr 2018 05:00:00 -0000
- Italian Front: Last Gasps on the Piave Wed, 04 Apr 2018 05:00:00 -0000
- Italian Front: The Walking Wounded Wed, 28 Mar 2018 05:00:00 -0000
- Middle East: The End Wed, 21 Mar 2018 05:00:00 -0000
- Middle East: Gaza and Beersheba Wed, 14 Mar 2018 05:00:00 -0000
- Middle East: The Advance into Palestine Tue, 06 Mar 2018 06:00:00 -0000
- Middle East: Mesopotamia & Caucasus Wed, 28 Feb 2018 01:31:00 -0000
- Middle East: Arab Revolt Pt. 2 Wed, 21 Feb 2018 01:24:00 -0000
- Middle East: Arab Revolt Pt. 1 Wed, 14 Feb 2018 06:00:00 -0000
- The Beginning of the End Tue, 06 Feb 2018 06:00:00 -0000
- Passchendaele: Mud and Misery Mon, 29 Jan 2018 00:00:00 -0000
- 1917 French Mutinies Fri, 08 Dec 2017 00:00:00 -0000
- Nivelle Offensives Pt. 4 Thu, 30 Nov 2017 00:00:00 -0000
- Nivelle Offensives Pt. 3 Tue, 28 Nov 2017 00:00:00 -0000
- Nivelle Offensives Pt. 2 Wed, 15 Nov 2017 00:00:00 -0000
- Nivelle Offensives Pt. 1 Wed, 08 Nov 2017 00:00:00 -0000
- The Air War Pt. 3 Tue, 31 Oct 2017 00:00:00 -0000
- The Air War Pt. 2 Sun, 22 Oct 2017 00:00:00 -0000
- The Air War Pt. 1 Fri, 13 Oct 2017 00:00:00 -0000
- The Yanks Are Coming Pt. 4 Tue, 10 Oct 2017 00:00:00 -0000
- The Yanks Are Coming Pt. 3 Fri, 29 Sep 2017 00:00:00 -0000
- The Yanks Are Coming Pt. 2 Wed, 20 Sep 2017 00:00:00 -0000
- The Yanks Are Coming Pt. 1 Sun, 17 Sep 2017 00:00:00 -0000
- War Beneath the Waves Pt. 3 Thu, 14 Sep 2017 00:00:00 -0000
- War Beneath the Waves Pt. 2 Thu, 31 Aug 2017 00:00:00 -0000
- War Beneath the Waves Pt. 1 Thu, 24 Aug 2017 00:00:00 -0000
- Revolution: Russia Pt. 6 Thu, 17 Aug 2017 00:00:00 -0000
- Revolution: Russia Pt. 5 Tue, 15 Aug 2017 00:00:00 -0000
- Revolution: Russia Pt. 4 Wed, 09 Aug 2017 00:00:00 -0000
- Revolution: Russia Pt. 3 Sun, 30 Jul 2017 00:00:00 -0000
- Revolution: Russia Pt. 2 Thu, 20 Jul 2017 00:00:00 -0000
- Revolution: Russia Pt. 1 Thu, 13 Jul 2017 00:00:00 -0000
- Italian Front 1917 Pt. 7 Fri, 30 Jun 2017 00:00:00 -0000
- Italian Front 1917 Pt. 6 Sun, 25 Jun 2017 00:00:00 -0000
- Italian Front 1917 Pt. 5 Thu, 15 Jun 2017 00:00:00 -0000
- Premium Preview: Dealing with Doctrine Sun, 11 Jun 2017 00:00:00 -0000
- Italian Front 1917 Pt. 4 Fri, 09 Jun 2017 00:00:00 -0000
- Italian Front 1917 Pt. 3 Thu, 01 Jun 2017 00:00:00 -0000
- Italian Front 1917 Pt. 2 Thu, 25 May 2017 00:00:00 -0000
- Italian Front 1917 Pt. 1 Thu, 18 May 2017 00:00:00 -0000
- Romania Pt. 4 Wed, 19 Apr 2017 00:00:00 -0000
- Vimy Wed, 12 Apr 2017 00:00:00 -0000
- Romania Pt. 3 Mon, 10 Apr 2017 00:00:00 -0000
- Romania Pt. 2 Mon, 03 Apr 2017 00:00:00 -0000
- Romania Pt. 1 Wed, 29 Mar 2017 00:00:00 -0000
- Food at the Front Sun, 19 Mar 2017 00:00:00 -0000
- Life on the Homefront Pt. 4 Tue, 14 Mar 2017 00:00:00 -0000
- Life on the Homefront Pt. 3 Fri, 03 Mar 2017 00:00:00 -0000
- Life on the Homefront Pt. 2 Thu, 23 Feb 2017 00:00:00 -0000
- Life on the Homefront Pt. 1 Tue, 14 Feb 2017 00:00:00 -0000
- Changing of the Guard Mon, 06 Feb 2017 00:00:00 -0000
- Premium Preview: Neutrals of Europe Wed, 01 Feb 2017 00:00:00 -0000
- Death, Drafts, and Peace Mon, 30 Jan 2017 00:00:00 -0000
- End of 2016 Special Report Sun, 01 Jan 2017 00:00:00 -0000
- Tragedy on the Somme Pt. 14 Thu, 22 Dec 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 13 Thu, 15 Dec 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 12 Thu, 08 Dec 2016 00:00:00 -0000
- Episode 100 Listener Question Time Fri, 02 Dec 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 11 Wed, 23 Nov 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 10 Fri, 18 Nov 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 9 Wed, 09 Nov 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 8 Wed, 02 Nov 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 7 Thu, 27 Oct 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 6 Wed, 19 Oct 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 5 Wed, 12 Oct 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 4 Wed, 05 Oct 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 3 Wed, 28 Sep 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 2 Tue, 13 Sep 2016 00:00:00 -0000
- Tragedy on the Somme Pt. 1 Tue, 06 Sep 2016 00:00:00 -0000
- Brusilov Offensive Pt. 5 Wed, 31 Aug 2016 00:00:00 -0000
- Brusilov Offensive Pt. 4 Wed, 24 Aug 2016 00:00:00 -0000
- Brusilov Offensive Pt. 3 Wed, 17 Aug 2016 00:00:00 -0000
- Brusilov Offensive Pt. 2 Wed, 10 Aug 2016 00:00:00 -0000
- Brusilov Offensive Pt. 1 Tue, 02 Aug 2016 00:00:00 -0000
- Easter Rising Pt. 3 Wed, 27 Jul 2016 00:00:00 -0000
- Easter Rising Pt. 2 Wed, 20 Jul 2016 00:00:00 -0000
- Easter Rising Pt. 1 Wed, 13 Jul 2016 00:00:00 -0000
- Jutland Pt. 5 Wed, 06 Jul 2016 00:00:00 -0000
- Jutland Pt. 4 Wed, 29 Jun 2016 00:00:00 -0000
- Jutland Pt. 3 Mon, 20 Jun 2016 00:00:00 -0000
- Jutland Pt. 2 Wed, 25 May 2016 00:00:00 -0000
- Jutland Pt. 1 Wed, 18 May 2016 00:00:00 -0000
- Verdun Pt. 13 Wed, 11 May 2016 00:00:00 -0000
- Verdun Pt. 12 Wed, 04 May 2016 00:00:00 -0000
- Verdun Pt. 11 Wed, 27 Apr 2016 00:00:00 -0000
- Verdun Pt. 10 Mon, 18 Apr 2016 00:00:00 -0000
- Verdun Pt. 9 Wed, 13 Apr 2016 00:00:00 -0000
- Verdun Pt. 8 Wed, 06 Apr 2016 00:00:00 -0000
- Verdun Pt. 7 Mon, 28 Mar 2016 00:00:00 -0000
- Verdun Pt. 6 Mon, 21 Mar 2016 00:00:00 -0000
- Verdun Pt. 5 Sun, 13 Mar 2016 00:00:00 -0000
- Verdun Pt. 4 Sun, 06 Mar 2016 00:00:00 -0000
- Verdun Pt. 3 Sun, 28 Feb 2016 00:00:00 -0000
- Verdun Pt. 2 Sun, 21 Feb 2016 00:00:00 -0000
- Verdun Pt. 1 Sun, 14 Feb 2016 00:00:00 -0000
- Shell Shock Sun, 07 Feb 2016 00:00:00 -0000
- Year of Years Sun, 31 Jan 2016 00:00:00 -0000
- Fall of Serbia Sun, 03 Jan 2016 00:00:00 -0000
- Submarine Warfare Part 2 Sun, 20 Dec 2015 00:00:00 -0000
- Submarine Warfare Part 1 Sun, 13 Dec 2015 00:00:00 -0000
- Middle Eastern Adventures Part 3 Sun, 06 Dec 2015 00:00:00 -0000
- Middle Eastern Adventures Part 2 Sun, 22 Nov 2015 00:00:00 -0000
- Middle Eastern Adventures Part 1 Sun, 15 Nov 2015 00:00:00 -0000
- Fall Offensives: Aftermath Wed, 14 Oct 2015 00:00:00 -0000
- Fall Offensives Part 3 Sun, 04 Oct 2015 00:00:00 -0000
- Fall Offensives Part 2 Sun, 27 Sep 2015 00:00:00 -0000
- Fall Offensives Part 1 Sun, 20 Sep 2015 00:00:00 -0000
- The Battle of Dogger Bank Sun, 13 Sep 2015 00:00:00 -0000
- Admiral Spee's Great Adventure Part 2 Sun, 06 Sep 2015 00:00:00 -0000
- Admiral Spee's Great Adventure Part 1 Sun, 30 Aug 2015 00:00:00 -0000
- Life and Death on the Isonzo Part 4 Sun, 23 Aug 2015 00:00:00 -0000
- Life and Death on the Isonzo Part 3 Sun, 16 Aug 2015 00:00:00 -0000
- Life and Death on the Isonzo Part 2 Sun, 09 Aug 2015 00:00:00 -0000
- Life and Death on the Isonzo Part 1 Sun, 02 Aug 2015 00:00:00 -0000
- Russian Retreat Part 4 Sun, 05 Jul 2015 00:00:00 -0000
- Russian Retreat Part 3 Sun, 28 Jun 2015 00:00:00 -0000
- Russian Retreat Part 2 Sun, 21 Jun 2015 00:00:00 -0000
- Russian Retreat Part 1 Sun, 14 Jun 2015 00:00:00 -0000
- Life in the Trenches Sun, 07 Jun 2015 00:00:00 -0000
- Second Battle of Artois Part 2 Sun, 31 May 2015 00:00:00 -0000
- Second Battle of Artois Part 1 Sun, 24 May 2015 00:00:00 -0000
- Innovation in the Air Sun, 17 May 2015 00:00:00 -0000
- Sinking of the Lusitania Sun, 10 May 2015 00:00:00 -0000
- Eastern Economics Tue, 05 May 2015 00:00:00 -0000
- Second Battle of Ypres Thu, 16 Apr 2015 00:00:00 -0000
- Neuve Chapelle Sun, 05 Apr 2015 00:00:00 -0000
- Gallipoli Part 7 Sun, 29 Mar 2015 00:00:00 -0000
- Gallipoli Part 6 Sun, 22 Mar 2015 00:00:00 -0000
- Gallipoli Part 5 Sun, 15 Mar 2015 00:00:00 -0000
- Gallipoli Part 4 Sun, 08 Mar 2015 00:00:00 -0000
- Gallipoli Part 3 Sun, 01 Mar 2015 00:00:00 -0000
- Gallipoli Part 2 Sun, 22 Feb 2015 00:00:00 -0000
- Gallipoli Part 1 Sun, 15 Feb 2015 00:00:00 -0000
- Caucasus Campaign Sun, 08 Feb 2015 00:00:00 -0000
- New Entries Sun, 01 Feb 2015 00:00:00 -0000
- Winter in the East Part 2 Sun, 25 Jan 2015 00:00:00 -0000
- Winter in the East Part 1 Sun, 18 Jan 2015 00:00:00 -0000
- Artois and Champagne Sun, 11 Jan 2015 00:00:00 -0000
- A New Year Sun, 04 Jan 2015 00:00:00 -0000
- Christmas Truce Sun, 21 Dec 2014 00:00:00 -0000
- Ypres Fri, 07 Nov 2014 00:00:00 -0000
- War Upon the Seas Sun, 12 Oct 2014 00:00:00 -0000
- Naval Introduction Sun, 05 Oct 2014 00:00:00 -0000
- War Around the World Mon, 29 Sep 2014 00:00:00 -0000
- Race to the Sea Sat, 20 Sep 2014 00:00:00 -0000
- Balkan Bravery Sat, 13 Sep 2014 00:00:00 -0000
- Miracle on the Marne Sat, 06 Sep 2014 00:00:00 -0000
- Disaster in the East Sat, 30 Aug 2014 00:00:00 -0000
- The British Sat, 23 Aug 2014 00:00:00 -0000
- Battle of the Frontiers Sat, 16 Aug 2014 00:00:00 -0000
- Liege Sat, 09 Aug 2014 00:00:00 -0000
- Plans Sat, 02 Aug 2014 00:00:00 -0000
- July Crisis Part 3 Sat, 26 Jul 2014 00:00:00 -0000
- July Crisis Part 2 Sat, 19 Jul 2014 00:00:00 -0000
- July Crisis Part 1 Sat, 12 Jul 2014 00:00:00 -0000
- War Has Changed Sat, 05 Jul 2014 00:00:00 -0000
- 100 Years Ago Today Sat, 28 Jun 2014 00:00:00 -0000
History of the Second World War URL | Feed
History of the Second World War is a weekly podcast which will cover World War 2, beginning with the tumultuous years after the First World War, continuing into the descent into war during the 1930s, through the war years, and then into the post war aftermath.
- 215: The Battle Before Britain Pt. 7 - Attrition Over France Wed, 07 May 2025 05:00:00 -0000
- 214: The Battle Before Britain Pt. 6 - An Easy Way Out Wed, 30 Apr 2025 05:00:00 -0000
- 213: The Battle Before Britain Pt. 5 - Churchill and the Few Wed, 23 Apr 2025 05:00:00 -0000
- 212: The Battle Before Britain Pt. 4 - Leaves Upon the Wind Wed, 16 Apr 2025 05:00:00 -0000
- 211: The Battle Before Britain Pt. 3 - How to Build a Bombing Campaign Wed, 09 Apr 2025 05:00:00 -0000
- 210: The Battle Before Britain Pt. 2 - Flying Blind Wed, 02 Apr 2025 05:00:00 -0000
- 209: The Battle Before Britain Pt. 1 - Electronic Tripwires Wed, 26 Mar 2025 05:00:00 -0000
- 208: If Necessary Alone - An Introduction Tue, 25 Mar 2025 05:00:00 -0000
- Summary 4: Interwar Britain Wed, 19 Mar 2025 05:00:00 -0000
- Summary 5: Interwar Airpower Wed, 12 Mar 2025 05:00:00 -0000
- Preview 18: The Victorious Royal Navy Pt. 6 - Preparing for War Wed, 19 Feb 2025 06:00:00 -0000
- Preview 17: The Victorious Royal Navy Pt. 5 - Aviation Wed, 12 Feb 2025 06:00:00 -0000
- Intelligent Speech 2025 Thu, 06 Feb 2025 12:57:00 -0000
- Preview 16: The Victorious Royal Navy Pt. 4 - Building Better Battleships Wed, 05 Feb 2025 06:00:00 -0000
- Interview 38: The Forgotten War with Jack Bowsher Mon, 03 Feb 2025 06:00:00 -0000
- Preview 15: The Victorious Royal Navy Pt. 3 - The End of the Naval Treaty Wed, 29 Jan 2025 06:00:00 -0000
- Preview 14: The Victorious Royal Navy Pt. 2 - The Early 30s Wed, 22 Jan 2025 06:00:00 -0000
- Preview 13: The Victorious Royal Navy Pt. 1 - Budgets Wed, 15 Jan 2025 06:00:00 -0000
- 207: The Fall of France - Epilogue: Riom Wed, 08 Jan 2025 06:00:00 -0000
- 206: The Fall of France - Defeat Fri, 03 Jan 2025 06:00:00 -0000
- 205: The Fall of France - Surrender Sat, 28 Dec 2024 06:00:00 -0000
- Interview 37: RAF Gardening Operations with Jane Guilliford Lowes Sun, 22 Dec 2024 06:00:00 -0000
- 204: The Fall of France - About that Maginot Thing Wed, 18 Dec 2024 06:00:00 -0000
- Interview 36: General Stanisław Maczek with Jenny Grant Mon, 16 Dec 2024 06:00:00 -0000
- 203: The Fall of France - Falling Apart Wed, 11 Dec 2024 06:00:00 -0000
- 202: The Fall of France - "To Make a Corpse Feel" Thu, 05 Dec 2024 06:00:00 -0000
- 201: The Fall of France - "The Last Quarter of an Hour" Wed, 27 Nov 2024 06:00:00 -0000
- 200: The Fall of France - Case Red Wed, 20 Nov 2024 06:00:00 -0000
- 199: The Fall of France - The Battle of Abbeville Thu, 14 Nov 2024 06:00:00 -0000
- Interview 35: The Man Who Calculated Death with Suzanne Rico Sun, 10 Nov 2024 06:00:00 -0000
- 198: The Fall of France - Picking Up the Pieces Thu, 07 Nov 2024 06:00:00 -0000
- 197: The Fall of France - Operation Dynamo Wed, 30 Oct 2024 05:00:00 -0000
- 196: The Fall of France - The Myths of Dunkirk Wed, 23 Oct 2024 05:00:00 -0000
- 195: The Fall of France - The Collapsing Bag Wed, 16 Oct 2024 05:00:00 -0000
- Interview 34: Battle of Britain: Canadian Airmen in their Finest Hour with Ted Barris Wed, 09 Oct 2024 05:00:00 -0000
- Interview 33: Midway: The Pacific War’s Most Famous Battle with Mark Stille Wed, 02 Oct 2024 05:00:00 -0000
- Interview 32: Hero City: Leningrad 1943-44 with Prit Buttar Sun, 29 Sep 2024 05:00:00 -0000
- Interview 31: Hitler's People: The Faces of the Third Reich with Richard Evans Wed, 18 Sep 2024 05:00:00 -0000
- 194: The Fall of France - Boulogne, Calais, and The Halt Order Wed, 04 Sep 2024 05:00:00 -0000
- 193: The Fall of France - Cut Off Wed, 28 Aug 2024 05:00:00 -0000
- Interview 30: Hell Let Loose with Matt White of Expression Games Sun, 25 Aug 2024 05:00:00 -0000
- 192: The Fall of France - To The Coast! Wed, 21 Aug 2024 05:00:00 -0000
- 191: The Fall of France - Breakouts Wed, 14 Aug 2024 05:00:00 -0000
- 190: The Fall of France - Stonne and Flavigny's Failure Wed, 07 Aug 2024 05:00:00 -0000
- 189: The Fall of France - French Counterattacks of May 14 Wed, 31 Jul 2024 05:00:00 -0000
- 188: The Fall of France - Reinhardt and Rommel Wed, 24 Jul 2024 05:00:00 -0000
- 187: The Fall of France - Crossing the Meuse Wed, 17 Jul 2024 05:00:00 -0000
- 186: The Fall of France - To the Meuse! Wed, 10 Jul 2024 05:00:00 -0000
- 185: The Fall of France - Through the Ardennes Wed, 03 Jul 2024 05:00:00 -0000
- 184: The Fall of France - Hannut and Gembloux Wed, 26 Jun 2024 05:00:00 -0000
- 183: The Fall of France - The Invasion of Belgium Wed, 19 Jun 2024 05:00:00 -0000
- 182: The Fall of France - The Invasion of the Netherlands Wed, 12 Jun 2024 05:00:00 -0000
- 181: The Fall of France - Fall Gelb Wed, 05 Jun 2024 05:00:00 -0000
- 180: The Fall of France - French War Plans Wed, 29 May 2024 05:00:00 -0000
- 179: The Fall of France - Can We Fight Somewhere Else? Wed, 22 May 2024 04:00:00 -0000
- 178: The Fall of France - Preparations for War Wed, 15 May 2024 05:00:00 -0000
- 177: The Fall of France - Playing the Long Game Wed, 08 May 2024 04:00:00 -0000
- Summary 3: The September Campaign Wed, 01 May 2024 05:00:00 -0000
- Summary 2: Germany Prepares for War Wed, 24 Apr 2024 04:00:00 -0000
- Summary 1: The Third Republic Wed, 17 Apr 2024 10:45:54 -0000
- 176: The Invasion of Norway - The End and Beginning of Norwegian Resistance Wed, 10 Apr 2024 04:00:00 -0000
- 175: The Invasion of Norway - The Recapture of Narvik Wed, 03 Apr 2024 05:00:00 -0000
- 174: The Invasion of Norway - The Snows of Narvik Wed, 27 Mar 2024 04:00:00 -0000
- 173: The Invasion of Norway - "Your troops haven't been defeated!" Wed, 20 Mar 2024 04:00:00 -0000
- 172: The Invasion of Norway - Allied Reactions Wed, 13 Mar 2024 05:00:00 -0000
- 171: The Invasion of Norway - The Naval Battles of Narvik Wed, 06 Mar 2024 06:00:00 -0000
- 170: The Invasion of Norway Pt. 8 - Narvik Thu, 29 Feb 2024 06:00:00 -0000
- 169: The Invasion of Norway Pt. 7 - Fight We Shall Wed, 21 Feb 2024 06:00:00 -0000
- American History Tellers: The Underground Railroad Thu, 15 Feb 2024 06:00:00 -0000
- 168: The Invasion of Norway Pt. 6 - The Battle for Oslofjord Wed, 14 Feb 2024 06:00:00 -0000
- 167: The Invasion of Norway Pt. 5 - Denmark, Kristiansand, Sola, and Trondheim Wed, 07 Feb 2024 06:00:00 -0000
- 166: The Invasion of Norway Pt. 4 - The Gallant Glowworm Wed, 24 Jan 2024 06:00:00 -0000
- 165: The Invasion of Norway Pt. 3 - Operation Weserübung Thu, 18 Jan 2024 06:00:00 -0000
- 164: The Invasion of Norway Pt. 2 - British and French Invasion Plans Wed, 10 Jan 2024 06:00:00 -0000
- 163: The Invasion of Norway Pt. 1 - The Altmark Incident Thu, 04 Jan 2024 06:00:00 -0000
- 162: The Early War at Sea Pt. 12 - The 1940 Sea Change Thu, 28 Dec 2023 06:00:00 -0000
- 161: The Early War at Sea Pt. 11 - Never Enough Boats Wed, 20 Dec 2023 06:00:00 -0000
- 160: The Early War at Sea Pt. 10 - Opening U-Boat Moves Wed, 13 Dec 2023 06:00:00 -0000
- 159: The Early War at Sea Pt. 9 - Finding U-Boats Wed, 06 Dec 2023 06:00:00 -0000
- 158: The Early War at Sea Pt. 8 - The End of the Admiral Graf Spee Wed, 29 Nov 2023 06:00:00 -0000
- 157: The Early War at Sea Pt. 7 - Admiral Graf Spee on a Rampage Wed, 22 Nov 2023 06:00:00 -0000
- 156: The Early War at Sea Pt. 6 - Panzerschiffe Wed, 15 Nov 2023 06:00:00 -0000
- 155: The Early War at Sea Pt. 5 - Danger Above and Below Thu, 09 Nov 2023 06:00:00 -0000
- 154: The Early War at Sea Pt. 4 - Opening Moves Thu, 02 Nov 2023 05:00:00 -0000
- Introducing AUSA’s Army Matters podcast Fri, 27 Oct 2023 04:05:00 -0000
- 153: The Early War at Sea Pt. 3 - The Kriegsmarine Wed, 25 Oct 2023 05:00:00 -0000
- 152: The Early War at Sea Pt. 2 - Building Big British Battleships Wed, 18 Oct 2023 05:00:00 -0000
- 151: The Early War at Sea Pt. 1 - All Around the World Wed, 11 Oct 2023 05:00:00 -0000
- Preview 12: Treaty Cruisers Wed, 04 Oct 2023 05:00:00 -0000
- Preview 11: The Washington Naval Treaty Wed, 27 Sep 2023 05:00:00 -0000
- Interview 29: Leyte Gulf: A New History of the World's Largest Sea Battle with Mark Stille Mon, 25 Sep 2023 04:00:00 -0000
- Preview 10: The Imperial Japanese Navy Wed, 20 Sep 2023 05:00:00 -0000
- Preview 9: The Victorious Royal Navy Wed, 13 Sep 2023 05:00:00 -0000
- 150: The Winter War Pt. 8 - The End Wed, 06 Sep 2023 05:00:00 -0000
- 149: The Winter War Pt. 7 - The Isthmus Grind Wed, 30 Aug 2023 05:00:00 -0000
- 148: The Winter War Pt. 6 - The War in the North Wed, 23 Aug 2023 05:00:00 -0000
- 147: The Winter War Pt. 5 - Suomussalmi Wed, 16 Aug 2023 05:00:00 -0000
- 146: The Winter War Pt. 4 - Tolvajärvi Wed, 09 Aug 2023 05:00:00 -0000
- Member Preview 8: Shattered Sword Wed, 02 Aug 2023 05:00:00 -0000
- 145: The Winter War Pt. 3 - The Attack Begins Wed, 26 Jul 2023 05:00:00 -0000
- 144: The Winter War Pt. 2 - Plans Wed, 19 Jul 2023 05:00:00 -0000
- 143: The Winter War Pt. 1 - Nordic Defiance Wed, 12 Jul 2023 11:48:00 -0000
- 142: The Baltic Takeover Wed, 28 Jun 2023 05:00:00 -0000
- 141: The Soviet Union Pt. 11 - By Air and By Sea Wed, 21 Jun 2023 05:00:00 -0000
- 140: The Soviet Union Pt. 10 - The Red Army Sat, 17 Jun 2023 21:36:48 -0000
- 139: The Soviet Union Pt. 9 - The Military Purges Wed, 07 Jun 2023 05:00:00 -0000
- 138: The Soviet Union Pt. 8 - The Great Purges Wed, 31 May 2023 05:00:00 -0000
- 137: The Soviet Union Pt. 7 - The Other Five Year Plans Wed, 24 May 2023 05:00:00 -0000
- 136: The Soviet Union Pt. 6 - Holodomor Wed, 17 May 2023 05:00:00 -0000
- 135: The Soviet Union Pt. 5 - Collectivization in Action Wed, 10 May 2023 05:00:00 -0000
- 134: The Soviet Union Pt. 4 - Collectivization Wed, 03 May 2023 05:00:00 -0000
- 133: The Soviet Union Pt. 3 - The First Five Year Plan Wed, 26 Apr 2023 11:42:17 -0000
- 132: The Soviet Union Pt. 2 - Stalin Comes to Power Wed, 19 Apr 2023 11:37:00 -0000
- 131: The Soviet Union Pt. 1 - The Man from Saqartvelo Wed, 12 Apr 2023 05:00:00 -0000
- Member Preview 7: Reichswehr Pt. 3 Wed, 05 Apr 2023 05:00:00 -0000
- Member Preview 6: Reichswehr Pt. 2 Sat, 01 Apr 2023 13:52:46 -0000
- Member Preview 5: Reichswehr Pt. 1 Wed, 22 Mar 2023 05:00:00 -0000
- Member Preview 4: Polish-German Documents Wed, 15 Mar 2023 05:00:00 -0000
- Member Preview 3: German-Soviet Relations Wed, 08 Mar 2023 12:34:28 -0000
- Member Preview 2: The British Blue Book Thu, 02 Mar 2023 06:00:00 -0000
- Member Preview 1: The French Yellow Book Wed, 22 Feb 2023 06:00:00 -0000
- 130: The September Campaign Pt. 22 - The Long War Ahead Wed, 15 Feb 2023 06:00:00 -0000
- 129: The September Campaign Pt. 21 - The End Wed, 08 Feb 2023 06:00:00 -0000
- 128: The September Campaign Pt. 20 - The Last Surrenders Wed, 01 Feb 2023 06:00:00 -0000
- 127: The September Campaign Pt. 19 - The Fall of Warsaw Wed, 25 Jan 2023 08:00:00 -0000
- 126: The September Campaign Pt. 18 - Mopping Up Wed, 18 Jan 2023 17:57:35 -0000
- 125: The September Campaign Pt. 17 - A War on Two Fronts Wed, 11 Jan 2023 08:00:00 -0000
- 124: The September Campaign Pt. 16 - The Advance on Warsaw Wed, 04 Jan 2023 08:00:00 -0000
- 123: The September Campaign Pt. 15 - Battle of the Bzura Wed, 04 Jan 2023 03:56:02 -0000
- 122: The September Campaign Pt. 14 - Collapse Wed, 14 Dec 2022 08:00:00 -0000
- 121: The September Campaign Pt. 13 - A Disappointing Start Wed, 07 Dec 2022 08:00:00 -0000
- 120: The September Campaign Pt. 12 - Poland's Allies Sun, 27 Nov 2022 08:00:00 -0000
- 119: The September Campaign Pt. 11 - The Southern Front Wed, 23 Nov 2022 08:00:00 -0000
- 118: The September Campaign Pt. 10 - The Central Front Wed, 16 Nov 2022 08:00:00 -0000
- 117: The September Campaign Pt. 9 - Army Pomorze Wed, 09 Nov 2022 08:00:00 -0000
- 116: The September Campaign Pt. 8 - Danzig and Army Modlin Tue, 08 Nov 2022 17:35:46 -0000
- 115: The September Campaign Pt. 7 - September 1, 1939 Wed, 19 Oct 2022 07:00:00 -0000
- 114: The September Campaign Pt. 6 - The Last Days of Peace Wed, 12 Oct 2022 07:00:00 -0000
- 113: The September Campaign Pt. 5 - Panzers Wed, 05 Oct 2022 07:00:00 -0000
- 112: The September Campaign Pt. 4 - Fall Weiss Wed, 28 Sep 2022 07:00:00 -0000
- 111: The September Campaign Pt. 3 - Justifiable Bad Choices Wed, 14 Sep 2022 07:00:00 -0000
- 110: The September Campaign Pt. 2 - Polish Rearmament Thu, 08 Sep 2022 10:31:36 -0000
- 109: The September Campaign Pt. 1 - Poland Sun, 04 Sep 2022 12:23:02 -0000
- 108: Interwar Reflections Tue, 30 Aug 2022 02:11:21 -0000
- 107: Highway to the Danger Zone Pt. 5 - Gonna Take It Right Into the Danger Zone Wed, 17 Aug 2022 07:00:00 -0000
- 106: Highway to the Danger Zone Pt. 4 - The Hotter the Intensity Wed, 10 Aug 2022 07:00:00 -0000
- 105: Highway to the Danger Zone Pt. 3 - The Further on the Edge Wed, 03 Aug 2022 07:00:00 -0000
- 104: Highway to the Danger Zone Pt. 2 - Always Where I Burn to Be Wed, 20 Jul 2022 07:00:00 -0000
- 103: Highway to the Danger Zone Pt. 1 - Out Along the Edges Wed, 13 Jul 2022 07:00:00 -0000
- 102: Nomonhan Pt. 4 - Disaster on the Holsten Wed, 06 Jul 2022 07:00:00 -0000
- 101: Nomonhan Pt. 3 - July Attacks Wed, 29 Jun 2022 07:00:00 -0000
- 28: Close Air Support with Dr. Matthew Powell Sun, 26 Jun 2022 07:00:00 -0000
- 100: Nomonhan Pt. 2 - Opening Phases Wed, 22 Jun 2022 07:00:00 -0000
- 99: Nomonhan Pt. 1 - Changkufeng Wed, 15 Jun 2022 07:00:00 -0000
- 98: Hungary Pt. 2 - Expansion Wed, 08 Jun 2022 07:00:00 -0000
- 97: Hungary Pt. 1 - Eastern European Outcast Wed, 01 Jun 2022 07:00:00 -0000
- 27: First World War Bombing Raids with Dr. Brett Holman Sun, 29 May 2022 07:00:00 -0000
- 96: Interwar Airpower Pt. 5 - Schemes and Dreams Wed, 25 May 2022 07:00:00 -0000
- 95: Interwar Airpower Pt. 4 - Axis of Airpower Wed, 18 May 2022 07:00:00 -0000
- Presenting - History Daily Sun, 15 May 2022 05:00:00 -0000
- 94: Interwar Airpower Pt. 3 - National Overviews Wed, 11 May 2022 07:00:00 -0000
- 93: Interwar Airpower Pt. 2 - Where do you expect us to go when the bombs fall? Wed, 04 May 2022 07:00:00 -0000
- 92: Interwar Airpower Pt. 1 - So Close Yet So Far Wed, 27 Apr 2022 07:00:00 -0000
- 91: The British Empire Pt. 6 - The Approach of War Wed, 20 Apr 2022 07:00:00 -0000
- 90: The British Empire Pt. 5 - Army of Empire Wed, 13 Apr 2022 07:00:00 -0000
- 89: The British Empire Pt. 4 - Rearmament Wed, 06 Apr 2022 12:21:00 -0000
- 26: 1930s Britain with Dr. Alan Allport Fri, 01 Apr 2022 07:00:00 -0000
- 88: The British Empire Pt. 3 - Mare Nostrum Wed, 30 Mar 2022 07:00:00 -0000
- 87: The British Empire Pt. 2 - The Other Side of the World Wed, 23 Mar 2022 07:00:00 -0000
- 86: The British Empire Pt. 1 - Domestic Politics Wed, 09 Mar 2022 08:00:00 -0000
- 25: The Vickers MG Collection & Research Association with Rich Fisher Thu, 03 Mar 2022 08:00:00 -0000
- 85: The Night of Broken Glass Wed, 23 Feb 2022 08:00:00 -0000
- 84: Germany Prepares for War Pt. 7 - Influences and Decisions Wed, 16 Feb 2022 08:00:00 -0000
- 83: Germany Prepared for War Pt. 6 - The Luftwaffe Wed, 09 Feb 2022 08:00:00 -0000
- 24: Hindenburg, Ludendorff, and Hitler with Alex Clifford Sun, 06 Feb 2022 08:00:00 -0000
- 82: Germany Prepares for War Pt. 5 - More Boats Wed, 02 Feb 2022 08:00:00 -0000
- 81: Germany Prepares for War Pt. 4 - All About Them Boats Wed, 26 Jan 2022 08:00:00 -0000
- 80: Germany Prepares for War Pt. 3 - Running on Fumes Wed, 19 Jan 2022 08:00:00 -0000
- 79: Germany Prepares for War Pt. 2 - The Plan Wed, 12 Jan 2022 08:00:00 -0000
- 78: Germany Prepares for War Pt. 1 - Overview Wed, 05 Jan 2022 08:00:00 -0000
- 77: The Munich Agreement Pt. 9 - Aftermath Wed, 29 Dec 2021 08:00:00 -0000
- 76: The Munich Agreement Pt. 8 - The Munich Agreement Wed, 22 Dec 2021 08:05:00 -0000
- 75: The Munich Agreement Pt. 7 - To the Brink Wed, 15 Dec 2021 06:00:00 -0000
- 74: The Munich Agreement Pt. 6 - I Am Altering the Deal Mon, 13 Dec 2021 13:37:00 -0000
- 73: The Munich Agreement Pt. 5 - We had no other choice.... Thu, 02 Dec 2021 06:00:00 -0000
- 72: The Munich Agreement Pt. 4 - Plan Z Wed, 24 Nov 2021 06:00:00 -0000
- 71: The Munich Agreement Pt. 3 - The Summer of 1938 Mon, 22 Nov 2021 06:00:00 -0000
- 70: The Munich Agreement Pt. 2 - The May Crisis Wed, 10 Nov 2021 13:36:00 -0000
- 69: The Munich Agreement Pt. 1 - Background Wed, 27 Oct 2021 05:00:00 -0000
- 68: The Third Republic Pt. 8 - The French Army Wed, 20 Oct 2021 05:00:00 -0000
- 67: The Third Republic Pt. 7 - Rearmament Wed, 13 Oct 2021 05:00:00 -0000
- 23: A Naval Chat with Dr. Alexander Clarke Sun, 10 Oct 2021 05:00:19 -0000
- 66: The Third Republic Pt. 6 - Political Cleanup Wed, 06 Oct 2021 05:00:00 -0000
- 22: The Politics of Veteran's Benefits with Dr. Crotty, Dr. Diamant, and Dr. Edele Sun, 03 Oct 2021 05:00:00 -0000
- 65: The Third Republic Pt. 5 - Popular Front in Power Thu, 30 Sep 2021 12:27:00 -0000
- 64: The Third Republic Pt. 4 - Left Left Left Right Left Wed, 22 Sep 2021 17:28:00 -0000
- 21: Fighter Pilot Nostalgia with Dr. Michael Hankins Wed, 15 Sep 2021 05:00:19 -0000
- 63: The Third Republic Pt. 3 - France and Friends Wed, 08 Sep 2021 05:00:00 -0000
- 62: The Third Republic Pt. 2 - The Shadow of Victory Wed, 01 Sep 2021 05:00:00 -0000
- 61: The Third Republic Pt. 1 - The Maginot Line Wed, 25 Aug 2021 05:00:12 -0000
- 20: Fascism in Interwar France with Dr. Chris Millington Sun, 22 Aug 2021 05:00:12 -0000
- 60: Anschluss Pt. 4 - Operation Otto Wed, 18 Aug 2021 05:00:00 -0000
- 59: Anschluss Pt. 3 - The February 1938 Meeting Wed, 11 Aug 2021 05:00:00 -0000
- 58: Anschluss Pt. 2 - Hossbach Memorandum Wed, 28 Jul 2021 05:00:00 -0000
- 57: Anschluss Pt. 1 - The Dreams of Greater Germany Wed, 21 Jul 2021 05:00:00 -0000
- Season 2 Introduction Sun, 18 Jul 2021 11:36:07 -0000
- 56: Second Sino-Japanese War Pt. 7 - Sinking Deeper Wed, 16 Jun 2021 05:00:00 -0000
- 55: Second Sino-Japanese War Pt. 6 - Death and Suffering in Nanking Wed, 09 Jun 2021 05:00:00 -0000
- 54: Second Sino-Japanese War Pt. 5 - Failure and Retreat Wed, 02 Jun 2021 05:00:00 -0000
- 53: Second Sino-Japanese War Pt. 4 - Battle for Shanghai Wed, 26 May 2021 05:00:00 -0000
- 52: Second Sino-Japanese War Pt. 3 - Shanghai Wed, 19 May 2021 05:00:03 -0000
- 51: Second Sino-Japanese War Pt. 2 - Moving South Wed, 05 May 2021 05:00:00 -0000
- 50: Second Sino-Japanese War Pt. 1 - Background Wed, 28 Apr 2021 05:00:00 -0000
- 49: The Spanish Civil War Pt. 14 - Legacy Wed, 21 Apr 2021 05:00:00 -0000
- 48: Spanish Civil War Pt. 13 - The End of the Spanish Republic Wed, 14 Apr 2021 05:00:00 -0000
- 47: The Spanish Civil War Pt. 12 - Disaster on the Ebro Wed, 07 Apr 2021 05:00:00 -0000
- 46: The Spanish Civil War Pt. 11 - The Battle of Teruel Wed, 31 Mar 2021 11:36:00 -0000
- Spanish Civil War Interview Series 18: Memory and the Civil War with Tom Wardle Mon, 15 Mar 2021 05:00:00 -0000
- Spanish Civil War Interview Series 17: Antiauthoritarian Counterculture in Francoist Spain with Dr. Louie Dean Valencia Mon, 08 Mar 2021 06:00:00 -0000
- Spanish Civil War Interview Series 16: Civil War Veterans with Dr. Stephanie Wright Mon, 01 Mar 2021 06:00:00 -0000
- Intelligent Speech 2021 Mon, 01 Mar 2021 00:32:54 -0000
- 45: The Spanish Civil War Pt. 10 - The Battle of Brunete Wed, 24 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 15: British Foreign Office and the War with Stephen Rainbird Mon, 22 Feb 2021 06:00:00 -0000
- 44: The Spanish Civil War Pt. 9 - Struggles for Power Wed, 17 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 14: Scotland and the Civil War with Fraser Raeburn Mon, 15 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 13: Military History with Dr. Charles Esdaile Fri, 12 Feb 2021 06:00:00 -0000
- 43: The Spanish Civil War Pt. 8 - The War in the North Wed, 10 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 12: Prisoners in Francoist Spain with Jessica Thorne Mon, 08 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 11: Gender Violence in the Spanish Civil War with Charlotte Walmsley Fri, 05 Feb 2021 06:00:00 -0000
- 42: The Spanish Civil War Pt. 7 - Jarama and Guadalajara Wed, 03 Feb 2021 06:00:00 -0000
- Spanish Civil War Interview Series 10: Milicianas with Jessica McIvor Sun, 31 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 9: Stalin's Niños with Dr. Karl Qualls Fri, 29 Jan 2021 06:00:00 -0000
- 41: The Spanish Civil War Pt. 6 - International Involvement Wed, 27 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 8: Basque Children with Dr. Ed Packard Sun, 24 Jan 2021 06:00:00 -0000
- 40: The Spanish Civil War Pt. 5 - Madrid Wed, 20 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 7: International Brigades with Alexander Clifford Sun, 17 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 6: British Public and the Civil War with Harry Taylor Fri, 15 Jan 2021 06:00:00 -0000
- 39: The Spanish Civil War Pt. 4 - Disagreements Wed, 13 Jan 2021 12:05:00 -0000
- Spanish Civil War Interview Series 5: Cuban Antifascism with Dr. Ariel Lambe Sun, 10 Jan 2021 06:00:00 -0000
- 38: The Spanish Civil War Pt. 3 - Violence Wed, 06 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 4: Transnational Anarchism with Dr. Morris Brodie Sun, 03 Jan 2021 06:00:00 -0000
- Spanish Civil War Interview Series 3: Spanish Anarchism during the Civil War with Dr. Danny Evans Sun, 20 Dec 2020 06:00:00 -0000
- 37: The Spanish Civil War Pt. 2 - The Coup of July 1936 Wed, 16 Dec 2020 06:00:00 -0000
- Spanish Civil War Interview Series 2: Asturian Revolution with Dr. Matthew Kerry Mon, 14 Dec 2020 06:00:00 -0000
- Spanish Civil War Interview Series 1: Spanish Anarchism with Dr. James Yeoman Sun, 13 Dec 2020 06:20:00 -0000
- Spanish Civil War Interview Series 0: Introduction Sun, 13 Dec 2020 06:00:02 -0000
- HMS Warspite with Iain Ballantyne Fri, 11 Dec 2020 06:00:00 -0000
- 36: Spanish Civil War Pt. 1 - The Second Republic Wed, 09 Dec 2020 06:00:00 -0000
- 35: The Second Italo-Ethiopian War Pt. 2 - Resolution Wed, 02 Dec 2020 02:35:00 -0000
- Special 1: HMS Warspite Tue, 01 Dec 2020 06:00:17 -0000
- 34: The Second Italo-Ethiopian War Pt. 1 - Invasion Wed, 25 Nov 2020 06:05:00 -0000
- 33: The Third Reich Pt. 19 - The Rhineland Wed, 11 Nov 2020 13:12:00 -0000
- 32: The Third Reich Pt. 18 - Rearmament Wed, 04 Nov 2020 02:59:00 -0000
- 31: The Third Reich Pt. 17 - Nuremberg Laws and the Saar Wed, 28 Oct 2020 05:00:00 -0000
- 30: The Third Reich Pt. 16 - We Live in a Society Wed, 21 Oct 2020 05:00:00 -0000
- 29: The Third Reich Pt. 15 - Control Wed, 14 Oct 2020 05:00:00 -0000
- 28: The Third Reich Pt. 14 - Work Work Work Wed, 07 Oct 2020 05:00:00 -0000
- 27: The Third Reich Pt. 13 - Show Me the Money Wed, 30 Sep 2020 05:00:00 -0000
- 26: The Third Reich Pt. 12 - Night of the Long Knives Wed, 23 Sep 2020 05:00:00 -0000
- 25: The Third Reich Pt. 11 - Changes Wed, 16 Sep 2020 05:00:00 -0000
- 24: The Third Reich Pt. 10 - The Enabling Act Wed, 09 Sep 2020 05:00:00 -0000
- 23: The Third Reich Pt. 9 - The Reichstag Fire Wed, 02 Sep 2020 05:00:00 -0000
- 22: The Third Reich Pt. 8 - January 1933 Wed, 26 Aug 2020 05:00:00 -0000
- 21: The Third Reich Pt. 7 - "We Will Win Ourselves to Death" Wed, 19 Aug 2020 05:00:00 -0000
- 20: The Third Reich Pt. 6 - The 1932 Presidential Election Wed, 12 Aug 2020 05:00:00 -0000
- 19: The Third Reich Pt. 5 - The Election that Broke Germany Wed, 05 Aug 2020 05:00:00 -0000
- 18: The Third Reich Pt. 4 - The Republic Wed, 29 Jul 2020 05:00:00 -0000
- 17: The Third Reich Pt. 3 - The New Nazi Party Wed, 22 Jul 2020 05:00:00 -0000
- 16: The Third Reich Pt. 2 - The Munich Years Wed, 15 Jul 2020 05:00:00 -0000
- 15: The Third Reich Pt. 1 - The Austrian Wed, 08 Jul 2020 05:00:00 -0000
- 14: The Great Depression Pt. 4 - Unemployment in Germany Wed, 24 Jun 2020 05:00:00 -0000
- 13: The Great Depression Pt. 3 - London and Paris Wed, 17 Jun 2020 05:00:00 -0000
- 12: The Great Depression Pt. 2 - The Depression Wed, 10 Jun 2020 05:00:00 -0000
- 11: The Great Depression Pt. 1 - The Crash Wed, 03 Jun 2020 05:00:00 -0000
- 10: Rise of Mussolini Pt. 4 - The Italian Fascist State Wed, 27 May 2020 05:00:00 -0000
- 9: Rise of Mussolini Pt. 3 - Prime Minister Mussolini Wed, 13 May 2020 05:00:00 -0000
- 8: Rise of Mussolini Pt. 2 - March on Rome Wed, 06 May 2020 05:00:00 -0000
- 7: Rise of Mussolini Pt. 1 - Fascism Wed, 29 Apr 2020 05:00:00 -0000
- 6: League of Nations Pt. 3 - Failure Wed, 22 Apr 2020 05:00:00 -0000
- 5: League of Nations Pt. 2 - Around the World Thu, 16 Apr 2020 00:28:00 -0000
- 4: League of Nations Pt. 1 - Foundations Mon, 13 Apr 2020 05:00:00 -0000
- 3: The Paris Peace Conference Sun, 12 Apr 2020 05:00:00 -0000
- 2: The War to End All Wars Sat, 11 Apr 2020 02:19:00 -0000
- 1: Season 1 - Introduction Mon, 06 Apr 2020 18:36:00 -0000
- 0: Introduction Sun, 05 Apr 2020 18:36:00 -0000
Jeff and Casey Show Episodes URL | Feed
The Jeff and Casey Show is a weekly podcast by software developers Jeff Roberts and Casey Muratori that is, for lack of a better description, almost completely random.
- Different Strokes Thu, 30 Apr 2020 00:00:00 GMT
- Headache Medicine Thu, 23 Apr 2020 00:00:00 GMT
- The P Value Wed, 08 Apr 2020 00:00:00 GMT
- The Loot Box Sat, 07 Mar 2020 00:00:00 GMT
- Sir Roomba the Valiant Fri, 21 Feb 2020 00:00:00 GMT
- Rumspringa Sat, 18 Jan 2020 00:00:00 GMT
- The Mootrix Fri, 10 Jan 2020 00:00:00 GMT
- The Snow White Analogy Wed, 28 Aug 2019 00:00:00 GMT
- The Ostrich Who Flew Too Close to the Sun Mon, 29 Jul 2019 00:00:00 GMT
- The Foreplay of Downloading Updates Fri, 18 May 2018 00:00:00 GMT
- Warren Miller's Extreme Transaction Processing Mon, 26 Feb 2018 00:00:00 GMT
- The Trough of Disillusionment Fri, 02 Feb 2018 00:00:00 GMT
- A Pizza in a Windstorm Fri, 05 Jan 2018 00:00:00 GMT
- Good/No Good 2K18 Thu, 04 Jan 2018 00:00:00 GMT
- Nips McGently and Cheeks Mahoney Wed, 03 Jan 2018 00:00:00 GMT
- The Three Laws of Sex Robotics Tue, 02 Jan 2018 00:00:00 GMT
- The Four Finger Rule Mon, 01 Jan 2018 00:00:00 GMT
- The Beans Above the Frank Sun, 31 Dec 2017 00:00:00 GMT
- Eleven Goes to Chicago Sat, 30 Dec 2017 00:00:00 GMT
- The Veeblefetzer 9000 Fri, 29 Dec 2017 00:00:00 GMT
- The KnightScope Difference Thu, 28 Dec 2017 00:00:00 GMT
- The Wire Wed, 27 Dec 2017 00:00:00 GMT
- A Little Bag and a Tub of Vaseline Tue, 26 Dec 2017 00:00:00 GMT
- You're Just a Cave Man Mon, 25 Dec 2017 00:00:00 GMT
- The End of Mouse's Law Sun, 24 Dec 2017 00:00:00 GMT
- White Trash Superman Pops a Kryptonite Sun, 24 Jul 2016 00:00:00 GMT
- A Cardboard Box with a Hole Cut Out of It Wed, 29 Jun 2016 00:00:00 GMT
- Dragon Fight Mon, 19 Jan 2015 00:00:00 GMT
- The Free-to-Play ABA Problem Mon, 12 Jan 2015 00:00:00 GMT
- A Desk Priced in Dollars and Empathy Mon, 05 Jan 2015 00:00:00 GMT
- Almond-Scented Rats of the Evening Mon, 29 Dec 2014 00:00:00 GMT
- A Failure in Every Dresser Mon, 22 Dec 2014 00:00:00 GMT
- The Great Sperm Exodus Mon, 15 Dec 2014 00:00:00 GMT
- Son of a Crap-shooter Mon, 08 Dec 2014 00:00:00 GMT
- The Alcohol-Ambien-Melatonin-Nyquil Cocktail Mon, 01 Dec 2014 00:00:00 GMT
- The Stuff of Sainthood Mon, 24 Nov 2014 00:00:00 GMT
- The Tiger in You Mon, 17 Nov 2014 00:00:00 GMT
- Urban Drapes, Rural Carpet Mon, 10 Nov 2014 00:00:00 GMT
- Racism 4.01 Transitional Mon, 03 Nov 2014 00:00:00 GMT
- Casey's Hotness Hour Mon, 27 Oct 2014 00:00:00 GMT
- A Big Plug for Christmas in Paris Mon, 20 Oct 2014 00:00:00 GMT
- CrossFit with Jesus Christ Mon, 13 Oct 2014 00:00:00 GMT
- Debugging the Autoblow 2 Mon, 06 Oct 2014 00:00:00 GMT
- The Slow-Thruster Achievement Mon, 29 Sep 2014 00:00:00 GMT
- Navigating the Bomb Threat Phone Tree Mon, 22 Sep 2014 00:00:00 GMT
- The Monkey Owns It Mon, 15 Sep 2014 00:00:00 GMT
- Podcast Heroes Mon, 08 Sep 2014 00:00:00 GMT
- Seastalker Mon, 01 Sep 2014 00:00:00 GMT
- A World Without Sports or Commercials Mon, 25 Aug 2014 00:00:00 GMT
- Viewer Mail Mon, 18 Aug 2014 00:00:00 GMT
- The Starbucks Express Restraining Order Mon, 11 Aug 2014 00:00:00 GMT
- Completely Unrelated Dinosaurs Mon, 04 Aug 2014 00:00:00 GMT
- A Sloppy Kiss and a Hairy-Armed Hug Mon, 28 Jul 2014 00:00:00 GMT
- The Orgasm Button Mon, 21 Jul 2014 00:00:00 GMT
- The Secret Surprise Mon, 14 Jul 2014 00:00:00 GMT
- An Environment Where We're All Getting Blown Mon, 07 Jul 2014 00:00:00 GMT
- The Wreck of the S.S. Ting-Tangler Mon, 30 Jun 2014 00:00:00 GMT
- The Milky Climax Mon, 23 Jun 2014 00:00:00 GMT
- The Stinky Dishwasher Situation Mon, 16 Jun 2014 00:00:00 GMT
- Jeff and Casey's Guide to Becomming a Bigger Programmer Mon, 09 Jun 2014 00:00:00 GMT
- Jeff and Casey Island Mon, 02 Jun 2014 00:00:00 GMT
- Racism 2.0 Mon, 26 May 2014 00:00:00 GMT
- A Virus in the Toilet Mon, 19 May 2014 00:00:00 GMT
- The TED Singularity Mon, 12 May 2014 00:00:00 GMT
- A Thousand Easy Paces Mon, 05 May 2014 00:00:00 GMT
- The One Nun in the Whorehouse Mon, 28 Apr 2014 00:00:00 GMT
- Free Willy and Moby Dick Mon, 21 Apr 2014 00:00:00 GMT
- The Wolf Doesn't Want to Come Anymore Mon, 14 Apr 2014 00:00:00 GMT
- McGruff the Crime Dog Mon, 07 Apr 2014 00:00:00 GMT
- Experiencing the World through Your Own Volition Mon, 31 Mar 2014 00:00:00 GMT
- Capybara Rat Cruise Mon, 24 Mar 2014 00:00:00 GMT
- The Internet of Things Mon, 17 Mar 2014 00:00:00 GMT
- Exhuming the Body Mon, 10 Mar 2014 00:00:00 GMT
- Swimming with the Sharks Mon, 03 Mar 2014 00:00:00 GMT
- Jeff's Breakfast To-don'ts Mon, 24 Feb 2014 00:00:00 GMT
- Hide and Seek Fri, 15 Nov 2013 00:00:00 GMT
- Sandwich Topologies Fri, 15 Nov 2013 00:00:00 GMT
- The Real Story of Opposable Thumbs Fri, 15 Nov 2013 00:00:00 GMT
- Most Things in the World are Broken Fri, 15 Nov 2013 00:00:00 GMT
- The Prophet Who Peed in the Mason Jar Fri, 15 Nov 2013 00:00:00 GMT
- We Get the Reviewers We Deserve Fri, 15 Nov 2013 00:00:00 GMT
- Ask Jeff and Casey: Career Advice Thu, 17 Oct 2013 00:00:00 GMT
- Toyota Tetris Thu, 10 Oct 2013 00:00:00 GMT
- Ask Jeff and Casey: Kissin' Cousins Wed, 02 Oct 2013 00:00:00 GMT
- Don't Kill the Hobo Mon, 23 Sep 2013 00:00:00 GMT
- PAX: Saturate, Don't Boycott Wed, 18 Sep 2013 00:00:00 GMT
- The High Cost of Rhinos Wed, 28 Aug 2013 00:00:00 GMT
- Pacific Rim and the Fall of Hollywood Blockbusters Mon, 19 Aug 2013 00:00:00 GMT
- The NSA and Microsoft Excel Mon, 12 Aug 2013 00:00:00 GMT
- Comedy and Sympathy Mon, 05 Aug 2013 00:00:00 GMT
- Rhubarb and Refrigerator Safety Mon, 29 Jul 2013 00:00:00 GMT
- Adobe's New Hardware Sat, 20 Jul 2013 00:00:00 GMT
- Robots for the Elderly, Redux Fri, 12 Jul 2013 00:00:00 GMT
- On Seriousness and Elk Sex Wed, 03 Jul 2013 00:00:00 GMT
- Adobe and Software Subscriptions Wed, 26 Jun 2013 00:00:00 GMT
- Preemption, Drones, and Bad AI Wed, 12 Jun 2013 00:00:00 GMT
- XBox One Games Regret Mon, 03 Jun 2013 00:00:00 GMT
- XBox One Mon, 27 May 2013 00:00:00 GMT
- Videogames, the NRA, and Constitutional Rights Wed, 22 May 2013 00:00:00 GMT
- The True Purpose of DRM Mon, 06 May 2013 00:00:00 GMT
- Runza Yelps and Elder Grifting Mon, 29 Apr 2013 00:00:00 GMT
- On Chris Hecker's GDC Rant Mon, 22 Apr 2013 00:00:00 GMT
- The Evils of Non-native Programming Tue, 16 Apr 2013 00:00:00 GMT
- On Google Morals Mon, 08 Apr 2013 00:00:00 GMT
- Life Process Optimization Mon, 01 Apr 2013 00:00:00 GMT
- GDC Good/No-Good Sun, 24 Mar 2013 00:00:00 GMT
- Emasculating Google Glass Mon, 11 Mar 2013 00:00:00 GMT
- Client-Server Rats Sun, 03 Mar 2013 00:00:00 GMT
- Windows 8 and What To Do About It Sun, 24 Feb 2013 00:00:00 GMT
- Thanksgivingcast 2010 - Part II Sat, 27 Nov 2010 00:00:00 GMT
- Thanksgivingcast 2010 - Part I Wed, 24 Nov 2010 00:00:00 GMT
- Valentine Surprise Mon, 15 Feb 2010 00:00:00 GMT
- Epiphany Tue, 05 Jan 2010 00:00:00 GMT
- Welcome to Planet Chad Sun, 03 Jan 2010 00:00:00 GMT
- The Sound of the Singularity Sat, 02 Jan 2010 00:00:00 GMT
- Cracking the Universe Fri, 01 Jan 2010 00:00:00 GMT
- CSI: Brazillian Thu, 31 Dec 2009 00:00:00 GMT
- Rudolph the Mutant Reindeer Wed, 30 Dec 2009 00:00:00 GMT
- Blood, Sweat, Tears, and Gamerscore Tue, 29 Dec 2009 00:00:00 GMT
- Robert's Rules of Racism Mon, 28 Dec 2009 00:00:00 GMT
- Embrace Your Inner Asshole Sun, 27 Dec 2009 00:00:00 GMT
- Failing to Achieve the Escapism I Wanted Sat, 26 Dec 2009 00:00:00 GMT
- Happy Seder Sat, 26 Dec 2009 00:00:00 GMT
- Back-hump Drivers Thu, 24 Dec 2009 00:00:00 GMT
- Sentenced to Smells Already Smelt Mon, 16 Nov 2009 00:00:00 GMT
- The Revolutionary War was Fought on Rum Tue, 10 Nov 2009 00:00:00 GMT
- Space Party in Zero Gravity Mon, 02 Nov 2009 00:00:00 GMT
- The Ethics of Robot Cats Caring for the Elderly: Will They Have Lasers? Sun, 25 Oct 2009 00:00:00 GMT
- Where's THAT Sticker? Sun, 18 Oct 2009 00:00:00 GMT
- The Fine Line between Regret and Frustration Sun, 11 Oct 2009 00:00:00 GMT
- Friends on Friends Mon, 05 Oct 2009 00:00:00 GMT
- A Tiny Girl for Tiny Crime Tue, 29 Sep 2009 00:00:00 GMT
- Don't Copy That - Part II Mon, 21 Sep 2009 00:00:00 GMT
- Don't Copy That - Part I Mon, 21 Sep 2009 00:00:00 GMT
- Your Racist Baby Mon, 14 Sep 2009 00:00:00 GMT
- Collective Intelligence Tue, 08 Sep 2009 00:00:00 GMT
- Feed the Aryans Sun, 30 Aug 2009 00:00:00 GMT
- A Little Taste of Independence Sun, 23 Aug 2009 00:00:00 GMT
- An Awkward Way to Come Out of the Bathroom Mon, 17 Aug 2009 00:00:00 GMT
- A Good Medicine to Have Sun, 09 Aug 2009 00:00:00 GMT
- Romeo and Juliet on a Talking Truck Sun, 02 Aug 2009 00:00:00 GMT
- The Dystopian Future is Now Fri, 24 Jul 2009 00:00:00 GMT
- Captain Cannabis Attacks Sun, 12 Jul 2009 00:00:00 GMT
- Selling Out for Sarah Palin Sun, 05 Jul 2009 00:00:00 GMT
- You Only Need a Hole Mon, 29 Jun 2009 00:00:00 GMT
- A Crime of Sloppiness Sun, 21 Jun 2009 00:00:00 GMT
- The Sanctity of a Flesh-based Marriage Sun, 14 Jun 2009 00:00:00 GMT
- 20-Inch Screws and A 80-Foot Ladder Mon, 08 Jun 2009 00:00:00 GMT
- Small-market Superheroes Sun, 31 May 2009 00:00:00 GMT
- A Dolphin You Can Bring Home to Mom Thu, 28 May 2009 00:00:00 GMT
- Seventy Wasted Hours of Your Life Tue, 10 Feb 2009 00:00:00 GMT
- Richard Attenborough Narrates a Porno Mon, 02 Feb 2009 00:00:00 GMT
- A Camaro that Doesn't Explode Mon, 26 Jan 2009 00:00:00 GMT
- $16k, 100 Cases of Beer, and Several Cases of Meat Mon, 19 Jan 2009 00:00:00 GMT
- The Vice President of Style Tue, 13 Jan 2009 00:00:00 GMT
- A Venn Diagram of Two Things That Suck Tue, 06 Jan 2009 00:00:00 GMT
- The Skinniest Kid at Fat Camp Mon, 29 Dec 2008 00:00:00 GMT
- Adolph Hitler: Employee of the Month Tue, 23 Dec 2008 00:00:00 GMT
- Oil, Coffee, and Corsets Tue, 16 Dec 2008 00:00:00 GMT
- The Vicar's Eleventh Toe Tue, 09 Dec 2008 00:00:00 GMT
- Fat, Toothless, and Poor Mon, 01 Dec 2008 00:00:00 GMT
- Rubbing a Bitch's Teat with Love Mon, 24 Nov 2008 00:00:00 GMT
- A Complex Relationship with Cheese Wed, 19 Nov 2008 00:00:00 GMT
- A Donut for Everyman Mon, 10 Nov 2008 00:00:00 GMT
- The White Trash Food Pyramid Tue, 04 Nov 2008 00:00:00 GMT
- Every Night is a Kobayashi Maru Wed, 29 Oct 2008 00:00:00 GMT
- The Child You Kept in the Closet Wed, 22 Oct 2008 00:00:00 GMT
- You're Not Using It Right Tue, 14 Oct 2008 00:00:00 GMT
- The Tragic Choice Fatigue of David Lee Roth Sun, 05 Oct 2008 00:00:00 GMT
- Learning to Love the Sweet Smell of Success Mon, 29 Sep 2008 00:00:00 GMT
- The Greatest Men's Breakfast on the Planet Sun, 21 Sep 2008 00:00:00 GMT
- The Real Joker Never Picks Up His Cards Sun, 14 Sep 2008 00:00:00 GMT
- A Line of Tapdancing Rats Sun, 07 Sep 2008 00:00:00 GMT
- The Brownest Snowflake Tue, 02 Sep 2008 00:00:00 GMT
- 007 Gets Out of His Hatchback Mon, 25 Aug 2008 00:00:00 GMT
- The Clothes Hangar, the Uncooked Hot Dog, and the Tube of Lube Mon, 18 Aug 2008 00:00:00 GMT
- Tapioca Zombiefest 2000 Bagel Delivery Girl Sun, 10 Aug 2008 00:00:00 GMT
- The Tummy Returns Sun, 03 Aug 2008 00:00:00 GMT
- Floss Like a Dentist Sun, 27 Jul 2008 00:00:00 GMT
- A Nazi Every Night with Dinner Sun, 20 Jul 2008 00:00:00 GMT
- An Alternate Dimension with the Worst Superhero Wed, 16 Jul 2008 00:00:00 GMT
- The Canadian Oil Sands Company of Comedy Wed, 09 Jul 2008 00:00:00 GMT
- The Intoxicating Scent of Flour Sun, 06 Jul 2008 00:00:00 GMT
- A Tale of Two Weiners Wed, 02 Jul 2008 00:00:00 GMT
- Random Acts of Rudeness Sun, 29 Jun 2008 00:00:00 GMT
- The Choice to Kill Sun, 22 Jun 2008 00:00:00 GMT
- An Asshole Sitting Behind a Sushi Bar Sun, 15 Jun 2008 00:00:00 GMT
- Getting Used to Disappointment Sun, 08 Jun 2008 00:00:00 GMT
- The Freedomcast Sun, 01 Jun 2008 00:00:00 GMT
- Spring Break for Gay People Sun, 25 May 2008 00:00:00 GMT
- The Mystery of the Disappearing Semen Sun, 18 May 2008 00:00:00 GMT
- Putting Odor Back Into Communication Sun, 11 May 2008 00:00:00 GMT
- T, A, and A Wed, 07 May 2008 00:00:00 GMT
- The Faint Smell of Vomit Sun, 27 Apr 2008 00:00:00 GMT
- Celebrating Your Past Failures Sun, 20 Apr 2008 00:00:00 GMT
- A Classic F.O.E. Mistake Sun, 13 Apr 2008 00:00:00 GMT
- Mr. T's Stock Tip Show Sun, 06 Apr 2008 00:00:00 GMT
- Ray Kurzweil Never Saw Fantasia Sun, 30 Mar 2008 00:00:00 GMT
- The Manual Process of Checking the Archives Sun, 23 Mar 2008 00:00:00 GMT
- Stretched to the Limits and Back Sun, 16 Mar 2008 00:00:00 GMT
- There's Only One Destination Sun, 09 Mar 2008 00:00:00 GMT
- Waiting for a Message You Don't Want To Hear Sun, 02 Mar 2008 00:00:00 GMT
Lex Fridman Podcast URL | Feed
Conversations about science, technology, history, philosophy and the nature of intelligence, consciousness, love, and power. Lex is an AI researcher at MIT and beyond.
- #468 – Janna Levin: Black Holes, Wormholes, Aliens, Paradoxes & Extra Dimensions Mon, 05 May 2025 23:03:38 +0000
- #467 – Tim Sweeney: Fortnite, Unreal Engine, and the Future of Gaming Wed, 30 Apr 2025 21:53:41 +0000
- #466 – Jeffrey Wasserstrom: China, Xi Jinping, Trade War, Taiwan, Hong Kong, Mao Thu, 24 Apr 2025 23:14:06 +0000
- #465 – Robert Rodriguez: Sin City, Desperado, El Mariachi, Alita, and Filmmaking Thu, 17 Apr 2025 17:51:39 +0000
- #464 – Dave Smith: Israel, Ukraine, Epstein, Mossad, Conspiracies & Antisemitism Wed, 09 Apr 2025 02:02:56 +0000
- #463 – Douglas Murray: Putin, Zelenskyy, Trump, Israel, Netanyahu, Hamas & Gaza Sun, 30 Mar 2025 21:07:22 +0000
- #462 – Ezra Klein and Derek Thompson: Politics, Trump, AOC, Elon & DOGE Wed, 26 Mar 2025 08:59:23 +0000
- #461 – ThePrimeagen: Programming, AI, ADHD, Productivity, Addiction, and God Sat, 22 Mar 2025 19:58:22 +0000
- #460 – Narendra Modi: Prime Minister of India – Power, Democracy, War & Peace Sun, 16 Mar 2025 13:21:05 +0000
- #459 – DeepSeek, China, OpenAI, NVIDIA, xAI, TSMC, Stargate, and AI Megaclusters Mon, 03 Feb 2025 03:37:42 +0000
- #458 – Marc Andreessen: Trump, Power, Tech, AI, Immigration & Future of America Sun, 26 Jan 2025 20:50:35 +0000
- #457 – Jennifer Burns: Milton Friedman, Ayn Rand, Economics, Capitalism, Freedom Sun, 19 Jan 2025 19:56:15 +0000
- #456 – Volodymyr Zelenskyy: Ukraine, War, Peace, Putin, Trump, NATO, and Freedom Mon, 06 Jan 2025 00:12:14 +0000
- #455 – Adam Frank: Alien Civilizations and the Search for Extraterrestrial Life Sun, 22 Dec 2024 22:36:20 +0000
- #454 – Saagar Enjeti: Trump, MAGA, DOGE, Obama, FDR, JFK, History & Politics Sun, 08 Dec 2024 16:39:43 +0000
- #453 – Javier Milei: President of Argentina – Freedom, Economics, and Corruption Wed, 20 Nov 2024 16:07:42 +0000
- #452 – Dario Amodei: Anthropic CEO on Claude, AGI & the Future of AI & Humanity Mon, 11 Nov 2024 19:53:30 +0000
- #451 – Rick Spence: CIA, KGB, Illuminati, Secret Societies, Cults & Conspiracies Wed, 30 Oct 2024 21:30:55 +0000
- #450 – Bernie Sanders Interview Wed, 23 Oct 2024 20:30:41 +0000
- #449 – Graham Hancock: Lost Civilization of the Ice Age & Ancient Human History Wed, 16 Oct 2024 17:39:58 +0000
- #448 – Jordan Peterson: Nietzsche, Hitler, God, Psychopathy, Suffering & Meaning Fri, 11 Oct 2024 18:25:36 +0000
- #447 – Cursor Team: Future of Programming with AI Sun, 06 Oct 2024 18:47:46 +0000
- #446 – Ed Barnhart: Maya, Aztec, Inca, and Lost Civilizations of South America Mon, 30 Sep 2024 17:59:36 +0000
- #445 – Vivek Ramaswamy: Trump, Conservatism, Nationalism, Immigration, and War Wed, 25 Sep 2024 21:17:23 +0000
- #444 – Vejas Liulevicius: Communism, Marxism, Nazism, Stalin, Mao, and Hitler Fri, 20 Sep 2024 22:02:44 +0000
- #443 – Gregory Aldrete: The Roman Empire – Rise and Fall of Ancient Rome Thu, 12 Sep 2024 22:57:47 +0000
- #442 – Donald Trump Interview Tue, 03 Sep 2024 16:24:11 +0000
- #441 – Cenk Uygur: Trump vs Harris, Progressive Politics, Communism & Capitalism Fri, 30 Aug 2024 23:49:16 +0000
- #440 – Pieter Levels: Programming, Viral AI Startups, and Digital Nomad Life Tue, 20 Aug 2024 20:22:09 +0000
- #439 – Craig Jones: Jiu Jitsu, $2 Million Prize, CJI, ADCC, Ukraine & Trolling Wed, 14 Aug 2024 19:58:00 +0000
- #438 – Elon Musk: Neuralink and the Future of Humanity Fri, 02 Aug 2024 19:19:20 +0000
- #437 – Jordan Jonas: Survival, Hunting, Siberia, God, and Winning Alone Season 6 Sun, 21 Jul 2024 23:43:00 +0000
- #436 – Ivanka Trump: Politics, Family, Real Estate, Fashion, Music, and Life Tue, 02 Jul 2024 23:04:59 +0000
- #435 – Andrew Huberman: Focus, Controversy, Politics, and Relationships Fri, 28 Jun 2024 00:07:39 +0000
- #434 – Aravind Srinivas: Perplexity CEO on Future of AI, Search & the Internet Wed, 19 Jun 2024 21:27:17 +0000
- #433 – Sara Walker: Physics of Life, Time, Complexity, and Aliens Thu, 13 Jun 2024 21:50:25 +0000
- #432 – Kevin Spacey: Power, Controversy, Betrayal, Truth & Love in Film and Life Wed, 05 Jun 2024 23:50:39 +0000
- #431 – Roman Yampolskiy: Dangers of Superintelligent AI Sun, 02 Jun 2024 21:18:34 +0000
- #430 – Charan Ranganath: Human Memory, Imagination, Deja Vu, and False Memories Sat, 25 May 2024 20:52:50 +0000
- #429 – Paul Rosolie: Jungle, Apex Predators, Aliens, Uncontacted Tribes, and God Wed, 15 May 2024 23:30:39 +0000
- #428 – Sean Carroll: General Relativity, Quantum Mechanics, Black Holes & Aliens Mon, 22 Apr 2024 19:25:24 +0000
- #427 – Neil Adams: Judo, Olympics, Winning, Losing, and the Champion Mindset Sat, 20 Apr 2024 21:59:31 +0000
- #426 – Edward Gibson: Human Language, Psycholinguistics, Syntax, Grammar & LLMs Wed, 17 Apr 2024 20:05:39 +0000
- #425 – Andrew Callaghan: Channel 5, Gonzo, QAnon, O-Block, Politics & Alex Jones Sat, 13 Apr 2024 17:48:56 +0000
- #424 – Bassem Youssef: Israel-Palestine, Gaza, Hamas, Middle East, Satire & Fame Fri, 05 Apr 2024 20:39:42 +0000
- #423 – Tulsi Gabbard: War, Politics, and the Military Industrial Complex Tue, 02 Apr 2024 18:23:31 +0000
- #422 – Mark Cuban: Shark Tank, DEI & Wokeism Debate, Elon Musk, Politics & Drugs Fri, 29 Mar 2024 20:59:49 +0000
- #421 – Dana White: UFC, Fighting, Khabib, Conor, Tyson, Ali, Rogan, Elon & Zuck Mon, 25 Mar 2024 15:34:42 +0000
- #420 – Annie Jacobsen: Nuclear War, CIA, KGB, Aliens, Area 51, Roswell & Secrecy Fri, 22 Mar 2024 20:55:05 +0000
- #419 – Sam Altman: OpenAI, GPT-5, Sora, Board Saga, Elon Musk, Ilya, Power & AGI Mon, 18 Mar 2024 15:04:35 +0000
- #418 – Israel-Palestine Debate: Finkelstein, Destiny, M. Rabbani & Benny Morris Thu, 14 Mar 2024 14:59:21 +0000
- #417 – Kimbal Musk: The Art of Cooking, Tesla, SpaceX, Zip2, and Family Sun, 10 Mar 2024 21:14:39 +0000
- #416 – Yann Lecun: Meta AI, Open Source, Limits of LLMs, AGI & the Future of AI Thu, 07 Mar 2024 21:58:59 +0000
- #415 – Serhii Plokhy: History of Ukraine, Russia, Soviet Union, KGB, Nazis & War Mon, 04 Mar 2024 20:02:09 +0000
- #414 – Tucker Carlson: Putin, Navalny, Trump, CIA, NSA, War, Politics & Freedom Tue, 27 Feb 2024 16:36:05 +0000
- #413 – Bill Ackman: Investing, Financial Battles, Harvard, DEI, X & Free Speech Tue, 20 Feb 2024 19:19:43 +0000
- #412 – Marc Raibert: Boston Dynamics and the Future of Robotics Fri, 16 Feb 2024 18:49:37 +0000
- #411 – Omar Suleiman: Palestine, Gaza, Oct 7, Israel, Resistance, Faith & Islam Fri, 02 Feb 2024 00:04:50 +0000
- #410 – Ben Shapiro vs Destiny Debate: Politics, Jan 6, Israel, Ukraine & Wokeism Tue, 23 Jan 2024 17:06:47 +0000
- #409 – Matthew Cox: FBI Most Wanted Con Man – $55 Million in Bank Fraud Wed, 17 Jan 2024 16:51:44 +0000
- #408 – Tal Wilkenfeld: Music, Guitar, Bass, Jeff Beck, Prince, and Leonard Cohen Tue, 09 Jan 2024 22:35:21 +0000
- #407 – Guillaume Verdon: Beff Jezos, E/acc Movement, Physics, Computation & AGI Fri, 29 Dec 2023 21:03:57 +0000
- #406 – Teddy Atlas: Mike Tyson, Cus D’Amato, Boxing, Loyalty, Fear & Greatness Sun, 24 Dec 2023 21:27:55 +0000
- #405 – Jeff Bezos: Amazon and Blue Origin Thu, 14 Dec 2023 18:57:48 +0000
- #404 – Lee Cronin: Controversial Nature Paper on Evolution of Life and Universe Sat, 09 Dec 2023 21:21:58 +0000
- #403 – Lisa Randall: Dark Matter, Theoretical Physics, and Extinction Events Sun, 03 Dec 2023 17:37:26 +0000
- #402 – Michael Malice: Thanksgiving Pirate Special Sat, 25 Nov 2023 21:11:31 +0000
- #401 – John Mearsheimer: Israel-Palestine, Russia-Ukraine, China, NATO, and WW3 Sat, 18 Nov 2023 14:05:32 +0000
- #400 – Elon Musk: War, AI, Aliens, Politics, Physics, Video Games, and Humanity Thu, 09 Nov 2023 19:03:46 +0000
- #399 – Jared Kushner: Israel, Palestine, Hamas, Gaza, Iran, and the Middle East Wed, 11 Oct 2023 20:21:10 +0000
- #398 – Mark Zuckerberg: First Interview in the Metaverse Thu, 28 Sep 2023 21:15:22 +0000
- #397 – Greg Lukianoff: Cancel Culture, Deplatforming, Censorship & Free Speech Mon, 25 Sep 2023 01:12:01 +0000
- #396 – James Sexton: Divorce Lawyer on Marriage, Relationships, Sex, Lies & Love Mon, 18 Sep 2023 01:07:29 +0000
- #395 – Walter Isaacson: Elon Musk, Steve Jobs, Einstein, Da Vinci & Ben Franklin Sun, 10 Sep 2023 20:21:44 +0000
- #394 – Neri Oxman: Biology, Art, and Science of Design & Engineering with Nature Fri, 01 Sep 2023 19:10:20 +0000
- #393 – Andrew Huberman: Relationships, Drama, Betrayal, Sex, and Love Thu, 17 Aug 2023 20:37:40 +0000
- #392 – Joscha Bach: Life, Intelligence, Consciousness, AI & the Future of Humans Tue, 01 Aug 2023 18:49:08 +0000
- #391 – Mohammed El-Kurd: Palestine Mon, 24 Jul 2023 15:32:40 +0000
- #390 – Yuval Noah Harari: Human Nature, Intelligence, Power, and Conspiracies Mon, 17 Jul 2023 15:44:20 +0000
- #389 – Benjamin Netanyahu: Israel, Palestine, Power, Corruption, Hate, and Peace Wed, 12 Jul 2023 18:07:31 +0000
- #388 – Robert F. Kennedy Jr: CIA, Power, Corruption, War, Freedom, and Meaning Thu, 06 Jul 2023 22:07:19 +0000
- #387 – George Hotz: Tiny Corp, Twitter, AI Safety, Self-Driving, GPT, AGI & God Fri, 30 Jun 2023 01:16:21 +0000
- #386 – Marc Andreessen: Future of the Internet, Technology, and AI Thu, 22 Jun 2023 02:04:50 +0000
- #385 – Jimmy Wales: Wikipedia Sun, 18 Jun 2023 22:42:02 +0000
- #384 – Matthew McConaughey: Freedom, Truth, Family, Hardship, and Love Tue, 13 Jun 2023 18:26:43 +0000
- #383 – Mark Zuckerberg: Future of AI at Meta, Facebook, Instagram, and WhatsApp Thu, 08 Jun 2023 22:49:41 +0000
- #382 – Bert Kreischer: Comedy, Drinking, Rogan, Segura, Churchill & Kim Jong Un Mon, 05 Jun 2023 17:10:35 +0000
- #381 – Chris Lattner: Future of Programming and AI Fri, 02 Jun 2023 21:20:17 +0000
- #380 – Neil Gershenfeld: Self-Replicating Robots and the Future of Fabrication Sun, 28 May 2023 15:29:58 +0000
- #379 – Randall Kennedy: The N-Word – History of Race, Law, Politics, and Power Wed, 24 May 2023 15:27:23 +0000
- #378 – Anna Frebel: Origin and Evolution of the Universe, Galaxies, and Stars Thu, 18 May 2023 21:18:08 +0000
- #377 – Harvey Silverglate: Freedom of Speech Tue, 16 May 2023 01:18:32 +0000
- #376 – Stephen Wolfram: ChatGPT and the Nature of Truth, Reality & Computation Tue, 09 May 2023 17:12:11 +0000
- #375 – David Pakman: Politics of Trump, Biden, Bernie, AOC, Socialism & Wokeism Sat, 06 May 2023 17:39:54 +0000
- #374 – Robert Playter: Boston Dynamics CEO on Humanoid and Legged Robotics Fri, 28 Apr 2023 19:13:09 +0000
- #373 – Manolis Kellis: Evolution of Human Civilization and Superintelligent AI Fri, 21 Apr 2023 22:21:23 +0000
- #372 – Simone Giertz: Queen of Sh*tty Robots, Innovative Engineering, and Design Sun, 16 Apr 2023 19:51:34 +0000
- #371 – Max Tegmark: The Case for Halting AI Development Thu, 13 Apr 2023 16:26:42 +0000
- #370 – Edward Frenkel: Reality is a Paradox – Mathematics, Physics, Truth & Love Mon, 10 Apr 2023 02:14:34 +0000
- #369 – Paul Rosolie: Amazon Jungle, Uncontacted Tribes, Anacondas, and Ayahuasca Tue, 04 Apr 2023 18:50:10 +0000
- #368 – Eliezer Yudkowsky: Dangers of AI and the End of Human Civilization Thu, 30 Mar 2023 15:14:29 +0000
- #367 – Sam Altman: OpenAI CEO on GPT-4, ChatGPT, and the Future of AI Sat, 25 Mar 2023 18:04:11 +0000
- #366 – Shannon Curry: Johnny Depp & Amber Heard Trial, Marriage, Dating & Love Tue, 21 Mar 2023 23:02:22 +0000
- #365 – Sam Harris: Trump, Pandemic, Twitter, Elon, Bret, IDW, Kanye, AI & UFOs Tue, 14 Mar 2023 17:19:34 +0000
- #364 – Chris Voss: FBI Hostage Negotiator Fri, 10 Mar 2023 17:16:27 +0000
- #363 – B-Team Jiu Jitsu: Craig Jones, Nicky Rod, and Nicky Ryan Mon, 06 Mar 2023 18:33:58 +0000
- #362 – Ginni Rometty: IBM CEO on Leadership, Power, and Adversity Thu, 02 Mar 2023 19:08:42 +0000
- #361 – Aaron Smith-Levin: Scientology Sat, 25 Feb 2023 20:26:53 +0000
- #360 – Tim Urban: Tribalism, Marxism, Liberalism, Social Justice, and Politics Mon, 20 Feb 2023 20:18:52 +0000
- #359 – Andrew Strominger: Black Holes, Quantum Gravity, and Theoretical Physics Wed, 15 Feb 2023 17:17:16 +0000
- #358 – Aella: Sex Work, OnlyFans, Porn, Escorting, Dating, and Human Sexuality Fri, 10 Feb 2023 18:57:08 +0000
- #357 – Paul Conti: Narcissism, Sociopathy, Envy, and the Nature of Good and Evil Tue, 07 Feb 2023 17:05:12 +0000
- #356 – Tim Dodd: SpaceX, Starship, Rocket Engines, and Future of Space Travel Thu, 02 Feb 2023 17:36:01 +0000
- #355 – David Kipping: Alien Civilizations and Habitable Worlds Sat, 28 Jan 2023 20:03:06 +0000
- #354 – Jeremi Suri: American Civil War Wed, 25 Jan 2023 17:22:29 +0000
- #353 – Dennis Whyte: Nuclear Fusion and the Future of Energy Sat, 21 Jan 2023 18:37:56 +0000
- #352 – Omar Suleiman: Islam Tue, 17 Jan 2023 17:35:28 +0000
- #351 – MrBeast: Future of YouTube, Twitter, TikTok, and Instagram Wed, 11 Jan 2023 17:36:11 +0000
- #350 – Betül Kaçar: Origin of Life, Ancient DNA, Panspermia, and Aliens Thu, 29 Dec 2022 17:35:50 +0000
- #349 – Bhaskar Sunkara: The Case for Socialism Thu, 22 Dec 2022 19:41:28 +0000
- #348 – Nathalie Cabrol: Search for Alien Life Mon, 19 Dec 2022 18:57:17 +0000
- #347 – Michael Malice: Christmas Special Thu, 15 Dec 2022 20:28:53 +0000
- #346 – Ed Calderon: Mexican Drug Cartels Mon, 12 Dec 2022 17:10:47 +0000
- #345 – Coffeezilla: SBF, FTX, Fraud, Scams, Fake Gurus, Money, Fame, and Power Fri, 09 Dec 2022 02:27:44 +0000
- #344 – Noam Brown: AI vs Humans in Poker and Games of Strategic Negotiation Tue, 06 Dec 2022 17:23:36 +0000
- #343 – Roger Gracie: Greatest Jiu Jitsu Competitor of All Time Sat, 03 Dec 2022 17:10:50 +0000
- #342 – Todd Howard: Skyrim, Elder Scrolls 6, Fallout, and Starfield Tue, 29 Nov 2022 17:04:46 +0000
- #341 – Guido van Rossum: Python and the Future of Programming Sat, 26 Nov 2022 16:25:26 +0000
- #340 – Chris Tarbell: FBI Agent Who Took Down Silk Road Tue, 22 Nov 2022 17:24:13 +0000
- #339 – Climate Change Debate: Bjørn Lomborg and Andrew Revkin Fri, 18 Nov 2022 16:57:39 +0000
- #338 – Chamath Palihapitiya: Money, Success, Startups, Energy, Poker & Happiness Tue, 15 Nov 2022 16:58:05 +0000
- #337 – Destiny: Politics, Free Speech, Controversy, Sex, War, and Relationships Fri, 11 Nov 2022 17:48:28 +0000
- #336 – Ben Shapiro: Politics, Kanye, Trump, Biden, Hitler, Extremism, and War Mon, 07 Nov 2022 15:43:59 +0000
- #335 – Fiona Hill: Vladimir Putin and Donald Trump Fri, 04 Nov 2022 16:07:36 +0000
- #334 – Abbas Amanat: Iran Protests, Mahsa Amini, History, CIA & Nuclear Weapons Wed, 02 Nov 2022 17:29:54 +0000
- #333 – Andrej Karpathy: Tesla AI, Self-Driving, Optimus, Aliens, and AGI Sat, 29 Oct 2022 16:36:12 +0000
- #332 – Kanye ‘Ye’ West Interview Mon, 24 Oct 2022 21:09:11 +0000
- #331 – Balaji Srinivasan: How to Fix Government, Twitter, Science, and the FDA Thu, 20 Oct 2022 16:24:03 +0000
- #330 – Hikaru Nakamura: Chess, Magnus, Kasparov, and the Psychology of Greatness Mon, 17 Oct 2022 16:42:50 +0000
- #329 – Kate Darling: Social Robots, Ethics, Privacy and the Future of MIT Sat, 15 Oct 2022 19:33:53 +0000
- #328 – John Danaher: Submission Grappling, ADCC, Animal Combat, and Knives Mon, 10 Oct 2022 17:53:32 +0000
- #327 – GothamChess: Hans Niemann, Magnus Carlsen, Cheating Scandal & Chess Bots Fri, 07 Oct 2022 16:34:07 +0000
- #326 – Annaka Harris: Free Will, Consciousness, and the Nature of Reality Wed, 05 Oct 2022 17:24:25 +0000
- #325 – Michael Levin: Biology, Life, Aliens, Evolution, Embryogenesis & Xenobots Sat, 01 Oct 2022 16:56:45 +0000
- #324 – Daniel Negreanu: Poker Tue, 27 Sep 2022 18:37:49 +0000
- #323 – Will Sasso: Comedy, MADtv, AI, Friendship, Madness, and Pro Wrestling Sat, 24 Sep 2022 17:19:49 +0000
- #322 – Rana el Kaliouby: Emotion AI, Social Robots, and Self-Driving Cars Wed, 21 Sep 2022 16:35:09 +0000
- #321 – Ray Kurzweil: Singularity, Superintelligence, and Immortality Sat, 17 Sep 2022 16:54:53 +0000
- #320 – Christopher Capozzola: World War I, Ideology, Propaganda, and Politics Wed, 14 Sep 2022 18:12:58 +0000
- #319 – Botez Sisters: Chess, Streaming, and Fame Fri, 09 Sep 2022 14:04:45 +0000
- #318 – Nick Lane: Origin of Life, Evolution, Aliens, Biology, and Consciousness Wed, 07 Sep 2022 15:29:01 +0000
- #317 – John Vervaeke: Meaning Crisis, Atheism, Religion & the Search for Wisdom Sun, 04 Sep 2022 19:05:26 +0000
- #316 – Noam Chomsky: Putin, Ukraine, China, and Nuclear War Wed, 31 Aug 2022 20:41:11 +0000
- #315 – Magnus Carlsen: Greatest Chess Player of All Time Sat, 27 Aug 2022 17:50:28 +0000
- #314 – Liv Boeree: Poker, Game Theory, AI, Simulation, Aliens & Existential Risk Wed, 24 Aug 2022 16:29:52 +0000
- #313 – Jordan Peterson: Life, Death, Power, Fame, and Meaning Fri, 19 Aug 2022 15:59:42 +0000
- #312 – Duncan Trussell: Comedy, Sentient Robots, Suffering, Love & Burning Man Tue, 16 Aug 2022 15:26:19 +0000
- #311 – Magatte Wade: Africa, Capitalism, Communism, and the Future of Humanity Sat, 13 Aug 2022 15:26:22 +0000
- #310 – Andrew Bustamante: CIA Spy Mon, 08 Aug 2022 17:16:04 +0000
- #309 – John Carmack: Doom, Quake, VR, AGI, Programming, Video Games, and Rockets Thu, 04 Aug 2022 17:04:07 +0000
- #308 – Ryan Graves: UFOs, Fighter Jets, and Aliens Mon, 01 Aug 2022 16:07:41 +0000
- #307 – Brian Armstrong: Coinbase, Cryptocurrency, and Government Regulation Fri, 29 Jul 2022 16:26:01 +0000
- #306 – Oriol Vinyals: Deep Learning and Artificial General Intelligence Tue, 26 Jul 2022 16:17:10 +0000
- #305 – Martin Rees: Black Holes, Alien Life, Dark Matter, and the Big Bang Sat, 23 Jul 2022 15:53:10 +0000
- #304 – Bishop Robert Barron: Christianity and the Catholic Church Wed, 20 Jul 2022 15:54:01 +0000
- #303 – Steve Keen: Marxism, Capitalism, and Economics Sun, 17 Jul 2022 13:57:03 +0000
- #302 – Richard Haier: IQ Tests, Human Intelligence, and Group Differences Thu, 14 Jul 2022 16:04:12 +0000
- #301 – Jack Barsky: KGB Spy Sat, 09 Jul 2022 15:59:57 +0000
- #300 – Joe Rogan: Comedy, Controversy, Aliens, UFOs, Putin, CIA, and Freedom Mon, 04 Jul 2022 13:14:02 +0000
- #299 – Demis Hassabis: DeepMind Fri, 01 Jul 2022 10:12:10 +0000
- #298 – Susan Cain: The Power of Introverts and Loneliness Tue, 28 Jun 2022 17:13:39 +0000
- #297 – Jonathan Reisman: The Human Body – From Sex & Sperm to Hands & Heart Sat, 25 Jun 2022 18:11:25 +0000
- #296 – Douglas Murray: Racism, Marxism, and the War on the West Tue, 21 Jun 2022 12:38:18 +0000
- #295 – Richard Wolff: Marxism and Communism Fri, 17 Jun 2022 16:19:37 +0000
- #294 – Tony Fadell: iPhone, iPod, and Nest Wed, 15 Jun 2022 18:53:03 +0000
- #293 – Donald Hoffman: Reality is an Illusion – How Evolution Hid the Truth Sun, 12 Jun 2022 18:50:15 +0000
- #292 – Robin Hanson: Alien Civilizations, UFOs, and the Future of Humanity Thu, 09 Jun 2022 12:38:30 +0000
- #291 – Jonathan Haidt: The Case Against Social Media Sat, 04 Jun 2022 17:18:02 +0000
- #290 – Dan Reynolds: Imagine Dragons Mon, 30 May 2022 17:13:22 +0000
- #289 – Stephen Kotkin: Putin, Zelenskyy, and War in Ukraine Wed, 25 May 2022 14:27:52 +0000
- #288 – Sarma Melngailis: Bad Vegan Mon, 23 May 2022 17:33:00 +0000
- #287 – Bobby Lee: Comedy, Skyrim, Sex Robots, Love, Fame, and Power Fri, 20 May 2022 17:10:40 +0000
- #286 – Oliver Stone: Vladimir Putin and War in Ukraine Tue, 17 May 2022 17:42:24 +0000
- #285 – Glenn Loury: Race, Racism, Identity Politics, and Cancel Culture Sat, 14 May 2022 18:44:34 +0000
- #284 – Saifedean Ammous: Bitcoin, Anarchy, and Austrian Economics Wed, 11 May 2022 17:01:27 +0000
- #283 – Chris Mason: Space Travel, Colonization, and Long-Term Survival in Space Sun, 08 May 2022 20:52:32 +0000
- #282 – David Buss: Sex, Dating, Relationships, and Sex Differences Wed, 04 May 2022 15:17:27 +0000
- #281 – Grimes: Music, AI, and the Future of Humanity Fri, 29 Apr 2022 18:19:22 +0000
- #280 – Cristiano Amon: Qualcomm CEO Wed, 27 Apr 2022 18:01:38 +0000
- #279 – Alien Debate: Sara Walker and Lee Cronin Sun, 24 Apr 2022 17:45:22 +0000
- #278 – Skye Fitzgerald: Hunger, War, and Human Suffering Wed, 20 Apr 2022 22:23:59 +0000
- #277 – Andrew Huberman: Focus, Stress, Relationships, and Friendship Sun, 17 Apr 2022 17:53:59 +0000
- #276 – Michael Saylor: Bitcoin, Inflation, and the Future of Money Thu, 14 Apr 2022 19:03:57 +0000
- #275 – Rick Rubin: Legendary Music Producer Sun, 10 Apr 2022 16:43:38 +0000
- #274 – Karl Deisseroth: Depression, Schizophrenia, and Psychiatry Thu, 07 Apr 2022 16:50:15 +0000
- #273 – Chris Blattman: War and Violence Sun, 03 Apr 2022 16:54:27 +0000
- #272 – Brett Johnson: US Most Wanted Cybercriminal Sun, 27 Mar 2022 16:31:26 +0000
- #271 – Ariel Ekblaw: Space Colonization and Self-Assembling Space Megastructures Wed, 23 Mar 2022 19:14:12 +0000
- #270 – David Wolpe: Judaism Wed, 16 Mar 2022 21:11:24 +0000
- #269 – Lee Cronin: Origin of Life, Aliens, Complexity, and Consciousness Fri, 11 Mar 2022 18:35:10 +0000
- #268 – Robert Proctor: Nazi Science and Ideology Sat, 05 Mar 2022 16:05:48 +0000
- #267 – Mark Zuckerberg: Meta, Facebook, Instagram, and the Metaverse Sat, 26 Feb 2022 17:26:05 +0000
- #266 – Nicole Perlroth: Cybersecurity and the Weapons of Cyberwar Sun, 20 Feb 2022 22:31:53 +0000
- #265 – Devon Larratt: Arm Wrestling Wed, 16 Feb 2022 21:49:00 +0000
- #264 – Tim Urban: Elon Musk, Neuralink, AI, Aliens, and the Future of Humanity Sun, 13 Feb 2022 20:35:31 +0000
- #263 – John Abramson: Big Pharma Fri, 11 Feb 2022 17:17:55 +0000
- #262 – Garry Nolan: UFOs and Aliens Sun, 06 Feb 2022 22:20:41 +0000
- #261 – Philip Goff: Consciousness, Panpsychism, and the Philosophy of Mind Thu, 03 Feb 2022 17:36:56 +0000
- #260 – Georges St-Pierre, John Danaher & Gordon Ryan: The Greatest of All Time Sun, 30 Jan 2022 20:47:31 +0000
- #259 – Thomas Tull: From Batman Dark Knight Trilogy to AI and the Rolling Stones Wed, 26 Jan 2022 20:43:15 +0000
- #258 – Yann LeCun: Dark Matter of Intelligence and Self-Supervised Learning Sat, 22 Jan 2022 20:08:32 +0000
- #257 – Brian Keating: Cosmology, Astrophysics, Aliens & Losing the Nobel Prize Tue, 18 Jan 2022 20:28:05 +0000
- #256 – Nationalism Debate: Yaron Brook and Yoram Hazony Sat, 15 Jan 2022 19:50:01 +0000
- #255 – Mark Normand: Comedy! Sat, 08 Jan 2022 21:53:16 +0000
- #254 – Jay Bhattacharya: The Case Against Lockdowns Tue, 04 Jan 2022 23:52:11 +0000
- #253 – Michael Malice: New Year’s Special Fri, 31 Dec 2021 22:40:33 +0000
- #252 – Elon Musk: SpaceX, Mars, Tesla Autopilot, Self-Driving, Robotics, and AI Tue, 28 Dec 2021 19:02:28 +0000
- #251 – Ray Dalio: Money, Power, and the Collapse of Empires Sat, 25 Dec 2021 20:04:14 +0000
- #250 – Peter Wang: Python and the Source Code of Humans, Computers, and Reality Thu, 23 Dec 2021 23:09:53 +0000
- #249 – Albert Bourla: Pfizer CEO Sat, 18 Dec 2021 15:04:38 +0000
- #248 – Norman Naimark: Genocide, Stalin, Hitler, Mao, and Absolute Power Mon, 13 Dec 2021 05:13:10 +0000
- #247 – Jamie Metzl: Lab Leak Theory Wed, 08 Dec 2021 18:28:39 +0000
- #246 – Peter Woit: Theories of Everything and Why String Theory is Not Even Wrong Fri, 03 Dec 2021 20:27:34 +0000
- #245 – Tom Brands: Iowa Wrestling Tue, 30 Nov 2021 18:23:26 +0000
- #244 – Robert Crews: Afghanistan, Taliban, Bin Laden, and War in the Middle East Sun, 28 Nov 2021 21:11:14 +0000
- #243 – Kevin Systrom: Instagram Tue, 23 Nov 2021 20:55:28 +0000
- #242 – Ben Askren: Wrestling and MMA Sat, 20 Nov 2021 18:15:18 +0000
- #241 – Boris Sofman: Waymo, Cozmo, Self-Driving Cars, and the Future of Robotics Tue, 16 Nov 2021 23:17:58 +0000
- #240 – Neal Stephenson: Sci-Fi, Space, Aliens, AI, VR & the Future of Humanity Thu, 11 Nov 2021 21:24:43 +0000
- #239 – Niall Ferguson: History of Money, Power, War, and Truth Mon, 08 Nov 2021 18:39:08 +0000
- #238 – Francis Collins: National Institutes of Health (NIH) Fri, 05 Nov 2021 20:30:24 +0000
- #237 – Steve Viscelli: Trucking and the Decline of the American Dream Wed, 03 Nov 2021 23:36:02 +0000
- #236 – Jimmy Pedro: Judo and the Forging of Champions Sun, 31 Oct 2021 23:26:56 +0000
- #235 – Michael Mina: Rapid COVID Testing Fri, 29 Oct 2021 21:48:18 +0000
- #234 – Stephen Wolfram: Complexity and the Fabric of Reality Wed, 27 Oct 2021 00:16:41 +0000
- #233 – Carl Hart: Heroin, Cocaine, MDMA, Alcohol & the Role of Drugs in Society Sat, 23 Oct 2021 17:11:38 +0000
- #232 – Brian Greene: Quantum Gravity, Big Bang, Aliens, Life, Death, and Meaning Wed, 20 Oct 2021 18:05:14 +0000
- #231 – Alex Gladstein: Bitcoin, Authoritarianism, and Human Rights Sat, 16 Oct 2021 21:23:02 +0000
- #230 – Kelsi Sheren: War, Artillery, PTSD, and Love Thu, 14 Oct 2021 23:44:42 +0000
- #229 – Richard Wrangham: Role of Violence, Sex, and Fire in Human Evolution Sun, 10 Oct 2021 19:08:05 +0000
- #228 – RZA: Wu-Tang Clan, Kung Fu, Chess, God, Life, and Death Tue, 05 Oct 2021 22:06:26 +0000
- #227 – Sean Kelly: Existentialism, Nihilism, and the Search for Meaning Thu, 30 Sep 2021 23:51:37 +0000
- #226 – Jo Boaler: How to Learn Math Mon, 27 Sep 2021 21:36:02 +0000
- #225 – Jeffrey Shainline: Neuromorphic Computing and Optoelectronic Intelligence Sun, 26 Sep 2021 23:16:52 +0000
- #224 – Travis Oliphant: NumPy, SciPy, Anaconda, Python & Scientific Programming Thu, 23 Sep 2021 01:41:13 +0000
- #223 – Travis Stevens: Judo, Olympics, and Mental Toughness Tue, 21 Sep 2021 01:59:35 +0000
- #222 – Jay McClelland: Neural Networks and the Emergence of Cognition Mon, 20 Sep 2021 05:26:44 +0000
- #221 – Douglas Lenat: Cyc and the Quest to Solve Common Sense Reasoning in AI Wed, 15 Sep 2021 16:35:47 +0000
- #220 – Niels Jorgensen: New York Firefighters and the Heroes of 9/11 Sat, 11 Sep 2021 21:12:40 +0000
- #219 – Donald Knuth: Programming, Algorithms, Hard Problems & the Game of Life Thu, 09 Sep 2021 17:04:19 +0000
- #218 – Jaron Lanier: Virtual Reality, Social Media & the Future of Humans and AI Mon, 06 Sep 2021 20:30:43 +0000
- #217 – Rodney Brooks: Robotics Fri, 03 Sep 2021 21:32:27 +0000
- #216 – Vincent Racaniello: Viruses and Vaccines Wed, 01 Sep 2021 17:40:53 +0000
- #215 – Wojciech Zaremba: OpenAI Codex, GPT-3, Robotics, and the Future of AI Sun, 29 Aug 2021 17:41:06 +0000
- #214 – Jed Buchwald: Isaac Newton and the Philosophy of Science Fri, 27 Aug 2021 21:11:29 +0000
- #213 – Barry Barish: Gravitational Waves and the Most Precise Device Ever Built Mon, 23 Aug 2021 19:18:41 +0000
- #212 – Joscha Bach: Nature of Reality, Dreams, and Consciousness Sat, 21 Aug 2021 23:50:34 +0000
- #211 – Brian Muraresku: The Secret History of Psychedelics Sun, 15 Aug 2021 01:55:25 +0000
- #210 – Matt Walker: Sleep Wed, 11 Aug 2021 13:55:29 +0000
- #209 – Luís and João Batalha: Fermat’s Library and the Art of Studying Papers Mon, 09 Aug 2021 03:15:55 +0000
- #208 – Jeff Hawkins: The Thousand Brains Theory of Intelligence Sun, 08 Aug 2021 04:30:20 +0000
- #207 – Chris Duffin: The Mad Scientist of Strength Tue, 03 Aug 2021 18:14:17 +0000
- #206 – Ishan Misra: Self-Supervised Deep Learning in Computer Vision Sat, 31 Jul 2021 16:03:43 +0000
- #205 – Zach Bitter: Ultramarathon Running Thu, 29 Jul 2021 01:51:41 +0000
- #204 – Cumrun Vafa: String Theory Mon, 26 Jul 2021 01:07:44 +0000
- #203 – Anya Fernald: Regenerative Farming and the Art of Cooking Meat Fri, 23 Jul 2021 23:09:58 +0000
- #202 – Rick Doblin: Psychedelics Wed, 21 Jul 2021 02:24:45 +0000
- #201 – Konstantin Batygin: Planet 9 and the Edge of Our Solar System Mon, 19 Jul 2021 05:23:11 +0000
- #200 – Michael Malice: Totalitarianism and Anarchy Thu, 15 Jul 2021 15:38:27 +0000
- #199 – Roger Reaves: Smuggling Drugs for Pablo Escobar and the Medellin Cartel Sun, 11 Jul 2021 19:51:49 +0000
- #198 – Sara Walker: The Origin of Life on Earth and Alien Worlds Fri, 09 Jul 2021 22:14:56 +0000
- #197 – Jocko Willink: War, Leadership, and Discipline Mon, 05 Jul 2021 02:01:39 +0000
- #196 – Yeonmi Park: North Korea Thu, 01 Jul 2021 03:23:58 +0000
- #195 – Clara Sousa-Silva: Searching for Signs of Life on Venus and Other Planets Mon, 28 Jun 2021 01:24:27 +0000
- #194 – Bret Weinstein: Truth, Science, and Censorship in the Time of a Pandemic Fri, 25 Jun 2021 23:34:22 +0000
- #193 – Rob Reid: The Existential Threat of Engineered Viruses and Lab Leaks Mon, 21 Jun 2021 00:31:22 +0000
- #192 – Charles Hoskinson: Cardano Wed, 16 Jun 2021 15:38:35 +0000
- #191 – Daniel Schmachtenberger: Steering Civilization Away from Self-Destruction Mon, 14 Jun 2021 07:03:23 +0000
- #190 – Jordan Ellenberg: Mathematics of High-Dimensional Shapes and Geometries Sun, 13 Jun 2021 03:12:52 +0000
- #189 – David Sinclair: Extending the Human Lifespan Beyond 100 Years Mon, 07 Jun 2021 01:18:48 +0000
- #188 – Vitalik Buterin: Ethereum 2.0 Thu, 03 Jun 2021 21:07:04 +0000
- #187 – Frank Wilczek: Physics of Quarks, Dark Matter, Complexity, Life & Aliens Sat, 29 May 2021 22:26:23 +0000
- #186 – Bryan Johnson: Kernel Brain-Computer Interfaces Mon, 24 May 2021 09:55:51 +0000
- #185 – Sam Harris: Consciousness, Free Will, Psychedelics, AI, UFOs, and Meaning Thu, 20 May 2021 18:55:24 +0000
- #184 – Katherine de Kleer: Planets, Moons, and Asteroids in Our Solar System Mon, 17 May 2021 09:40:46 +0000
- #183 – Po-Shen Loh: Mathematics, Math Olympiad, Combinatorics & Contact Tracing Fri, 14 May 2021 22:33:44 +0000
- #182 – John Danaher: The Path to Mastery in Jiu Jitsu, Grappling, Judo, and MMA Sun, 09 May 2021 18:51:09 +0000
- #181 – Sergey Nazarov: Chainlink, Smart Contracts, and Oracle Networks Sat, 01 May 2021 07:35:02 +0000
- #180 – Jeremi Suri: History of American Power Fri, 30 Apr 2021 01:38:44 +0000
- #179 – Georges St-Pierre: The Science of Fighting Mon, 26 Apr 2021 03:33:39 +0000
- #178 – Michael Malice and Yaron Brook: Ayn Rand, Human Nature, and Anarchy Sat, 24 Apr 2021 17:34:01 +0000
- #177 – Risto Miikkulainen: Neuroevolution and Evolutionary Computation Mon, 19 Apr 2021 05:08:44 +0000
- #176 – Robert Breedlove: Philosophy of Bitcoin from First Principles Sat, 17 Apr 2021 22:42:36 +0000
- #175 – Yannis Pappas: History and Comedy Mon, 12 Apr 2021 20:38:54 +0000
- #174 – Tyler Cowen: Economic Growth and the Fight Against Conformity and Mediocrity Sat, 10 Apr 2021 20:10:48 +0000
- #173 – Nic Carter: Bitcoin Core Values, Layered Scaling, and Blocksize Debates Thu, 01 Apr 2021 02:12:34 +0000
- #172 – Ryan Schiller: Librex and the Free Exchange of Ideas on College Campuses Tue, 30 Mar 2021 06:47:13 +0000
- #171 – Anthony Pompliano: Bitcoin Thu, 25 Mar 2021 17:26:57 +0000
- #170 – Ronald Sullivan: The Ideal of Justice in the Face of Controversy and Evil Mon, 22 Mar 2021 04:24:16 +0000
- #169 – Ryan Hall: Solving Martial Arts from First Principles Sat, 20 Mar 2021 21:14:02 +0000
- #168 – Silvio Micali: Cryptocurrency, Blockchain, Algorand, Bitcoin, and Ethereum Mon, 15 Mar 2021 04:55:40 +0000
- #167 – Saagar Enjeti: Politics, History, and Power Sun, 14 Mar 2021 00:48:05 +0000
- #166 – Cal Newport: Deep Work, Focus, Productivity, Email, and Social Media Fri, 05 Mar 2021 00:27:52 +0000
- #165 – Josh Barnett: Philosophy of Violence, Power, and the Martial Arts Mon, 01 Mar 2021 13:36:20 +0000
- #164 – Andrew Huberman: Sleep, Dreams, Creativity & the Limits of the Human Mind Sun, 28 Feb 2021 16:59:51 +0000
- #163 – Eric Weinstein: Difficult Conversations, Freedom of Speech, and Physics Tue, 23 Feb 2021 05:36:12 +0000
- #162 – Jim Keller: The Future of Computing, AI, Life, and Consciousness Thu, 18 Feb 2021 17:39:43 +0000
- #161 – Jason Calacanis: Startups, Angel Investing, Capitalism, and Friendship Mon, 15 Feb 2021 14:07:29 +0000
- #160 – Brendan Eich: JavaScript, Firefox, Mozilla, and Brave Fri, 12 Feb 2021 14:06:59 +0000
- #159 – Richard Craib: WallStreetBets, Numerai, and the Future of Stock Trading Sun, 07 Feb 2021 23:20:51 +0000
- #158 – Zev Weinstein: The Next Generation of Big Ideas and Brave Minds Fri, 05 Feb 2021 19:59:53 +0000
- #157 – Natalya Bailey: Rocket Engines and Electric Spacecraft Propulsion Mon, 01 Feb 2021 14:15:06 +0000
- #156 – Tim Dillon: Comedy, Power, Conspiracy Theories, and Freedom Fri, 29 Jan 2021 22:22:59 +0000
- Lex Fridman: Ask Me Anything – AMA January 2021 Wed, 27 Jan 2021 18:11:23 +0000
- #155 – Max Tegmark: AI and Physics Mon, 18 Jan 2021 06:16:39 +0000
- #154 – Avi Loeb: Aliens, Black Holes, and the Mystery of the Oumuamua Thu, 14 Jan 2021 04:04:03 +0000
- #153 – Dmitry Korkin: Evolution of Proteins, Viruses, Life, and AI Mon, 11 Jan 2021 10:49:20 +0000
- #152 – Dan Gable: Olympic Wrestling, Mental Toughness & the Making of Champions Sat, 09 Jan 2021 23:07:40 +0000
- #151 – Dan Kokotov: Speech Recognition with AI and Humans Mon, 04 Jan 2021 09:25:10 +0000
- #150 – Michael Malice: The White Pill, Freedom, Hope, and Happiness Amidst Chaos Thu, 31 Dec 2020 23:08:49 +0000
- #149 – Diana Walsh Pasulka: Aliens, Technology, Religion, and the Nature of Belief Mon, 28 Dec 2020 04:33:48 +0000
- #148 – Charles Isbell and Michael Littman: Machine Learning and Education Sat, 26 Dec 2020 17:05:48 +0000
- #147 – Dmitri Dolgov: Waymo and the Future of Self-Driving Cars Sun, 20 Dec 2020 23:26:15 +0000
- #146 – Michael Mina: Rapid Testing, Viruses, and the Engineering Mindset Sat, 19 Dec 2020 02:18:32 +0000
- #145 – Matthew Johnson: Psychedelics Mon, 14 Dec 2020 07:25:34 +0000
- #144 – Michael Littman: Reinforcement Learning and the Future of AI Sun, 13 Dec 2020 04:29:13 +0000
- #143 – John Clarke: The Art of Fighting and the Pursuit of Excellence Sun, 06 Dec 2020 18:54:35 +0000
- #142 – Manolis Kellis: Meaning of Life, the Universe, and Everything Mon, 30 Nov 2020 19:17:57 +0000
- #141 – Erik Brynjolfsson: Economics of AI, Social Networks, and Technology Wed, 25 Nov 2020 17:57:38 +0000
- #140 – Lisa Feldman Barrett: Love, Evolution, and the Human Brain Fri, 20 Nov 2020 17:51:17 +0000
- #139 – Andrew Huberman: Neuroscience of Optimal Performance Mon, 16 Nov 2020 16:02:15 +0000
- #138 – Yaron Brook: Ayn Rand and the Philosophy of Objectivism Fri, 13 Nov 2020 14:36:43 +0000
- #137 – Alex Filippenko: Supernovae, Dark Energy, Aliens & the Expanding Universe Sun, 08 Nov 2020 00:02:56 +0000
- #136 – Dan Carlin: Hardcore History Tue, 03 Nov 2020 03:06:21 +0000
- #135 – Charles Isbell: Computing, Interactive AI, and Race in America Mon, 02 Nov 2020 00:51:41 +0000
- #134 – Eric Weinstein: On the Nature of Good and Evil, Genius and Madness Fri, 30 Oct 2020 03:56:27 +0000
- #133 – Manolis Kellis: Biology of Disease Sun, 25 Oct 2020 23:12:31 +0000
- #132 – George Hotz: Hacking the Simulation & Learning to Drive with Neural Nets Thu, 22 Oct 2020 01:08:41 +0000
- #131 – Chris Lattner: The Future of Computing and Programming Languages Mon, 19 Oct 2020 01:56:41 +0000
- #130 – Scott Aaronson: Computational Complexity and Consciousness Mon, 12 Oct 2020 06:19:23 +0000
- #129 – Lisa Feldman Barrett: Counterintuitive Ideas About How the Brain Works Sun, 04 Oct 2020 17:03:58 +0000
- #128 – Michael Malice: Anarchy, Democracy, Libertarianism, Love, and Trolling Fri, 02 Oct 2020 15:15:51 +0000
- #127 – Joe Rogan: Conversations, Ideas, Love, Freedom & The Joe Rogan Experience Sat, 26 Sep 2020 17:00:48 +0000
- #126 – James Gosling: Java, JVM, Emacs, and the Early Days of Computing Thu, 24 Sep 2020 14:31:26 +0000
- #125 – Ryan Hall: Martial Arts and the Philosophy of Violence, Power, and Grace Sun, 20 Sep 2020 21:50:08 +0000
- #124 – Stephen Wolfram: Fundamental Theory of Physics, Life, and the Universe Tue, 15 Sep 2020 23:36:19 +0000
- #123 – Manolis Kellis: Origin of Life, Humans, Ideas, Suffering, and Happiness Sat, 12 Sep 2020 18:29:51 +0000
- #122 – David Fravor: UFOs, Aliens, Fighter Jets, and Aerospace Engineering Tue, 08 Sep 2020 16:14:41 +0000
- Lex Solo #3 – In Memory of My Grandmother Mon, 07 Sep 2020 20:59:01 +0000
- #121 – Eugenia Kuyda: Friendship with an AI Companion Sat, 05 Sep 2020 17:31:13 +0000
- Lex Solo #2 – The Future of Neuralink Tue, 01 Sep 2020 19:45:29 +0000
- #120 – François Chollet: Measures of Intelligence Mon, 31 Aug 2020 00:10:34 +0000
- #119 – David Eagleman: Neuroplasticity and the Livewired Brain Wed, 26 Aug 2020 14:02:09 +0000
- New Name: Lex Fridman Podcast Mon, 24 Aug 2020 23:40:32 +0000
- #118 – Grant Sanderson: Math, Manim, Neural Networks & Teaching with 3Blue1Brown Sun, 23 Aug 2020 22:43:27 +0000
- #117 – Sheldon Solomon: Death and Meaning Thu, 20 Aug 2020 23:13:46 +0000
- #116 – Sara Seager: Search for Planets and Life Outside Our Solar System Sun, 16 Aug 2020 20:12:23 +0000
- #115 – Dileep George: Brain-Inspired AI Fri, 14 Aug 2020 22:51:34 +0000
- #114 – Russ Tedrake: Underactuated Robotics, Control, Dynamics and Touch Sun, 09 Aug 2020 16:30:42 +0000
- #113 – Manolis Kellis: Human Genome and Evolutionary Dynamics Fri, 31 Jul 2020 13:20:37 +0000
- #112 – Ian Hutchinson: Nuclear Fusion, Plasma Physics, and Religion Wed, 29 Jul 2020 17:01:15 +0000
- #111 – Richard Karp: Algorithms and Computational Complexity Sun, 26 Jul 2020 15:49:07 +0000
- #110 – Jitendra Malik: Computer Vision Tue, 21 Jul 2020 23:16:54 +0000
- #109 – Brian Kernighan: UNIX, C, AWK, AMPL, and Go Programming Sat, 18 Jul 2020 21:28:25 +0000
- #108 – Sergey Levine: Robotics and Machine Learning Tue, 14 Jul 2020 15:59:56 +0000
- #107 – Peter Singer: Suffering in Humans, Animals, and AI Wed, 08 Jul 2020 14:40:18 +0000
- #106 – Matt Botvinick: Neuroscience, Psychology, and AI at DeepMind Fri, 03 Jul 2020 15:08:10 +0000
- #105 – Robert Langer: Edison of Medicine Tue, 30 Jun 2020 22:04:00 +0000
- #104 – David Patterson: Computer Architecture and Data Storage Sat, 27 Jun 2020 19:20:23 +0000
- #103 – Ben Goertzel: Artificial General Intelligence Mon, 22 Jun 2020 17:21:26 +0000
- #102 – Steven Pressfield: The War of Art Sat, 20 Jun 2020 17:48:10 +0000
- #101 – Joscha Bach: Artificial Consciousness and the Nature of Reality Sat, 13 Jun 2020 16:59:20 +0000
- #99 – Karl Friston: Neuroscience and the Free Energy Principle Thu, 28 May 2020 12:42:21 +0000
- #97 – Sertac Karaman: Robots That Fly and Robots That Drive Wed, 20 May 2020 01:28:48 +0000
- #96 – Stephen Schwarzman: Going Big in Business, Investing, and AI Fri, 15 May 2020 21:34:34 +0000
- #95 – Dawn Song: Adversarial Machine Learning and Computer Security Tue, 12 May 2020 23:20:29 +0000
- #94 – Ilya Sutskever: Deep Learning Fri, 08 May 2020 20:25:12 +0000
- #93 – Daphne Koller: Biomedicine and Machine Learning Tue, 05 May 2020 20:08:59 +0000
- #92 – Harry Cliff: Particle Physics and the Large Hadron Collider Wed, 29 Apr 2020 22:52:14 +0000
- #91 – Jack Dorsey: Square, Cryptocurrency, and Artificial Intelligence Fri, 24 Apr 2020 20:45:47 +0000
- #90 – Dmitry Korkin: Computational Biology of Coronavirus Wed, 22 Apr 2020 20:57:43 +0000
- #89 – Stephen Wolfram: Cellular Automata, Computation, and Physics Sat, 18 Apr 2020 18:23:57 +0000
- #88 – Eric Weinstein: Geometric Unity and the Call for New Ideas, Leaders & Institutions Mon, 13 Apr 2020 20:50:23 +0000
- #87 – Richard Dawkins: Evolution, Intelligence, Simulation, and Memes Thu, 09 Apr 2020 22:35:30 +0000
- #86 – David Silver: AlphaGo, AlphaZero, and Deep Reinforcement Learning Fri, 03 Apr 2020 21:05:03 +0000
- #85 – Roger Penrose: Physics of Consciousness and the Infinite Universe Tue, 31 Mar 2020 14:33:28 +0000
- #83 – Nick Bostrom: Simulation and Superintelligence Thu, 26 Mar 2020 00:19:25 +0000
- #82 – Simon Sinek: Leadership, Hard Work, Optimism and the Infinite Game Sat, 21 Mar 2020 18:25:44 +0000
- #81 – Anca Dragan: Human-Robot Interaction and Reward Engineering Thu, 19 Mar 2020 17:33:29 +0000
- #80 – Vitalik Buterin: Ethereum, Cryptocurrency, and the Future of Money Mon, 16 Mar 2020 17:48:32 +0000
- #79 – Lee Smolin: Quantum Gravity and Einstein’s Unfinished Revolution Sat, 07 Mar 2020 20:53:01 +0000
- #78 – Ann Druyan: Cosmos, Carl Sagan, Voyager, and the Beauty of Science Thu, 05 Mar 2020 14:37:43 +0000
- #77 – Alex Garland: Ex Machina, Devs, Annihilation, and the Poetry of Science Tue, 03 Mar 2020 16:07:30 +0000
- #76 – John Hopfield: Physics View of the Mind and Neurobiology Sat, 29 Feb 2020 16:09:54 +0000
- #75 – Marcus Hutter: Universal Artificial Intelligence, AIXI, and AGI Wed, 26 Feb 2020 17:45:10 +0000
- #74 – Michael I. Jordan: Machine Learning, Recommender Systems, and the Future of AI Mon, 24 Feb 2020 13:46:17 +0000
- #73 – Andrew Ng: Deep Learning, Education, and Real-World AI Thu, 20 Feb 2020 17:11:39 +0000
- #72 – Scott Aaronson: Quantum Computing Mon, 17 Feb 2020 21:21:56 +0000
- Vladimir Vapnik: Predicates, Invariants, and the Essence of Intelligence Fri, 14 Feb 2020 17:22:26 +0000
- Jim Keller: Moore’s Law, Microprocessors, Abstractions, and First Principles Wed, 05 Feb 2020 20:08:44 +0000
- David Chalmers: The Hard Problem of Consciousness Wed, 29 Jan 2020 21:38:14 +0000
- Cristos Goodrow: YouTube Algorithm Sat, 25 Jan 2020 19:33:36 +0000
- Paul Krugman: Economics of Innovation, Automation, Safety Nets & Universal Basic Income Tue, 21 Jan 2020 17:32:32 +0000
- Ayanna Howard: Human-Robot Interaction and Ethics of Safety-Critical Systems Fri, 17 Jan 2020 15:44:19 +0000
- Daniel Kahneman: Thinking Fast and Slow, Deep Learning, and AI Tue, 14 Jan 2020 18:04:15 +0000
- Grant Sanderson: 3Blue1Brown and the Beauty of Mathematics Tue, 07 Jan 2020 17:11:45 +0000
- Stephen Kotkin: Stalin, Putin, and the Nature of Power Fri, 03 Jan 2020 17:35:49 +0000
- Donald Knuth: Algorithms, TeX, Life, and The Art of Computer Programming Mon, 30 Dec 2019 17:57:13 +0000
- Melanie Mitchell: Concepts, Analogies, Common Sense & Future of AI Sat, 28 Dec 2019 18:42:41 +0000
- Jim Gates: Supersymmetry, String Theory and Proving Einstein Right Wed, 25 Dec 2019 16:09:18 +0000
- Sebastian Thrun: Flying Cars, Autonomous Vehicles, and Education Sat, 21 Dec 2019 17:48:06 +0000
- Michael Stevens: Vsauce Tue, 17 Dec 2019 14:11:51 +0000
- Rohit Prasad: Amazon Alexa and Conversational AI Sat, 14 Dec 2019 15:02:53 +0000
- Judea Pearl: Causal Reasoning, Counterfactuals, Bayesian Networks, and the Path to AGI Wed, 11 Dec 2019 16:33:31 +0000
- Whitney Cummings: Comedy, Robotics, Neurology, and Love Thu, 05 Dec 2019 12:41:59 +0000
- Ray Dalio: Principles, the Economic Machine, Artificial Intelligence & the Arc of Life Mon, 02 Dec 2019 17:09:54 +0000
- Noam Chomsky: Language, Cognition, and Deep Learning Fri, 29 Nov 2019 15:11:16 +0000
- Gilbert Strang: Linear Algebra, Deep Learning, Teaching, and MIT OpenCourseWare Mon, 25 Nov 2019 14:04:43 +0000
- Dava Newman: Space Exploration, Space Suits, and Life on Mars Fri, 22 Nov 2019 18:14:43 +0000
- Michael Kearns: Algorithmic Fairness, Bias, Privacy, and Ethics in Machine Learning Tue, 19 Nov 2019 17:52:43 +0000
- Elon Musk: Neuralink, AI, Autopilot, and the Pale Blue Dot Tue, 12 Nov 2019 17:31:26 +0000
- Bjarne Stroustrup: C++ Thu, 07 Nov 2019 17:47:59 +0000
- Sean Carroll: Quantum Mechanics and the Many-Worlds Interpretation Fri, 01 Nov 2019 16:50:59 +0000
- Garry Kasparov: Chess, Deep Blue, AI, and Putin Sun, 27 Oct 2019 17:49:24 +0000
- Michio Kaku: Future of Humans, Aliens, Space Travel & Physics Tue, 22 Oct 2019 14:26:14 +0000
- David Ferrucci: IBM Watson, Jeopardy & Deep Conversations with AI Fri, 11 Oct 2019 16:46:13 +0000
- Gary Marcus: Toward a Hybrid of Deep Learning and Symbolic AI Thu, 03 Oct 2019 11:26:20 +0000
- Peter Norvig: Artificial Intelligence: A Modern Approach Mon, 30 Sep 2019 17:44:35 +0000
- Leonard Susskind: Quantum Mechanics, String Theory, and Black Holes Thu, 26 Sep 2019 16:28:26 +0000
- Regina Barzilay: Deep Learning for Cancer Diagnosis and Treatment Mon, 23 Sep 2019 16:49:34 +0000
- Colin Angle: iRobot Thu, 19 Sep 2019 13:56:00 +0000
- François Chollet: Keras, Deep Learning, and the Progress of AI Sat, 14 Sep 2019 15:44:33 +0000
- Vijay Kumar: Flying Robots Sun, 08 Sep 2019 16:35:51 +0000
- Yann LeCun: Deep Learning, Convolutional Neural Networks, and Self-Supervised Learning Sat, 31 Aug 2019 15:43:51 +0000
- Jeremy Howard: fast.ai Deep Learning Courses and Research Tue, 27 Aug 2019 15:24:36 +0000
- Pamela McCorduck: Machines Who Think and the Early Days of AI Fri, 23 Aug 2019 14:27:03 +0000
- Keoki Jackson: Lockheed Martin Mon, 19 Aug 2019 14:20:03 +0000
- Paola Arlotta: Brain Development from Stem Cell to Organoid Mon, 12 Aug 2019 15:09:23 +0000
- George Hotz: Comma.ai, OpenPilot, and Autonomous Vehicles Mon, 05 Aug 2019 14:18:20 +0000
- Kevin Scott: Microsoft CTO Thu, 01 Aug 2019 18:58:07 +0000
- Gustav Soderstrom: Spotify Mon, 29 Jul 2019 14:06:39 +0000
- Chris Urmson: Self-Driving Cars at Aurora, Google, CMU, and DARPA Mon, 22 Jul 2019 14:17:34 +0000
- Kai-Fu Lee: AI Superpowers – China and Silicon Valley Mon, 15 Jul 2019 14:53:32 +0000
- Sean Carroll: The Nature of the Universe, Life, and Intelligence Wed, 10 Jul 2019 15:39:19 +0000
- Jeff Hawkins: Thousand Brains Theory of Intelligence Mon, 01 Jul 2019 15:25:44 +0000
- Rosalind Picard: Affective Computing, Emotion, Privacy, and Health Mon, 17 Jun 2019 15:56:22 +0000
- Gavin Miller: Adobe Research Mon, 10 Jun 2019 19:12:42 +0000
- Rajat Monga: TensorFlow Mon, 03 Jun 2019 16:10:16 +0000
- Chris Lattner: Compilers, LLVM, Swift, TPU, and ML Accelerators Mon, 13 May 2019 15:47:58 +0000
- Oriol Vinyals: DeepMind AlphaStar, StarCraft, Language, and Sequences Mon, 29 Apr 2019 15:31:56 +0000
- Ian Goodfellow: Generative Adversarial Networks (GANs) Thu, 18 Apr 2019 16:33:48 +0000
- Elon Musk: Tesla Autopilot Fri, 12 Apr 2019 15:15:06 +0000
- Greg Brockman: OpenAI and AGI Wed, 03 Apr 2019 15:39:36 +0000
- Eric Weinstein: Revolutionary Ideas in Science, Math, and Society Wed, 20 Mar 2019 16:12:26 +0000
- Leslie Kaelbling: Reinforcement Learning, Planning, and Robotics Tue, 12 Mar 2019 16:06:45 +0000
- Kyle Vogt: Cruise Automation Thu, 07 Feb 2019 15:30:42 +0000
- Tomaso Poggio: Brains, Minds, and Machines Sat, 19 Jan 2019 15:03:04 +0000
- Tuomas Sandholm: Poker and Game Theory Fri, 28 Dec 2018 21:40:12 +0000
- Juergen Schmidhuber: Godel Machines, Meta-Learning, and LSTMs Sun, 23 Dec 2018 17:03:45 +0000
- Pieter Abbeel: Deep Reinforcement Learning Sun, 16 Dec 2018 19:48:50 +0000
- Stuart Russell: Long-Term Future of AI Sun, 09 Dec 2018 16:45:15 +0000
- Eric Schmidt: Google Tue, 04 Dec 2018 16:13:24 +0000
- Jeff Atwood: Stack Overflow and Coding Horror Thu, 29 Nov 2018 15:41:18 +0000
- Guido van Rossum: Python Thu, 22 Nov 2018 17:00:28 +0000
- Vladimir Vapnik: Statistical Learning Fri, 16 Nov 2018 15:30:48 +0000
- Yoshua Bengio: Deep Learning Sat, 20 Oct 2018 17:02:02 +0000
- Steven Pinker: AI in the Age of Reason Wed, 17 Oct 2018 11:55:50 +0000
- Christof Koch: Consciousness Sun, 02 Sep 2018 01:57:49 +0000
- Max Tegmark: Life 3.0 Sun, 26 Aug 2018 22:37:16 +0000
Meditations by Marcus Aurelius URL | Feed
Marcus Aurelius was a Roman Emperor and philosopher who wrote Meditations; insights which were considered to give the meaning of life. The book was not written with the intent to be published. It offers a noteworthy chain of challenging situations which are a reflection on spirituality and enumerate the struggle to understand oneself and one's role in the universe. Written in the style of a journal, Meditations emphasizes that life in this world is short. Aurelius was a stoic philosopher who had influenced the thoughts of many leaders in his time. The first of several overarching themes in Meditations is to evaluate self judgment and judgment of others. Another theme is that everything comes from nature and will return to nature once again. A final theme is to maintain focus and be attentive. The author establishes the point that we should enjoy the things that are possible and within our reach and at the same time recognize that other thins our outside of our control and should not concern us. Aurelius uses statements to emphasize faith in God and how to lead a good life in the face of temptation. This book provides support and personal comfort and is a captivating read.
- Introduction Thu, 02 Jan 2025 00:00:00 +0000
- Chapter 01 Wed, 01 Jan 2025 00:00:00 +0000
- Chapter 02 Tue, 31 Dec 2024 00:00:00 +0000
- Chapter 03 Mon, 30 Dec 2024 00:00:00 +0000
- Chapter 04 Sun, 29 Dec 2024 00:00:00 +0000
- Chapter 05 Sat, 28 Dec 2024 00:00:00 +0000
- Chapter 06 Fri, 27 Dec 2024 00:00:00 +0000
- Chapter 07 Thu, 26 Dec 2024 00:00:00 +0000
- Chapter 08 Wed, 25 Dec 2024 00:00:00 +0000
- Chapter 09 Tue, 24 Dec 2024 00:00:00 +0000
- Chapter 10 Mon, 23 Dec 2024 00:00:00 +0000
- Chapter 11 Sun, 22 Dec 2024 00:00:00 +0000
- Chapter 12 Sat, 21 Dec 2024 00:00:00 +0000
- M. Aurelius Antoninus, by George Long Fri, 20 Dec 2024 00:00:00 +0000
- The Philosophy of Marcus Aurelius, by George Long Thu, 19 Dec 2024 00:00:00 +0000
https://api.substack.com/feed/podcast/839621.rss Feed
http error: 403 Forbidden
Naval URL | Feed
On Twitter at @naval.
- The Deutsch Files IV Fri, 11 Oct 2024 14:30:00 +0000
- The Deutsch Files III Sat, 17 Feb 2024 12:54:00 +0000
- The Deutsch Files II Fri, 26 Jan 2024 09:03:00 +0000
- The Deutsch Files I Thu, 11 Jan 2024 07:31:00 +0000
- David Deutsch: Knowledge Creation and The Human Race, Part 2 Fri, 11 Aug 2023 23:37:25 +0000
- David Deutsch: Knowledge Creation and The Human Race, Part 1 Sat, 11 Feb 2023 18:32:18 +0000
- Vitalik: Ethereum, Part 2 Thu, 14 Apr 2022 14:46:06 +0000
- Vitalik: Ethereum, Part 1 Fri, 08 Apr 2022 18:50:07 +0000
- The Beginning of Infinity, Part 2 Wed, 22 Dec 2021 19:53:00 +0000
- To a Caveman Very Few Things Are Resources Mon, 13 Dec 2021 19:59:26 +0000
- Knowledge Makes the Existence of Resources Infinite Fri, 10 Dec 2021 21:32:15 +0000
- Groups Never Admit Failure Wed, 08 Dec 2021 18:30:01 +0000
- Making Something Social Destroys the Truth of It Mon, 06 Dec 2021 22:39:28 +0000
- Free Markets Provide the Best Feedback Fri, 03 Dec 2021 20:36:05 +0000
- The Poverty of Compromise Mon, 29 Nov 2021 18:01:59 +0000
- Innovation Requires Decentralization and a Frontier Wed, 24 Nov 2021 19:39:06 +0000
- Don’t Rely on Credibility Stamps Mon, 22 Nov 2021 19:47:38 +0000
- One Einstein Is Worth A Legion Of PhD Drones Fri, 19 Nov 2021 22:27:39 +0000
- Ideas Are the New Oil Wed, 17 Nov 2021 18:04:13 +0000
- Aliens Would Visit for Knowledge, Not Resources Mon, 15 Nov 2021 20:16:09 +0000
- Aliens Might Just Be Too Far Away Fri, 12 Nov 2021 17:49:04 +0000
- If You Can’t Program It, You Don’t Understand It Wed, 10 Nov 2021 18:34:49 +0000
- The Probability of Human Existence Is Infinitesimally Small Mon, 08 Nov 2021 17:51:38 +0000
- Intelligent Species Have Only Risen Once on Planet Earth Wed, 03 Nov 2021 14:00:51 +0000
- Where Are the Aliens? Mon, 01 Nov 2021 19:42:48 +0000
- It’s Mind Blowing That Our Minds Can’t Be Blown Sat, 30 Oct 2021 18:39:50 +0000
- More Compute Power Doesn’t Produce AGI Wed, 27 Oct 2021 19:26:26 +0000
- We Are Qualitatively Different From Other Species Mon, 25 Oct 2021 14:34:05 +0000
- Humans Are Exceptional Fri, 22 Oct 2021 16:52:48 +0000
- Genetic Evolution Was a Prelude to Memetic Evolution Wed, 20 Oct 2021 16:51:07 +0000
- There Can Be No Final Theory of Gravity Mon, 18 Oct 2021 14:55:53 +0000
- No Truth Can Be Justified Fri, 15 Oct 2021 14:45:07 +0000
- With a Good Theory of Knowledge, You Can Decide What Else Is True Fri, 08 Oct 2021 18:38:16 +0000
- The Beginning of Infinity, Part 1 Fri, 02 Jul 2021 21:22:28 +0000
- Rational Optimism Is the Way Out Mon, 24 May 2021 23:03:17 +0000
- Pessimism Seems Like an Intellectually Serious Position Mon, 17 May 2021 19:48:14 +0000
- It’s Easy to Extrapolate How Things Will Get Worse Fri, 14 May 2021 17:00:58 +0000
- We’re All Equal in Our Infinite Ignorance Wed, 12 May 2021 21:17:37 +0000
- It’s Rare to Have Competing, Viable, Scientific Theories Tue, 11 May 2021 18:22:13 +0000
- Science Advances One Funeral at a Time Fri, 07 May 2021 19:19:35 +0000
- Make Bold Guesses and Weed Out Failures Wed, 05 May 2021 16:32:31 +0000
- Theories Are Explanations, Not Predictions Mon, 03 May 2021 20:03:30 +0000
- Science Is an Error-Correcting Mechanism Fri, 30 Apr 2021 16:34:59 +0000
- Science Broadens Our Vision of Reality Wed, 28 Apr 2021 18:00:48 +0000
- We Explain the Seen in Terms of the Unseen Mon, 26 Apr 2021 18:16:55 +0000
- The Multiverse Wed, 21 Apr 2021 18:55:58 +0000
- Is Light a Particle or a Wave? Mon, 19 Apr 2021 21:00:54 +0000
- Probability Is Subjective Fri, 16 Apr 2021 17:28:58 +0000
- We Can’t Prove Most Theorems with Known Physics Wed, 14 Apr 2021 15:44:13 +0000
- Every Mathematical Theory Is Held Inside a Physical Substrate Mon, 12 Apr 2021 18:05:40 +0000
- Is the Universe Discrete or Continuous? Fri, 09 Apr 2021 19:59:35 +0000
- All Knowledge Is Conjectural Wed, 07 Apr 2021 18:00:11 +0000
- The Methods of Mathematics Are Fallible Mon, 05 Apr 2021 19:20:21 +0000
- There Is No Settled Mathematics Fri, 02 Apr 2021 16:55:41 +0000
- There Is No End of Science Wed, 31 Mar 2021 15:17:06 +0000
- Good Explanations Are Hard to Vary Fri, 26 Mar 2021 18:58:37 +0000
- Good Explanations Are Acts of Creativity Wed, 24 Mar 2021 18:01:43 +0000
- Humans Are Unique in Our Ability to Understand Things Mon, 22 Mar 2021 16:50:38 +0000
- It’s Impossible to Predict the Future Growth of Knowledge Fri, 19 Mar 2021 18:20:24 +0000
- People Are a Force of Nature Wed, 17 Mar 2021 18:45:39 +0000
- We’re at the Beginning of an Infinity of Knowledge Mon, 15 Mar 2021 15:25:30 +0000
- Happiness Fri, 12 Mar 2021 22:51:03 +0000
- Read the Best 100 Books Over and Over Again Wed, 10 Mar 2021 17:43:41 +0000
- We Can Have Explanations That Reach the Entire Universe Mon, 08 Mar 2021 20:09:15 +0000
- Nullius in Verba Fri, 05 Mar 2021 18:17:35 +0000
- This Book Changed the Way I Think Wed, 03 Mar 2021 16:02:00 +0000
- Science Is the Engine That Pulls Humanity Forward Mon, 01 Mar 2021 17:02:51 +0000
- Matt Ridley: How Innovation Works, Part 2 Wed, 15 Jul 2020 16:56:33 +0000
- Matt Ridley: How Innovation Works, Part 1 Thu, 09 Jul 2020 19:00:00 +0000
- How to Angel Invest, Part 2 Fri, 12 Jun 2020 09:00:00 +0000
- The Path to Peace Is Truth Thu, 26 Mar 2020 13:29:07 +0000
- Groups Search for Consensus, Individuals Search for Truth Tue, 24 Mar 2020 14:49:53 +0000
- The Closer You Are to the Truth, the More Silent You Become Inside Tue, 10 Mar 2020 15:09:32 +0000
- Happiness Is Peace in Motion Thu, 05 Mar 2020 14:13:59 +0000
- Finding Peace from Mind Tue, 03 Mar 2020 14:30:59 +0000
- Breaking Addiction is Socially Unacceptable Wed, 26 Feb 2020 13:14:38 +0000
- The Modern Struggle Is Fighting Weaponized Addiction Mon, 24 Feb 2020 16:44:31 +0000
- Work the Least for It Wed, 19 Feb 2020 15:40:56 +0000
- Being Unhappy Is Very Inefficient Mon, 17 Feb 2020 17:00:00 +0000
- If You’re So Smart, Why Aren’t You Happy? Wed, 12 Feb 2020 17:00:00 +0000
- Desire Is a Contract You Make to Be Unhappy Mon, 10 Feb 2020 17:00:00 +0000
- Happiness Is a Skill You Can Develop Mon, 03 Feb 2020 19:36:36 +0000
- Happiness Is Not Science or Math Tue, 28 Jan 2020 15:34:04 +0000
- Happiness Without Material Comfort Is Playing on Hard Mode Tue, 28 Jan 2020 15:30:22 +0000
- Live Long Enough and You’ll Become a Philosopher Sat, 25 Jan 2020 17:00:00 +0000
- How to Get Rich: Every Episode Tue, 10 Dec 2019 17:23:28 +0000
- How to Angel Invest, Part 1 Sun, 17 Nov 2019 20:44:49 +0000
- Externalities: Calculating the Hidden Costs of Products Wed, 31 Jul 2019 11:40:01 +0000
- Net Present Value: What Future Income Is Worth Today Mon, 29 Jul 2019 16:49:58 +0000
- Consumer Surplus: Getting More Than You Paid For Thu, 25 Jul 2019 11:03:50 +0000
- Price Discrimination: Charge Some People More Tue, 23 Jul 2019 11:30:31 +0000
- Compounding Relationships Make Life Easier Fri, 19 Jul 2019 18:13:36 +0000
- Turn Short-Term Games Into Long-Term Games Mon, 15 Jul 2019 15:42:58 +0000
- Schelling Point: Cooperating Without Communicating Fri, 12 Jul 2019 12:29:50 +0000
- Kelly Criterion: Avoid Ruin Wed, 10 Jul 2019 10:34:47 +0000
- Principal-Agent Problem: Act Like an Owner Mon, 08 Jul 2019 18:13:45 +0000
- Envy Can Be Useful, or It Can Eat You Alive Fri, 28 Jun 2019 18:23:33 +0000
- Being Ethical Is Long-Term Greedy Wed, 26 Jun 2019 19:49:48 +0000
- We Should Eventually Be Working for Ourselves Mon, 24 Jun 2019 16:19:05 +0000
- Accountability Means Letting People Criticize You Fri, 21 Jun 2019 18:00:11 +0000
- How to Get Rich: Every Episode Sun, 02 Jun 2019 19:04:31 +0000
- Productize Yourself Fri, 24 May 2019 19:06:11 +0000
- There Are No Get Rich Quick Schemes Thu, 23 May 2019 19:43:12 +0000
- A Calm Mind, a Fit Body, a House Full of Love Tue, 21 May 2019 19:18:25 +0000
- Reject Most Advice Mon, 20 May 2019 19:56:36 +0000
- Eventually You Will Get What You Deserve Sun, 19 May 2019 19:26:16 +0000
- Play Stupid Games, Win Stupid Prizes Fri, 17 May 2019 19:01:27 +0000
- Escape Competition Through Authenticity Thu, 16 May 2019 10:30:31 +0000
- Keep Redefining What You Do Mon, 13 May 2019 10:46:15 +0000
- Be Too Busy to “Do Coffee” Wed, 08 May 2019 15:01:11 +0000
- Work As Hard As You Can Mon, 06 May 2019 09:47:08 +0000
- Set an Aspirational Hourly Rate Wed, 01 May 2019 16:41:40 +0000
- Judgment Is the Decisive Skill Mon, 29 Apr 2019 15:55:57 +0000
- Example: From Laborer to Real Estate Tech Fri, 26 Apr 2019 07:55:44 +0000
- Pick a Business Model With Leverage Mon, 22 Apr 2019 13:11:21 +0000
- Product Leverage Is Egalitarian Fri, 19 Apr 2019 09:40:49 +0000
- Product and Media Are New Leverage Wed, 17 Apr 2019 11:05:19 +0000
- Labor and Capital Are Old Leverage Mon, 15 Apr 2019 11:06:55 +0000
- Take Accountability to Earn Equity Sat, 13 Apr 2019 08:36:20 +0000
- Embrace Accountability to Get Leverage Thu, 11 Apr 2019 09:47:52 +0000
- There's No Actual Skill Called Business Mon, 08 Apr 2019 15:11:54 +0000
- The Foundations Are Math and Logic Fri, 05 Apr 2019 14:34:25 +0000
- Read What You Love Until You Love to Read Wed, 03 Apr 2019 11:37:26 +0000
- Learn to Sell, Learn to Build Sun, 31 Mar 2019 10:03:46 +0000
- Specific Knowledge Is Highly Creative or Technical Thu, 28 Mar 2019 17:10:00 +0000
- Arm Yourself With Specific Knowledge Mon, 25 Mar 2019 18:35:25 +0000
- Partner With Rational Optimists Fri, 22 Mar 2019 13:44:52 +0000
- Pick Partners With Intelligence, Energy and Integrity Fri, 22 Mar 2019 13:18:21 +0000
- Play Long-term Games With Long-term People Tue, 19 Mar 2019 14:29:01 +0000
- The Internet Has Massively Broadened Career Possibilities Tue, 19 Mar 2019 13:17:35 +0000
- Give Society What It Doesn't Know How to Get Thu, 14 Mar 2019 13:01:17 +0000
- Live Below Your Means for Freedom Mon, 11 Mar 2019 15:18:21 +0000
- You Won't Get Rich Renting Out Your Time Fri, 08 Mar 2019 15:17:46 +0000
- Make Luck Your Destiny Thu, 07 Mar 2019 16:00:02 +0000
- Making Money Isn't About Luck Wed, 06 Mar 2019 17:33:32 +0000
- Free Markets Are Intrinsic to Humans Wed, 06 Mar 2019 17:07:10 +0000
- Make Abundance for the World Tue, 05 Mar 2019 15:00:00 +0000
- Seek Wealth, Not Money or Status Tue, 05 Mar 2019 14:00:00 +0000
Not Related! A Big-Braned Podcast URL | Feed
Big braned content on all topics.
- An Introduction to Not Related! and to Luke Smith Fri, 17 Aug 2018 00:00:00 -0400
- The Origin of Consciousness in the Breakdown of the Bicameral Mind Fri, 24 Aug 2018 00:00:00 -0400
- Capitalism, Socialism and Democracy Sat, 01 Sep 2018 00:00:00 -0400
- Albion's Seed and an Ethnic History of America Mon, 10 Sep 2018 00:00:00 -0400
- Democracy: Rule of the NPCs Wed, 19 Sep 2018 00:00:00 -0400
- The Agricultural Revolution Has Been A Disaster for the Human Race. Mon, 08 Oct 2018 00:00:00 -0400
- When You're Too Rational to Be Rational! Fri, 16 Nov 2018 00:00:00 -0500
- Human Evolution Revised: Timelines and Multiregionalism Wed, 19 Dec 2018 00:00:00 -0500
- The Flaws of Academic Statistics: the Null Ritual Wed, 13 Mar 2019 00:00:00 -0400
- Season 2 Begins: Live from the Wild! Wed, 03 Jun 2020 00:00:00 -0400
- Against Method and For 'Pseudoscience' Fri, 05 Jun 2020 00:00:00 -0400
- Stoicism and Christianity: Trust the Logos! Fri, 31 Jul 2020 00:00:00 -0400
- Myth as History: Rohl's New Chronology Mon, 21 Sep 2020 00:00:00 -0400
- Myth as Science and Prehistoric Knowledge: Hamlet's Mill Fri, 01 Oct 2021 00:00:00 -0400
- Popper, Soros and the Open Society Sun, 31 Oct 2021 00:00:00 -0400
- The Economy Is Fake, the Jobs Are Fake, the Money Is Fake Fri, 04 Mar 2022 00:00:00 -0500
- Overpopulation and the Mouse Metaverse Thu, 31 Mar 2022 00:00:00 -0400
Origin Stories URL | Feed
Explore human evolution one story at a time. This award-winning show blends storytelling with science that will change your understanding of who we are.
- The Shanidar Cave Neanderthals Tue, 29 Apr 2025 20:00:00 +0000
- Top Human Origins Discoveries of 2024 Tue, 24 Dec 2024 20:28:00 +0000
- Lucy Wed, 27 Nov 2024 03:25:00 +0000
- Ape Medicine Tue, 08 Oct 2024 22:14:00 +0000
- The First Story Fri, 30 Aug 2024 01:56:00 +0000
- Understanding Neanderthals Thu, 06 Jun 2024 10:00:00 +0000
- The Story of Human Hair Tue, 30 Apr 2024 17:54:00 +0000
- The Musical Ape Tue, 02 Apr 2024 18:09:00 +0000
- Custodian of the Ancestors Tue, 27 Feb 2024 14:00:00 +0000
- A Brief History of Bling Wed, 31 Jan 2024 00:54:00 +0000
- Top Human Origins Discoveries of 2023 Wed, 27 Dec 2023 01:58:00 +0000
- Siblings Tue, 31 Oct 2023 23:12:00 +0000
- Fatherhood Tue, 26 Sep 2023 23:33:00 +0000
- Motherhood Tue, 29 Aug 2023 14:00:00 +0000
- Boomplaas Cave - Bonus Interview Wed, 02 Aug 2023 16:50:00 +0000
- Field School Diaries Thu, 06 Jul 2023 12:00:00 +0000
- The Hobbit Tue, 30 May 2023 19:00:00 +0000
- A Giganto Mystery Tue, 28 Mar 2023 22:53:00 +0000
- The New Metabolism Wed, 01 Mar 2023 00:08:00 +0000
- Top Human Origins Discoveries of 2022 Tue, 31 Jan 2023 17:38:00 +0000
- Origin Stories is back! Tue, 24 Jan 2023 12:00:00 +0000
- First Steps at Laetoli Tue, 17 May 2022 23:52:33 +0000
- Discovering Us Fri, 25 Feb 2022 04:29:23 +0000
- Top Human Origins Discoveries of 2021 Tue, 21 Dec 2021 05:13:23 +0000
- Episode 58: Biruté Mary Galdikas - 50 Years with Orangutans Tue, 09 Nov 2021 16:54:57 +0000
- Entre Chien et Loup: How Dogs Began Tue, 05 Oct 2021 19:29:00 +0000
- Bonus Episode: Short and Sweat Wed, 29 Sep 2021 07:00:00 +0000
- Episode 55: Monkeys Get Creative Wed, 07 Jul 2021 00:00:36 +0000
- Episode 54: The Obstetrical Dilemma Fri, 04 Jun 2021 18:59:34 +0000
- Sleep and the Moon Fri, 07 May 2021 03:47:50 +0000
- How to Study an Endangered Species Sat, 27 Mar 2021 01:15:05 +0000
- Episode 51: The Teeth Remember Tue, 02 Mar 2021 17:22:35 +0000
- Episode 50: Understanding Neanderthals Mon, 01 Feb 2021 02:21:36 +0000
- Episode 49: Exercise Thu, 31 Dec 2020 12:00:00 +0000
- Episode 48: Ancestor (rerelease) Fri, 27 Nov 2020 02:45:40 +0000
- Episode 47: Skin Tue, 03 Nov 2020 21:36:21 +0000
- Episode 46: Interview with María Martinón-Torres Wed, 30 Sep 2020 21:14:02 +0000
- Episode 45: Detective of the Dead Fri, 28 Aug 2020 16:00:00 +0000
- Episode 44: Custodian of the Ancestors Thu, 30 Jul 2020 16:00:00 +0000
- We Eat Bugs Fri, 29 May 2020 01:21:15 +0000
- Episode 42: The Cave Punan Wed, 08 Apr 2020 21:33:26 +0000
- Episode 41: Tribes Old and New Sat, 29 Feb 2020 18:02:31 +0000
- Episode 40: The Denisovans Thu, 28 Nov 2019 17:00:00 +0000
- Piltdown Man Thu, 31 Oct 2019 08:00:00 +0000
- Episode 38: From the Archive - Louis Leakey Wed, 07 Aug 2019 19:22:36 +0000
- Episode 37: From the Archive - Mary Leakey Fri, 14 Jun 2019 16:36:10 +0000
- Episode 36: From the Archive - Tepilit Ole Saitoti Thu, 14 Mar 2019 05:22:12 +0000
- Episode 35: From the Archive - Raymond Dart Thu, 14 Feb 2019 22:50:05 +0000
- Episode 34: From the Archive - Margaret Mead Thu, 10 Jan 2019 18:46:20 +0000
- Episode 33: From the Archive - Dian Fossey Thu, 13 Dec 2018 19:05:49 +0000
- Episode 32: From the Archive - Carl Sagan Thu, 29 Nov 2018 01:52:56 +0000
- Episode 31: The Four Year War Thu, 15 Nov 2018 01:01:56 +0000
- Origin Stories Season Three Preview Thu, 01 Nov 2018 12:28:50 +0000
- Episode 28: What They Left Behind [Rebroadcast] Wed, 06 Jun 2018 21:43:22 +0000
- Episode 30: Tales From the Field [LIVE] Sun, 31 Dec 2017 02:01:56 +0000
- Episode 29: Rewriting Our Story Tue, 07 Nov 2017 00:48:18 +0000
- Episode 28: What They Left Behind Thu, 28 Sep 2017 16:51:04 +0000
- Episode 27: Out of Eden the Long Way Thu, 21 Sep 2017 17:13:28 +0000
- Episode 26: Rising Star Thu, 14 Sep 2017 20:47:00 +0000
- Episode 25: Stones and How to Use Them Thu, 07 Sep 2017 21:36:52 +0000
- Episode 24: Ancestor Thu, 31 Aug 2017 22:57:33 +0000
- Season 2 Preview Fri, 11 Aug 2017 01:08:04 +0000
- Altruism Fri, 07 Apr 2017 04:48:21 +0000
- Episode 21: Follow the Leader? Tue, 07 Mar 2017 23:20:56 +0000
- Episode 09: Did Cooking Make Us Human? (Re-release) Sat, 31 Dec 2016 00:18:19 +0000
- Episode 20: The Power Paradox - LIVE Tue, 08 Nov 2016 00:30:28 +0000
- Episode 19: Being Human - Born and Evolved to Run Fri, 28 Oct 2016 00:51:17 +0000
- Episode 18: Empathy Thu, 25 Aug 2016 23:23:36 +0000
- Episode 04: How to Document a Society (Re-release) Sat, 13 Aug 2016 00:11:46 +0000
- Episode 17: Being Human - Speaking of Sex Fri, 15 Jul 2016 00:00:44 +0000
- Episode 16: Neanderthals Fri, 01 Jul 2016 04:18:54 +0000
- Episode 15: The Grandmother Hypothesis Sat, 28 May 2016 18:33:35 +0000
- Episode 14: Being Human - Why Do We Laugh? Wed, 18 May 2016 00:57:16 +0000
- Episode 13: Evolutionary Arms Race Fri, 29 Apr 2016 01:16:54 +0000
- Episode 12: The Origins of Tuberculosis Fri, 25 Mar 2016 03:38:53 +0000
- Episode 11: Face Mites Thu, 25 Feb 2016 23:38:51 +0000
- Episode 10: Being Human with Alison Gopnik Tue, 19 Jan 2016 23:51:55 +0000
- Did Cooking Make Us Human? Tue, 29 Dec 2015 22:41:31 +0000
- Episode 08: Being Human with Robert Sapolsky Sat, 05 Dec 2015 19:58:51 +0000
- Episode 07: The Currant Bush of Life with Bernard Wood Tue, 24 Nov 2015 20:36:59 +0000
- Episode 06: Being a Nice Animal Tue, 27 Oct 2015 19:16:36 +0000
- Episode 05: Discovery at Ledi-Geraru Wed, 26 Aug 2015 04:21:46 +0000
- Episode 04: How to Document a Society Wed, 05 Aug 2015 20:22:09 +0000
- Episode 03: Jane Goodall Tue, 30 Jun 2015 23:32:29 +0000
- Episode 02: Why Do We Get Hiccups? Tue, 26 May 2015 22:32:03 +0000
- On Two Feet Tue, 28 Apr 2015 22:31:33 +0000
- Intro to Origin Stories Wed, 01 Apr 2015 03:52:32 +0000
Razib Khan's Unsupervised Learning URL | Feed
Conversations on genetics, history, politics, books, culture and evolution
- RKUL: Time Well Spent 5/05/2025 Mon, 05 May 2025 23:50:19 GMT
- Lost Green Saharans: ancient DNA unearths a new race from a verdant North African interlude Sun, 04 May 2025 17:12:28 GMT
- Homo with a side of sapiens: the brainy silent partner we co-opted 300,000 years ago Sat, 03 May 2025 18:44:02 GMT
- Laura Spinney: rise of the proto-Indo-Europeans Thu, 01 May 2025 21:42:41 GMT
- Germans are from Finland, Finns are from Yakutia Tue, 29 Apr 2025 01:23:42 GMT
- Bonus monologue: man the hybrid monster Sun, 27 Apr 2025 03:03:31 GMT
- John Sailer: a time of troubles in higher education Sat, 26 Apr 2025 04:08:50 GMT
- Jacob Shell: academia must diversify or die Fri, 18 Apr 2025 04:45:51 GMT
- Eternally Illyrian: How Albanians resisted Rome and outlasted a Slavic onslaught Fri, 11 Apr 2025 21:35:01 GMT
- Matt Welch: from blog pioneer to podcasting mainstay Thu, 10 Apr 2025 17:36:35 GMT
- Bonus monologue: ancient North Africans and the Green Sahara Tue, 08 Apr 2025 16:56:27 GMT
- RKUL: Time Well Spent 4/04/2025 Sat, 05 Apr 2025 04:50:02 GMT
- Andrew Song: cooling the planet with technology Fri, 04 Apr 2025 08:41:49 GMT
- Soft power from the rooftop of the world Sat, 29 Mar 2025 22:48:19 GMT
- A different kind of heart: Tibetans’ genetic uniqueness and enduring cultural sway Sat, 29 Mar 2025 22:46:10 GMT
- Zineb Riboua: realism in foreign policy in 2025 Sat, 29 Mar 2025 09:37:03 GMT
- Mark Lutter: charter cities and the urban future Fri, 21 Mar 2025 15:18:47 GMT
- RKUL: Time Well Spent 3/15/2025 Sun, 16 Mar 2025 03:23:13 GMT
- Graeme Wood: Germany's turn to the right Thu, 13 Mar 2025 20:25:58 GMT
- Where Queens Ruled: ancient DNA confirms legendary Matrilineal Celts were no exception Mon, 10 Mar 2025 11:11:40 GMT
Revolutions URL | Feed
Season 12 premiered October 20, 2024 – a nonfictional account of The Martian Revolution of 2247. Mike Duncan is taking everything he's learned from 12 seasons of historical revolutions - the repeating arcs, characters, ideas, events, and patterns which all revolutions seem to follow - and created a fictional history of the Martian Revolution of 2247. The series is written from the point of view of a historian working hundreds of years after the Martian Revolution and will be presented in the style and format of previous seasons of Revolutions. It will look, sound, and feel like a Mike Duncan history podcast…but will instead be a fictional narrative of a gripping science-fiction epic. Revolutions is a podcast that covers the great political revolutions that have defined the modern world. Each season is a long-form narrative covering a different defining revolutionary epoch across three hundred years of history. It explores in great detail the people, ideas, and events that challenged and toppled outdated regimes and replaced them with new governments. After more than 350 episodes over ten seasons of narrative nonfiction, the 12th season is a fictional account of the Martian Revolution of 2247. *BREAKING NEWS* In the fall of 2025, the Revolutions podcast will return to its roots by diving into the great revolutions of the 20th century. The new run of episodes begins with the story of Irish Independence, a dramatic upheaval in the wake of WWI that saw Ireland free itself from centuries of English rule. Full of inspiring personalities, tragic events, and thrilling triumphs, Irish Independence is one of the most gripping events in revolutionary history. Future seasons will plunge ahead through the turbulent 20th century, and include the Spanish Civil War, the Cuban Revolution, and the Algerian War of Independence.
- 11.24-The Trial of the Earthworms Mon, 05 May 2025 02:56:00 +0000
- 11.23-The Trial of the Earthlings Mon, 21 Apr 2025 03:05:00 +0000
- 11.22-Leopold's Leviathan Mon, 14 Apr 2025 02:16:00 +0000
- 11.21-The Republic of Mars Mon, 07 Apr 2025 00:47:00 +0000
- 11.20-The Battle of Phobos Mon, 31 Mar 2025 03:31:00 +0000
- 11.19-The Independence Days Mon, 24 Mar 2025 13:29:00 +0000
- 11.18-The Gemini Vids Sun, 16 Mar 2025 22:52:00 +0000
- 11.17-Opposites Repel Mon, 10 Mar 2025 01:05:00 +0000
- 11.16-Mars Autonomous Mon, 24 Feb 2025 01:47:00 +0000
- 11.15-The Agreement of 2248 Mon, 17 Feb 2025 00:40:00 +0000
- 11.14-The Mutual Blockade Mon, 10 Feb 2025 02:47:00 +0000
- 11.13-The Next Three Days Mon, 03 Feb 2025 01:50:00 +0000
- 11.12-The Mutiny of the Spaceshippers Mon, 27 Jan 2025 02:41:00 +0000
- 11.11-The Three Days of Red Mon, 20 Jan 2025 02:06:00 +0000
- 11.10-Red Justice Red Freedom Mon, 13 Jan 2025 01:30:00 +0000
- 11.9- Too Little Too Late Mon, 23 Dec 2024 01:01:00 +0000
- 11.8- Bloody Sunrise Mon, 16 Dec 2024 03:24:00 +0000
- 11.7- The Annulment of Contracts Mon, 09 Dec 2024 02:04:00 +0000
- 11.6- The Day of Batteries Mon, 02 Dec 2024 02:33:00 +0000
- 11.5- The New Protocols Mon, 25 Nov 2024 01:57:00 +0000
- 11.4- The Election of 2244 Mon, 11 Nov 2024 02:32:00 +0000
- 11.3- The Martian Way Mon, 04 Nov 2024 01:25:00 +0000
- 11.2- In With the Old Mon, 28 Oct 2024 03:09:00 +0000
- 11.1- The Colonization of Mars Mon, 21 Oct 2024 00:40:00 +0000
- 11.0- Welcome to the Martian Revolution Mon, 21 Oct 2024 00:39:00 +0000
- Final Episode- Adieu Mes Amis Sun, 25 Dec 2022 21:43:15 +0000
- Appendix 12- Coming Full Circle One Last Time Mon, 19 Dec 2022 04:07:35 +0000
- Appendix 11- Meet the New Boss Mon, 12 Dec 2022 02:10:15 +0000
- Appendix 10- The Revolution Devours Its Children Mon, 05 Dec 2022 02:19:14 +0000
- Appendix 9- The Second Wave Tue, 22 Nov 2022 23:50:44 +0000
- Appendix 8- Wars Both Foreign and Domestic Sat, 12 Nov 2022 01:54:15 +0000
- Appendix 7- The Entropy of Victory Wed, 26 Oct 2022 00:46:04 +0000
- Appendix 6- Victory And Defeat Wed, 19 Oct 2022 23:20:07 +0000
- Appendix 5- The Triggers Wed, 12 Oct 2022 03:49:56 +0000
- Appendix 4- Shocks To The System Mon, 03 Oct 2022 19:19:22 +0000
- Appendix 3- From Equilibrium to Disequilibrium Mon, 19 Sep 2022 21:51:07 +0000
- Appendix 2- The Ancien Regime Tue, 13 Sep 2022 23:09:38 +0000
- Appendix 1- Coming Full Circle Mon, 05 Sep 2022 23:44:29 +0000
- Hero of Two Worlds Bonus Excerpt Fri, 02 Sep 2022 20:46:11 +0000
- Hero of Two Worlds Pilot Script Thu, 28 Jul 2022 00:21:49 +0000
- October Events! Tickets on Sale! Thu, 21 Jul 2022 22:53:01 +0000
- Speaking Tour! Live and in person! Mon, 04 Jul 2022 04:28:11 +0000
- 10.103- The Final Chapter Mon, 04 Jul 2022 04:12:06 +0000
- 10.102- Dizzy WIth Success Mon, 27 Jun 2022 03:07:54 +0000
- 10.101- The United Oppositon Sat, 18 Jun 2022 22:02:53 +0000
- 10.100- History Never Ends Fri, 10 Jun 2022 03:36:26 +0000
- 10.99- The Testament Wed, 01 Jun 2022 22:01:23 +0000
- 10.98- The Union of Soviet Socialst Republics Tue, 24 May 2022 21:39:01 +0000
- 10.97- The Trial of the SRs Tue, 17 May 2022 05:00:01 +0000
- 10.96- Starving To Death Wed, 11 May 2022 21:02:17 +0000
- 10.95- Russian Empire Soviet Empire Mon, 25 Apr 2022 23:19:09 +0000
- 10.94- The New Policies Mon, 18 Apr 2022 20:34:02 +0000
- 10.93- The Kronstadt Rebellion Mon, 11 Apr 2022 23:08:15 +0000
- 10.92- Long Live the Bolsheviks Death to the Communists Mon, 04 Apr 2022 22:03:01 +0000
- 10.91- The Battle of Warsaw Mon, 28 Mar 2022 17:28:14 +0000
- 10.90- The Polish Soviet War Tue, 15 Mar 2022 16:45:57 +0000
- 10.89- The Collapse of the Whites Mon, 07 Mar 2022 20:06:58 +0000
- 10.88- The Moscow Directive Mon, 28 Feb 2022 21:33:22 +0000
- 10.87- Anarchy in Ukraine Mon, 21 Feb 2022 22:53:29 +0000
- 10.86- The Communist Soviets Mon, 14 Feb 2022 23:14:13 +0000
- 10.85- The German Revolution Tue, 08 Feb 2022 00:55:39 +0000
- 10.84- The End of the World Mon, 31 Jan 2022 23:00:45 +0000
- 10.83- Terror Is Necessary Mon, 24 Jan 2022 23:46:30 +0000
- 10.82- The House of Special Purpose Mon, 17 Jan 2022 20:58:21 +0000
- 10.81- The Revolt of the Left SRs Mon, 10 Jan 2022 20:43:30 +0000
- 10.80- The Revolt of the Czechoslovak Legion Mon, 20 Dec 2021 19:31:26 +0000
- 10.79- Reds and Whites Mon, 13 Dec 2021 22:00:23 +0000
- 10.78- Neither War Nor Peace Mon, 06 Dec 2021 18:06:21 +0000
- 10.77- Brest Litovsk Mon, 29 Nov 2021 22:16:30 +0000
- 10.76- Liberty or Victory Tue, 23 Nov 2021 22:24:47 +0000
- 10.75- The People's Commissars Mon, 15 Nov 2021 17:22:32 +0000
- 10.74- The Great October Socialist Revolution Tue, 09 Nov 2021 00:12:14 +0000
- 10.73- Zeno's Revolution Tue, 02 Nov 2021 16:51:42 +0000
- 10.72- The Decision Mon, 18 Oct 2021 18:54:34 +0000
- 10.71- The Democratic Conference Sun, 10 Oct 2021 22:08:53 +0000
- NEXT WEEK! AN UPPER MIDWEST SIGNING TOUR! COME! Wed, 06 Oct 2021 20:26:06 +0000
- 10.70- The Kornilov Affair Mon, 04 Oct 2021 21:24:06 +0000
- 10.69- The July Days Mon, 27 Sep 2021 15:57:06 +0000
- 10.68- The June Offensive Mon, 06 Sep 2021 20:40:56 +0000
- 10.67- The April Crisis Wed, 01 Sep 2021 01:47:26 +0000
- 10.66 Finland Station Mon, 23 Aug 2021 04:45:02 +0000
- 10.65- The Dawn of a New Day Mon, 16 Aug 2021 00:36:41 +0000
- 10.64- The Origin of Dual Power Mon, 09 Aug 2021 19:54:25 +0000
- 10.63- Abdication Mon, 02 Aug 2021 01:52:20 +0000
- 10.62- International Women's Day Mon, 26 Jul 2021 04:53:58 +0000
- 10.61- The Precipice Mon, 19 Jul 2021 00:30:00 +0000
- 10.60- The Abyss That Lies Ahead Mon, 12 Jul 2021 04:40:48 +0000
- 10.59- Stupidity or Treason? Sun, 04 Jul 2021 20:57:16 +0000
- 10.58- Inflation and Scarcity Mon, 28 Jun 2021 04:26:10 +0000
- 10.57 Great War Great Offensive Mon, 14 Jun 2021 16:10:30 +0000
- SNEAK PREVIEW: Hero of Two Worlds Chapter Four Fri, 11 Jun 2021 07:32:45 +0000
- 10.56- Great War Great Retreat Sun, 06 Jun 2021 23:28:36 +0000
- 10.55- Whatever Happened To The International? Mon, 31 May 2021 16:03:35 +0000
- 10.54- War or Revolution Mon, 24 May 2021 21:06:31 +0000
- 10.53- The Balkans Mon, 17 May 2021 03:20:49 +0000
- 10.52- What You Already Know About The Origins of WWI Mon, 10 May 2021 17:41:17 +0000
- Supplemental: The Streets of Paris Mon, 19 Apr 2021 00:27:51 +0000
- 10.51- Our Friend Mon, 12 Apr 2021 09:34:41 +0000
- 10.50- The Holy Man Mon, 05 Apr 2021 02:30:00 +0000
- 10.49- The Tsarevich Mon, 29 Mar 2021 12:37:41 +0000
- 10.48- The Death of Reform Mon, 22 Mar 2021 15:37:12 +0000
- 10.47- The Duma of Lords and Lackeys Mon, 15 Mar 2021 11:25:54 +0000
- 10.46- The Permanent Revolution Mon, 08 Mar 2021 15:01:02 +0000
- 10.45- The Disunity Congresses Sun, 28 Feb 2021 23:11:19 +0000
- 10.44- Bolshevik Bank Heist Sun, 21 Feb 2021 18:22:07 +0000
- 10.43- The Coup of 1907 Sun, 24 Jan 2021 20:07:59 +0000
- 10.42- The Stolypin Reforms Mon, 18 Jan 2021 13:54:46 +0000
- 10.41- The Duma of National Anger Mon, 11 Jan 2021 13:31:08 +0000
- 10.40- Relaunch and Recap Sun, 03 Jan 2021 21:42:44 +0000
- What Happened Fri, 25 Dec 2020 13:04:33 +0000
- 10.39- The End of Part I Sun, 05 Apr 2020 12:48:26 +0000
- 10.38- The Days of Freedom Sun, 29 Mar 2020 19:33:47 +0000
- 10.37- The General Strike Sun, 22 Mar 2020 15:11:13 +0000
- 10.36- The Bulygin Constitution Sun, 15 Mar 2020 21:23:38 +0000
- 10.35- Sinking Ships Mon, 09 Mar 2020 02:30:00 +0000
- 10.34- The Wave of Protest Mon, 02 Mar 2020 07:04:18 +0000
- 10.33- Bloody Sunday Mon, 24 Feb 2020 03:30:00 +0000
- 10.32- The Union of Liberation Mon, 17 Feb 2020 10:54:09 +0000
- 10.31- A Big Mistake Mon, 10 Feb 2020 11:38:37 +0000
- 10.30- The SRs Mon, 03 Feb 2020 15:37:30 +0000
- 10.29- Bolsheviks and Mensheviks Mon, 27 Jan 2020 03:30:00 +0000
- 10.28- The Spark Mon, 20 Jan 2020 06:51:49 +0000
- Revolutions Podcast Update- The End Is Nigh? Sun, 19 Jan 2020 17:13:06 +0000
- 10.27- Coming Together Drifting Apart Mon, 23 Dec 2019 11:59:40 +0000
- 10.26- The Far East Mon, 16 Dec 2019 10:07:47 +0000
- 10.25- Senseless Dreams Mon, 09 Dec 2019 12:00:44 +0000
- 10.24- The Union of Struggle for The Emancipation of the Working Class Mon, 02 Dec 2019 07:54:10 +0000
- 10.23- On Agitation Mon, 25 Nov 2019 09:19:59 +0000
- 10.22- Vladimir and Nadya Mon, 18 Nov 2019 17:40:36 +0000
- 10.21- The Socialist Revolutionaries Sun, 10 Nov 2019 22:56:50 +0000
- 10.20- The Liberal Tradition (Such As It Is) Mon, 04 Nov 2019 16:19:21 +0000
- 10.19- Nicky and Alix Mon, 21 Oct 2019 16:05:15 +0000
- 10.18- The Witte System Mon, 14 Oct 2019 23:22:51 +0000
- 10.17- The Emancipation of Labor Group Mon, 07 Oct 2019 11:44:28 +0000
- 10.16- The Russian Colony Mon, 30 Sep 2019 14:42:45 +0000
- 10.15- The Tsar Must Die Mon, 23 Sep 2019 11:58:04 +0000
- 10.14- The Tsar Liberator Mon, 16 Sep 2019 11:19:16 +0000
- 10.13- Orthodoxy, Autocracy, Nationality Mon, 09 Sep 2019 02:30:00 +0000
- 10.12- The Decembrists Mon, 26 Aug 2019 04:25:49 +0000
- 10.11- War and Peace Mon, 19 Aug 2019 02:54:17 +0000
- 10.10- The Russian Empire Mon, 05 Aug 2019 02:11:42 +0000
- 10.9- The Third Rome Sun, 28 Jul 2019 19:02:37 +0000
- 10.8- The Red And The Black Sun, 07 Jul 2019 14:01:18 +0000
- 10.7- The Paris Commune Revisited--Corrected Audio Wed, 03 Jul 2019 14:52:16 +0000
- 10.7- Paris Commune Revisited Mon, 01 Jul 2019 02:30:00 +0000
- 10.6- True Liberty, True Equality, and True Fraternity Mon, 24 Jun 2019 02:30:00 +0000
- 10.5- The Adventures of Mikhail Bakunin Mon, 17 Jun 2019 02:30:00 +0000
- 10.4- Historical Materialism Mon, 10 Jun 2019 02:30:00 +0000
- 10.3- The Three Pillars of Marxism. Mon, 03 Jun 2019 14:20:14 +0000
- 10.2- The Adventures of Karl Marx and Friedrich Engels Mon, 27 May 2019 02:30:00 +0000
- 10.1- The International Working Men's Association Mon, 20 May 2019 02:30:00 +0000
- Revolutions Podcast Update Mon, 13 May 2019 02:30:00 +0000
- 9.27- The Institutional Revolution Tue, 12 Mar 2019 13:54:17 +0000
- 9.26- The Last Caudillo Mon, 04 Mar 2019 03:30:00 +0000
- 9.25- Loyalty and Betrayal Mon, 25 Feb 2019 03:30:00 +0000
- 9.24- Swinging From A Tree Sun, 17 Feb 2019 14:55:51 +0000
- 9.23- The Constitution of 1917 Mon, 11 Feb 2019 12:07:08 +0000
- 9.22- The Punitive Expedition Mon, 04 Feb 2019 03:30:00 +0000
- 9.21- Death To The Gringos Sun, 27 Jan 2019 22:23:14 +0000
- 9.20- The Guns of Veracruz Mon, 21 Jan 2019 11:56:47 +0000
- 9.19- The Conventionists Mon, 14 Jan 2019 12:30:41 +0000
- 9.18- The Fall of Huerta Mon, 17 Dec 2018 03:30:00 +0000
- 9.17- The Occupation of Veracruz Mon, 10 Dec 2018 03:30:00 +0000
- 9.16- The Legend of Pancho Villa Mon, 03 Dec 2018 03:30:00 +0000
- 9.15- The Constitutionalists Mon, 26 Nov 2018 03:30:00 +0000
- 9.14- The Ten Tragic Days Mon, 19 Nov 2018 03:30:00 +0000
- 9.13- The Plan of Ayala Mon, 12 Nov 2018 03:30:00 +0000
- 9.12- No Peace Sun, 04 Nov 2018 19:49:02 +0000
- 9.11- Not Quite President Madero Mon, 29 Oct 2018 17:52:10 +0000
- 9.10- Chickens Coming Home To Roost Mon, 22 Oct 2018 02:30:00 +0000
- SBTS Epilogue- The Failure of the Sullan Constitution Tue, 16 Oct 2018 14:30:00 +0000
- 9.09- The Tiger Sun, 14 Oct 2018 22:30:53 +0000
- 9.08- The Plan of San Luis Mon, 08 Oct 2018 10:26:08 +0000
- 9.07- Morelos Mon, 24 Sep 2018 02:30:00 +0000
- 9.06- The Presidential Succession of 1910 Mon, 17 Sep 2018 09:41:26 +0000
- 9.05- The Creelman Interview Mon, 10 Sep 2018 11:07:36 +0000
- 9.04- The Porfiriato Mon, 03 Sep 2018 02:30:00 +0000
- 9.03- Mexico Mon, 27 Aug 2018 02:30:00 +0000
- 9.02- The Cry of Dolores Mon, 20 Aug 2018 02:00:00 +0000
- 9.01- New Spain Sun, 12 Aug 2018 21:59:29 +0000
- 8.8- The Bloody Week Mon, 25 Jun 2018 03:25:07 +0000
- 8.7- Year 79 Sun, 17 Jun 2018 19:07:32 +0000
- 8.6- The Commune Wed, 13 Jun 2018 19:24:34 +0000
- 8.5- The Cannons Mon, 04 Jun 2018 00:18:31 +0000
- 8.4- The Siege of Paris Mon, 28 May 2018 00:00:00 +0000
- 8.3- The Government of National Defence Sun, 20 May 2018 22:27:02 +0000
- 8.2- The Franco-Prussian War Sun, 13 May 2018 23:47:37 +0000
- 8.1- The Second French Empire Sun, 06 May 2018 23:24:06 +0000
- 2018 Revolutions Fundraiser Announcment Mon, 30 Apr 2018 02:05:00 +0000
- 7.33- What the Heck Just Happened Mon, 30 Apr 2018 02:00:00 +0000
- 7.32- The Bitter End Sun, 25 Mar 2018 23:23:32 +0000
- 7.31- The Assembly of the Damned Mon, 19 Mar 2018 00:28:39 +0000
- 7.30- The Crown From the Gutter Sun, 11 Mar 2018 22:41:36 +0000
- 7.29- The New Emperor Mon, 05 Mar 2018 01:43:59 +0000
- 7.28- Prince President Bonaparte Mon, 26 Feb 2018 00:01:59 +0000
- 7.27- The Flight of the Pope Mon, 19 Feb 2018 02:53:12 +0000
- 7.26- The Battle For Vienna Mon, 12 Feb 2018 00:11:16 +0000
- 7.25- The Parliament of Professors Mon, 05 Feb 2018 03:47:08 +0000
- 7.24- The Turn of The Tide Wed, 31 Jan 2018 00:03:38 +0000
- 7.23- The First War of Italian Independence Mon, 22 Jan 2018 01:00:00 +0000
- 7.22- The April Laws Sun, 14 Jan 2018 23:47:08 +0000
- 7.21- Cracking Down and Backing Down Mon, 08 Jan 2018 00:52:40 +0000
- 7.20- Where Do You Draw The Line? Mon, 25 Dec 2017 01:19:48 +0000
- 7.19- The June Days Mon, 18 Dec 2017 02:23:58 +0000
- 7.18- Democracy In Action Mon, 04 Dec 2017 01:52:39 +0000
- 7.17- The Five Days of Milan Sun, 26 Nov 2017 23:53:14 +0000
- 7.16- We Crawled On Our Stomachs Mon, 20 Nov 2017 03:52:21 +0000
- 7.15- Slaves No More Wed, 15 Nov 2017 21:43:18 +0000
- 7.14- The Fall of Metternich Mon, 06 Nov 2017 00:27:09 +0000
- Politics & Prose Oct 28: The Storm Before the Storm Book Event Mon, 30 Oct 2017 22:02:22 +0000
- The Calm Before the Storm Before the Storm Mon, 23 Oct 2017 11:15:50 +0000
- 7.13- The Spectre of The French Revolution Mon, 16 Oct 2017 00:00:00 +0000
- 7.12- The Provisional Government Mon, 09 Oct 2017 02:18:17 +0000
- 7.11- The Last King of the French Mon, 02 Oct 2017 00:04:12 +0000
- 7.10- The Banquets Mon, 25 Sep 2017 04:47:42 +0000
- 7.09- The Pope and the King Mon, 18 Sep 2017 04:25:56 +0000
- 7.08- The Political Question Mon, 04 Sep 2017 06:19:00 +0000
- 7.07- The Hungry Forties Sun, 27 Aug 2017 23:28:08 +0000
- 7.06- The Kingdom of Hungary Wed, 23 Aug 2017 04:34:16 +0000
- 7.05- Risorgimento Sun, 13 Aug 2017 23:19:20 +0000
- 7.05- Risorgimento Sun, 13 Aug 2017 23:19:18 +0000
- 7.04- The Austrian Empire Mon, 07 Aug 2017 04:28:11 +0000
- 7.03- The German Confederation Mon, 31 Jul 2017 04:28:01 +0000
- The Storm Before The Storm: Chapter 1- The Beasts of Italy Thu, 27 Jul 2017 11:30:00 +0000
- 7.02- Order and Liberty Mon, 24 Jul 2017 04:44:00 +0000
- 7.01- The Volcano Mon, 17 Jul 2017 00:30:00 +0000
- 6.08e- The June Rebellion Mon, 29 May 2017 03:32:53 +0000
- 6.08d- The Carbonari Mon, 22 May 2017 04:54:48 +0000
- 6.08c- Metternich Mon, 15 May 2017 19:02:41 +0000
- 6.08b- The Belgian Revolution Mon, 08 May 2017 01:34:16 +0000
- 6.8a- The Fait Accompli of 1830 Sun, 30 Apr 2017 23:07:37 +0000
- 6.07- The Last King of France Mon, 24 Apr 2017 05:56:19 +0000
- 6.06- The Duc d'Orleans Mon, 17 Apr 2017 00:00:00 +0000
- 6.05- The Barricades Mon, 10 Apr 2017 04:21:18 +0000
- 6.04- Stop The Presses Sun, 02 Apr 2017 23:41:00 +0000
- 6.03- Help Yourself And Heaven Will Help You Sun, 26 Mar 2017 21:26:08 +0000
- 6.02- Charles The Simple Mon, 20 Mar 2017 03:36:12 +0000
- 6.01- The Chain of Time Mon, 13 Mar 2017 01:34:33 +0000
- 5.27- The Labyrinth Mon, 13 Feb 2017 04:11:39 +0000
- 5.26- Out the Window Sun, 05 Feb 2017 23:34:19 +0000
- 5.25- The Tangled Swords Mon, 30 Jan 2017 01:04:16 +0000
- 5.24- The Republic of Bolivar Mon, 23 Jan 2017 01:57:32 +0000
- 5.23- Ayacucho Mon, 16 Jan 2017 00:36:29 +0000
- 5.22- The Guayaquil Conference Mon, 12 Dec 2016 03:14:18 +0000
- 5.21- The Third Sister Sun, 04 Dec 2016 23:55:31 +0000
- Fundraiser Alert: Place Order By Nov 25 to Guarantee Delivery By Dec 23 Wed, 23 Nov 2016 22:44:25 +0000
- 5.20- The Sea Wolf Mon, 21 Nov 2016 01:07:38 +0000
- 5.19- The Army of the Andes Mon, 14 Nov 2016 19:07:35 +0000
- 5.18- Liberation Mon, 07 Nov 2016 02:08:30 +0000
- 2016 Fundraiser! Mon, 31 Oct 2016 04:11:05 +0000
- 5.17a- Supplemental Gregor MacGregor Mon, 24 Oct 2016 07:47:54 +0000
- 5.17- The Big Rock On The Side Of The Road Sun, 09 Oct 2016 23:58:47 +0000
- 5.16- Over The Mountains Sun, 02 Oct 2016 22:49:05 +0000
- 5.15- The Centaur of the Plains Mon, 19 Sep 2016 00:25:20 +0000
- 5.14- El Jefe Supremo Mon, 12 Sep 2016 00:06:47 +0000
- 5.13- The Letter From Jamaica Mon, 05 Sep 2016 01:25:23 +0000
- 5.12- The Desired One Mon, 29 Aug 2016 00:30:00 +0000
- 5.11- The Legions of Hell Mon, 22 Aug 2016 01:40:27 +0000
- 5.10- War To The Death Mon, 15 Aug 2016 02:38:00 +0000
- 5.09- God's Divine Wrath Sun, 07 Aug 2016 23:36:21 +0000
- 5.08- The Patriotic Society For The Development of Agriculture and Livestock Mon, 25 Jul 2016 03:20:51 +0000
- 5.07- The First Cry For Liberty Mon, 18 Jul 2016 00:00:00 +0000
- 5.06- The Abdications of Bayonne Mon, 11 Jul 2016 00:22:33 +0000
- 5.05- The Leander Expedition Sun, 03 Jul 2016 21:45:14 +0000
- 5.04- The Prince of Caracas Sun, 26 Jun 2016 20:56:01 +0000
- 5.03- The Precursors Mon, 20 Jun 2016 00:00:00 +0000
- 5.02- New Granada Sun, 12 Jun 2016 23:46:26 +0000
- 5.01- The Conquest Mon, 06 Jun 2016 02:30:00 +0000
- 4.19- The History of Haiti Sun, 17 Apr 2016 23:19:00 +0000
- 4.18- Death to the French Mon, 11 Apr 2016 00:30:00 +0000
- 4.17a- The Haitian Declaration of Independence Sun, 03 Apr 2016 21:48:56 +0000
- 4.17- Independence Sun, 03 Apr 2016 21:44:14 +0000
- 4.16- Dying Like Flies Mon, 28 Mar 2016 00:30:00 +0000
- 4.15- The Leclerc Expedition Mon, 21 Mar 2016 00:30:00 +0000
- 4.14- The Constitution of 1801 Mon, 14 Mar 2016 00:30:00 +0000
- 4.13- The War of Knives Mon, 07 Mar 2016 01:30:00 +0000
- 4.12- Toussaint's Clause Mon, 29 Feb 2016 03:07:11 +0000
- 4.11- To Attempt the Impossible Mon, 22 Feb 2016 01:30:00 +0000
- 4.10- The Third Commission Mon, 15 Feb 2016 01:27:06 +0000
- 4.09- What The Future Will Bring Mon, 08 Feb 2016 01:18:37 +0000
- 4.08- The Tricolor Commission Mon, 01 Feb 2016 01:30:00 +0000
- 4.07- The Citizens of June 20 Mon, 25 Jan 2016 01:30:00 +0000
- 4.06- The Second Commission Mon, 18 Jan 2016 01:30:00 +0000
- 4.05- The Citizens of April 4 Mon, 11 Jan 2016 01:30:00 +0000
- 4.04- Three Revolts Mon, 04 Jan 2016 01:30:00 +0000
- 4.03- Free and Equal Mon, 21 Dec 2015 01:30:00 +0000
- 4.02- The Web of Tension Mon, 14 Dec 2015 01:30:00 +0000
- 4.01- Saint-Domingue Mon, 07 Dec 2015 01:30:00 +0000
- 3.55- The Retrospective Thu, 26 Nov 2015 01:59:25 +0000
- Special Announcement: Mike Duncan Inks a Book Deal Mon, 12 Oct 2015 02:48:55 +0000
- 3.54- The Empire Sun, 27 Sep 2015 20:20:19 +0000
- 3.53- The Consulate Sun, 27 Sep 2015 20:13:33 +0000
- 3.52- There is Your Man Mon, 21 Sep 2015 00:30:00 +0000
- 3.51- The Coup of Prairial Mon, 14 Sep 2015 02:37:00 +0000
- 3.50- The Second Coalition Mon, 07 Sep 2015 00:30:00 +0000
- 3.49- The Egyptian Expedition Mon, 31 Aug 2015 00:30:00 +0000
- 3.48- The Coup of Floreal Mon, 24 Aug 2015 01:26:34 +0000
- 3.47- The Directorial Terror Mon, 17 Aug 2015 00:30:00 +0000
- 3.46- The Coup of Fructidor Sun, 09 Aug 2015 23:55:36 +0000
- 3.45- The Fall of Mantua Mon, 03 Aug 2015 00:25:01 +0000
- 3.44- The War Feeds Itself Mon, 20 Jul 2015 01:48:46 +0000
- 3.43- The Conspiracy of Equals Mon, 13 Jul 2015 00:30:00 +0000
- 3.42- The Whiff of Grapeshot Sun, 05 Jul 2015 23:14:53 +0000
- 3.41- Bread and the Constitution of 1793 Sun, 28 Jun 2015 22:25:46 +0000
- 3.40- The Frozen Rivers Mon, 22 Jun 2015 00:30:00 +0000
- 3.39- The Death of the Jacobins Sun, 14 Jun 2015 22:06:27 +0000
- 3.38- Thermidor Mon, 08 Jun 2015 00:30:00 +0000
- Help Scott Help Syria Mon, 08 Jun 2015 00:30:00 +0000
- 3.37- The Republic of Virtue Mon, 01 Jun 2015 02:03:54 +0000
- 3.36- The Liquidation Process Sun, 24 May 2015 22:30:08 +0000
- 3.35- The Law of 14 Frimaire Mon, 18 May 2015 00:00:00 +0000
- 3.34c- Citizen Genet Mon, 11 May 2015 00:00:00 +0000
- 3.34b- Phillippe Egalite Mon, 27 Apr 2015 00:00:00 +0000
- 3.34a- The Republican Calendar Mon, 20 Apr 2015 00:00:00 +0000
- 3.34- Saturn's Children Sun, 12 Apr 2015 22:09:20 +0000
- 3.33- The Geography of Terror Sun, 05 Apr 2015 22:21:41 +0000
- 3.32- The Committee of Public Safety Sun, 29 Mar 2015 20:58:14 +0000
- 3.31- The Man of Blood Part Deux Mon, 23 Mar 2015 01:32:49 +0000
- 3.30- The 250th Episode Mon, 16 Mar 2015 18:54:04 +0000
- 3.29- The Purge of the Girondins Sun, 08 Mar 2015 21:54:13 +0000
- 3.28- Provincial Revolt Sun, 01 Mar 2015 21:41:07 +0000
- 3.27- Advance and Retreat Mon, 16 Feb 2015 01:42:52 +0000
- 3.26- The Trial of Louis XVI Sun, 08 Feb 2015 21:32:08 +0000
- 3.25- The National Convention Sun, 01 Feb 2015 23:46:40 +0000
- 3.24- The September Massacres Mon, 26 Jan 2015 01:13:33 +0000
- 3.23- The Insurrection of August 10th Mon, 19 Jan 2015 01:30:00 +0000
- 3.22- War Mon, 12 Jan 2015 00:18:23 +0000
- 3.21a Supplemental- Talleyrand Sun, 04 Jan 2015 23:12:49 +0000
- 3.21- The Legislative Assembly Sun, 21 Dec 2014 23:11:43 +0000
- Fundraiser! 14 Dec 2014 - 21 Jan 2015! Mon, 15 Dec 2014 01:42:00 +0000
- 3.20- The Constitution of 1791 Mon, 15 Dec 2014 01:40:00 +0000
- 3.19- The Massacre of the Champ de Mars Mon, 08 Dec 2014 03:30:00 +0000
- The Flight of Emperor Palpatine Tue, 25 Nov 2014 02:19:21 +0000
- 3.18- The Flight to Varennes Mon, 24 Nov 2014 00:41:13 +0000
- 3.17- A Temporary Summit Mon, 17 Nov 2014 03:30:00 +0000
- 3.16- The Society of 1789 Mon, 10 Nov 2014 03:30:00 +0000
- 3.15- The Rise of the Jacobins Mon, 03 Nov 2014 03:30:00 +0000
- 3.14- The Women's March on Versailles Mon, 27 Oct 2014 00:11:43 +0000
- 3.13a- The Declaration of the Rights of Man and of the Citizen Sun, 19 Oct 2014 23:23:08 +0000
- 3.13- The Rights of Man Sun, 19 Oct 2014 23:21:19 +0000
- 3.12- The Great Fear Mon, 13 Oct 2014 00:33:39 +0000
- 3.11- The Fall of the Bastille Mon, 06 Oct 2014 01:18:44 +0000
- Random Insert-Tour Announcement Mon, 29 Sep 2014 16:00:00 +0000
- 3.10- The Tennis Court Oath Mon, 22 Sep 2014 02:30:00 +0000
- 3.9- What is the Third Estate? Mon, 15 Sep 2014 00:13:57 +0000
- 3.8- The Day of the Tiles Mon, 08 Sep 2014 02:00:00 +0000
- 3.7- The Séance Royale Sun, 31 Aug 2014 23:12:18 +0000
- 3.6- The Stately Quadrille Mon, 25 Aug 2014 00:20:31 +0000
- 3.5- The Assembly of Notables Sun, 17 Aug 2014 20:31:01 +0000
- 3.4- Necker and the Necklace Sun, 10 Aug 2014 22:15:32 +0000
- 3.3- Resistance to Reform Sun, 03 Aug 2014 22:49:41 +0000
- 3.2-The Broken Regime Sun, 20 Jul 2014 23:57:24 +0000
- 3.1- The Three Estates Mon, 14 Jul 2014 16:14:40 +0000
- 3.0 Revolutions Podcast Update Mon, 14 Jul 2014 16:11:06 +0000
- 2.15a- The Bill of Rights Sun, 25 May 2014 19:28:24 +0000
- 2.15- The Rising Sun Sun, 25 May 2014 19:26:33 +0000
- 2.14- The Critical Period Sun, 18 May 2014 20:42:25 +0000
- 2.13- The Articles of Confederation Mon, 12 May 2014 00:51:53 +0000
- 2.12- Yorktown Sun, 04 May 2014 20:11:39 +0000
- 2.11- Tarleton's Quarter Sun, 27 Apr 2014 23:31:41 +0000
- 2.10- Turning South Tue, 22 Apr 2014 00:55:56 +0000
- 2.9- Valley Forge Sun, 13 Apr 2014 22:32:30 +0000
- 2.8- Saratoga Sun, 30 Mar 2014 23:47:01 +0000
- 2.7- Crossing the Delaware Mon, 24 Mar 2014 00:18:23 +0000
- 2.6a- Supplemental The Declaration of Independence Sun, 16 Mar 2014 22:06:11 +0000
- 2.6- Independence Sun, 16 Mar 2014 22:03:53 +0000
- 2.5- The Guns of Ticonderoga Sun, 09 Mar 2014 21:29:10 +0000
- 2.4- The Boston Tea Party Mon, 03 Mar 2014 00:12:47 +0000
- 2.3- The Townshend Acts Sun, 23 Feb 2014 23:21:50 +0000
- 2.2- The Stamp Act Sun, 16 Feb 2014 22:31:00 +0000
- 2.1- The Thirteen Colonies Mon, 10 Feb 2014 00:22:29 +0000
- 1.16- The Restoration Sun, 12 Jan 2014 23:42:54 +0000
- 1.16a Supplemental- Sir Edward Hyde, First Earl of Clarendon Sun, 12 Jan 2014 23:19:00 +0000
- 1.15- The Good Old Cause Mon, 06 Jan 2014 00:39:38 +0000
- 1.14a Supplemental- The War on Christmas Wed, 25 Dec 2013 01:50:59 +0000
- 1.14- The Humble Petition and Advice Sun, 22 Dec 2013 23:03:06 +0000
- 1.13- The Instrument of Government Mon, 16 Dec 2013 03:49:18 +0000
- 1.12- In The Name of God Go Mon, 09 Dec 2013 02:54:19 +0000
- 1.12b- Supplemental The Diggers Mon, 02 Dec 2013 01:35:55 +0000
- 1.12a- Supplemental Freeborn John Mon, 02 Dec 2013 01:31:35 +0000
- 1.11a- Tour Announcement 2 Sun, 24 Nov 2013 21:47:53 +0000
- 1.11- The Crowning Mercy Sun, 24 Nov 2013 21:42:59 +0000
- 1.10- Regicide Mon, 18 Nov 2013 00:36:36 +0000
- 1.9- The Man of Blood Mon, 11 Nov 2013 05:44:00 +0000
- 1.8- Checkmate Mon, 04 Nov 2013 01:03:16 +0000
- 1.7a- Tour Announcement Mon, 28 Oct 2013 00:16:02 +0000
- 1.7- The New Model Army Mon, 28 Oct 2013 00:11:06 +0000
- 1.6- The Solemn League And Covenant Mon, 21 Oct 2013 00:52:57 +0000
- 1.5- Cavaliers and Roundheads Sun, 13 Oct 2013 21:30:00 +0000
- 1.5a- Supplemental- The Armies Sun, 13 Oct 2013 19:00:00 +0000
- 1.4- The Long Parliament Mon, 07 Oct 2013 00:33:56 +0000
- 1.3- The Bishops' Wars Mon, 30 Sep 2013 00:54:00 +0000
- 1.2- Personal Rule Mon, 23 Sep 2013 01:27:08 +0000
- 1.1- The Kingdoms of Charles Stuart Sun, 15 Sep 2013 19:53:00 +0000
- 0.0- Introduction Sun, 15 Sep 2013 19:47:48 +0000
The Jim Rutt Show URL | Feed
Crisp conversations with critical thinkers at the leading edge of science, technology, politics, and social systems.
- EP 296 Ashley Hodgson on Economic Mythology and System Change Tue, 15 Apr 2025 22:12:41 +0000
- EP 295 John Robb on How a Networked Organization Blitzed D.C. Mon, 31 Mar 2025 22:08:30 +0000
- EP 294 Timothy Clancy on an AI Cold War Fri, 28 Mar 2025 21:45:25 +0000
- EP 293 Brendan Graham Dempsey on Cosmic Teleology and Emergence Vectors Tue, 25 Mar 2025 22:45:33 +0000
- EP 292 Emil Ejner Friis on Building a Listening Society Tue, 18 Mar 2025 22:22:31 +0000
- EP 291 Jeff Sebo on Who Matters, What Matters, and Why Thu, 13 Mar 2025 22:11:08 +0000
- EP 290 Mark Stahlman on Trump as the Avatar of the Digital Paradigm Shift Tue, 11 Mar 2025 22:50:51 +0000
- EP 289 Adam B. Levine on AI-Powered Programming for Non-Developers Thu, 06 Mar 2025 22:57:22 +0000
- EP 288 BJ Campbell on Cops, Belief, and Chainsaw-Faced Robot Dogs Tue, 04 Mar 2025 22:42:35 +0000
- EP 287 Jonathan Rauch on the Epistemic Crisis Thu, 27 Feb 2025 23:03:57 +0000
- EP 286 Bob Levy on the Use and Abuse of Presidential Power Mon, 24 Feb 2025 22:44:18 +0000
- EP 285 Josh Bernoff on AI, Writing, and Thinking Tue, 18 Feb 2025 22:54:49 +0000
- EP 284 Jordan Hall on AI, the Commons, and the Church Thu, 13 Feb 2025 22:45:41 +0000
- EP 283 Brian Chau on the Trump Administration and AI Tue, 11 Feb 2025 22:58:00 +0000
- EP 282 Tyson Yunkaporta on Indigenous Law, Lore, and Learning Thu, 06 Feb 2025 22:26:45 +0000
- EP 281 Jeff Hawkins and Viviane Clay on the Thousand Brains Theory Tue, 04 Feb 2025 23:07:12 +0000
- EP 280 Rob Henderson on Luxury Beliefs Thu, 30 Jan 2025 23:27:01 +0000
- EP 279 Samuel Scarpino on H5N1 (Bird Flu) and Pandemic Risk Thu, 09 Jan 2025 00:11:44 +0000
- EP 278 Peter Wang on AI, Copyright, and the Future of Intelligence Thu, 02 Jan 2025 23:23:47 +0000
- EP 277 Kristian Rönn on Darwinian Traps and How to Escape Them Fri, 20 Dec 2024 23:01:06 +0000
- EP 276 Carolyn Dicey Jennings on Attention and Mental Control Thu, 19 Dec 2024 22:52:54 +0000
- EP 275 Rachel Winkler on Mass Deportation Tue, 17 Dec 2024 22:45:51 +0000
- EP 274 Richard Overy on Why War? Fri, 13 Dec 2024 01:33:32 +0000
- EP 273 Gregg Henriques on the Unified Theory of Knowledge Tue, 03 Dec 2024 21:40:02 +0000
- EP 272 Loribeth Ford Jarrell on Bespoke Education Tue, 19 Nov 2024 22:30:42 +0000
- EP 271 Lorraine Besser on the Art of the Interesting Tue, 05 Nov 2024 22:10:21 +0000
- EP 270 Nancy Jacobson on No Labels and the 2024 Election Wed, 30 Oct 2024 22:25:30 +0000
- EP 269 Alex Ebert on the War on Genius Tue, 29 Oct 2024 21:02:04 +0000
- EP 268 Brendan Graham Dempsey on the Evolution of Meaning Fri, 25 Oct 2024 00:42:12 +0000
- EP 267 Richard Hanania on the Presidential Election and More Wed, 23 Oct 2024 21:54:20 +0000
- EP 266 Marcia Gralha on the Common Core of Psychotherapy and Wokeism in Academia Tue, 22 Oct 2024 20:59:23 +0000
- EP 265 Aravind Srinivas on Perplexity AI Thu, 17 Oct 2024 22:07:12 +0000
- EP 264 Bret Weinstein and Jim Argue Politics Sun, 13 Oct 2024 22:18:11 +0000
- EP 263 Evan McMullen on Self-Driving Cars Wed, 09 Oct 2024 22:04:35 +0000
- EP 262 Cliff Maloney on a Libertarian’s Case for Trump Sun, 06 Oct 2024 22:07:19 +0000
- EP 261 Nikos Salingaros on What Went Wrong with Architecture Thu, 03 Oct 2024 21:57:36 +0000
- EP 260 Ben Goertzel and Trent McConaghy on a Crypto Merger for AGI/ASI Tue, 01 Oct 2024 23:11:19 +0000
- EP 259 Toufi Saliba on a Peer-to-Peer Network for AI Agents Tue, 10 Sep 2024 21:44:42 +0000
- EP 258 Stephen Webb on Where Are the Aliens? Thu, 29 Aug 2024 21:58:06 +0000
- EP 257 Malcolm and Simone Collins on Fertility Rates and Pronatalism Tue, 27 Aug 2024 22:46:15 +0000
- EP 256 Glenn Loury on Confessions of a Black Conservative Thu, 22 Aug 2024 22:24:00 +0000
- EP 255 Is God Real? (with Jordan Hall) Tue, 20 Aug 2024 22:27:14 +0000
- EP 254 John Robb on What Went Wrong with America Mon, 19 Aug 2024 20:33:24 +0000
- EP 253 Alexander Bard Part 3: Process and Event Thu, 15 Aug 2024 21:56:36 +0000
- EP 252 Alexander Bard Part 2: Process and Event Tue, 13 Aug 2024 22:09:39 +0000
- EP 251 Pamela Denise Long on Kamala Harris and Blackness in America Fri, 09 Aug 2024 21:13:22 +0000
- EP 250 Alexander Bard Part 1: Process and Event Thu, 08 Aug 2024 22:44:04 +0000
- EP 249 Seth Lloyd on Measuring Complexity Tue, 06 Aug 2024 21:47:35 +0000
- EP 248 Timothy Clancy on the Israel-Hamas War Tue, 16 Jul 2024 20:53:16 +0000
- EP 247 Sergey Kuprienko on Drone Warfare in Ukraine Thu, 11 Jul 2024 22:29:49 +0000
- EP 246 A.M. Hickman on Hitchhiking in America Fri, 05 Jul 2024 22:10:01 +0000
- EP 245 Bob Levy on the Second Amendment and the Supreme Court Tue, 02 Jul 2024 21:05:09 +0000
- EP 244 Samo Burja on Lessons from the Russo-Ukrainian War Thu, 27 Jun 2024 21:25:11 +0000
- EP 243 Yaroslav Trofimov on Ukraine’s War of Independence Tue, 25 Jun 2024 20:54:37 +0000
- EP 242 Magatte Wade on a Vision for African Economic Development Thu, 06 Jun 2024 21:36:45 +0000
- EP 241 Tor Nørretranders on the User Illusion of Consciousness Tue, 04 Jun 2024 22:21:56 +0000
- EP 240 Stuart Kauffman on a New Approach to Cosmology Fri, 24 May 2024 02:16:21 +0000
- EP 239 Alex Fink on Improving Information Quality Tue, 21 May 2024 23:41:37 +0000
- EP 238 Sam Sammane on Humanity’s Role in an AI-Dominated Future Tue, 14 May 2024 20:26:28 +0000
- EP 237 Simon DeDeo on the Odds of Major Civil Violence Thu, 02 May 2024 21:32:43 +0000
- EP 236 Gregg Henriques on Free Will vs Determinism Tue, 23 Apr 2024 21:58:35 +0000
- EP 235 Robin Hanson on Beware Cultural Drift Wed, 17 Apr 2024 01:00:31 +0000
- EP 234 Richard Bartlett on an Experiment in Co-Living Tue, 09 Apr 2024 21:30:21 +0000
- EP 233 Robert Conan Ryan on Seven Ethical Perspectives Thu, 04 Apr 2024 22:16:40 +0000
- EP 232 Matthew David Segall on Process Philosophy and the Origin of Life Wed, 03 Apr 2024 22:11:45 +0000
- EP 231 Vance Crowe Interviews Jim Rutt on AI Risk Wed, 27 Mar 2024 22:09:47 +0000
- EP 230 James Lindsay on a National Divorce Tue, 12 Mar 2024 22:15:13 +0000
- EP 229 Jonathan Rowson on the Antidebate Thu, 07 Mar 2024 23:06:57 +0000
- EP 228 Jeremy Sherman on the Emergence and Nature of Selves Tue, 05 Mar 2024 23:21:52 +0000
- EP 227 Stuart Kauffman on the Emergence of Life Thu, 29 Feb 2024 23:14:54 +0000
- EP 226 Hannah Rosenberg on An Answer to Red Pilldom Thu, 22 Feb 2024 23:28:31 +0000
- EP 225 Bruce Damer on a New Path for Psychedelics Tue, 20 Feb 2024 22:53:14 +0000
- EP 224 Samo Burja on Geothermal Energy Tue, 13 Feb 2024 23:08:09 +0000
- EP 223 Jordan Hall on Cities, Civiums, and Becoming Christian Thu, 08 Feb 2024 22:59:17 +0000
- EP 222 Trent McConaghy on AI & Brain-Computer Interface Accelerationism (bci/acc) Wed, 07 Feb 2024 23:39:41 +0000
- EP 221 George Hotz on Open-Source Driving Assistance Tue, 06 Feb 2024 23:01:30 +0000
- EP 220 Lene Rachel Andersen on Polymodernity Tue, 30 Jan 2024 23:51:49 +0000
- EP 219 Katherine Gehl on Breaking Partisan Gridlock Thu, 25 Jan 2024 23:27:37 +0000
- EP 218 Max Borders on Christopher Rufo’s New Right Manifesto Wed, 24 Jan 2024 23:09:05 +0000
- EP 217 Ben Goertzel on a New Framework for AGI Tue, 23 Jan 2024 23:32:43 +0000
- EP 216 Kevin Dickinson on A Short History of the F-Word Thu, 11 Jan 2024 23:45:56 +0000
- EP 215 Cody Moser on Inequality and Innovation Tue, 19 Dec 2023 23:07:37 +0000
- EP 214 Douglas Rushkoff on Leaving Social Media Thu, 07 Dec 2023 23:26:41 +0000
- EP 213 Robin Hanson on Declining Fertility Rates Tue, 05 Dec 2023 23:21:27 +0000
- EP 212 Joy Hirsch on How the Brain Responds to Zoom Thu, 30 Nov 2023 22:30:38 +0000
- EP 211 Ben Goertzel on Generative AI vs. AGI Tue, 28 Nov 2023 21:58:53 +0000
- EP 210 Frank Lantz on the Beauty of Games Mon, 20 Nov 2023 22:49:50 +0000
- EP 209 C. Owen Paepke on the Purple Presidency Tue, 07 Nov 2023 21:33:06 +0000
- EP 208 Jack Visnjic on Anacyclosis Thu, 02 Nov 2023 19:46:20 +0000
- EP 207 Paul Watson on Adventures in Eco-Activism Tue, 31 Oct 2023 23:32:59 +0000
- EP 206 Ryan Clancy on No Labels Thu, 26 Oct 2023 20:43:32 +0000
- EP 205 Matthew Pirkowski on Time Preference and Cooperation Tue, 24 Oct 2023 21:13:31 +0000
- EP 204 Matt Bennett on the Case Against No Labels Thu, 19 Oct 2023 20:41:40 +0000
- EP 203 Robert Sapolsky on Life Without Free Will Tue, 17 Oct 2023 21:28:28 +0000
- EP 202 Neil Howe on the Fourth Turning Thu, 12 Oct 2023 20:40:54 +0000
- EP 201 Tobias Dengel on the Age of Voice Technology Tue, 10 Oct 2023 21:01:26 +0000
- EP 200 Brian Chau on AI Pluralism Thu, 28 Sep 2023 20:53:09 +0000
- EP 199 Yascha Mounk on the Identity Trap Tue, 26 Sep 2023 21:35:58 +0000
- EP 198 Cory Doctorow on Seizing the Means of Computation Tue, 19 Sep 2023 22:46:39 +0000
- EP 197 Susan Neiman on Why Left Is Not Woke Thu, 07 Sep 2023 20:52:58 +0000
- EP 196 Pamela Denise Long on Affirmative Action for Freedmen Thu, 24 Aug 2023 22:01:35 +0000
- EP 195 Michael R.J. Bonner on Civilization, Collapse, and Renewal Tue, 22 Aug 2023 22:01:50 +0000
- EP 194 Bob Reid on User-Owned Identity Thu, 17 Aug 2023 22:28:24 +0000
- EP 193 Aydan Connor on Rethinking Food Systems Thu, 20 Jul 2023 22:13:50 +0000
- EP 192 David Krakauer on Science, Complexity and AI Tue, 18 Jul 2023 22:02:00 +0000
- EP 191 Alicia Juarrero on Context, Constraints, and Coherence Thu, 13 Jul 2023 22:20:23 +0000
- EP 190 Peter Turchin on Cliodynamics and End Times Thu, 06 Jul 2023 22:02:51 +0000
- Currents 100: Sara Walker and Lee Cronin on Time as an Object Wed, 05 Jul 2023 22:12:52 +0000
- Currents 099: Samuel Scarpino on Preparing for the Next Pandemic Tue, 27 Jun 2023 21:55:00 +0000
- Currents 098: Damien Walter on Science Fiction and the Rhetoric of Story Fri, 23 Jun 2023 22:39:29 +0000
- EP 189 Forrest Landry on Civilization Design Thu, 22 Jun 2023 23:02:13 +0000
- Currents 097: Frank Lantz on Network Wars and Games Tue, 20 Jun 2023 22:10:54 +0000
- EP 188 Robert Tercek on Intellectual Property in the Time of AI Tue, 13 Jun 2023 22:11:01 +0000
- Currents 096: Jim & Michael Garfield Talk About Everything Tue, 06 Jun 2023 22:08:52 +0000
- EP 187 Carlos Perez on A Pattern Language for Generative AI Thu, 01 Jun 2023 21:56:36 +0000
- EP 186 Charles Eisenstein on Climate: A New Story Wed, 24 May 2023 04:03:01 +0000
- Currents 095: Matt Welsh on the End of Programming Tue, 09 May 2023 21:57:42 +0000
- Currents 094: Matthew Pirkowski on Blockchain Consensus Mechanisms Thu, 04 May 2023 22:40:59 +0000
- Currents 093: Rafe Kelley on Natural Movement Tue, 02 May 2023 23:56:27 +0000
- Currents 092: Peter Wang on The Meaning Crisis and Consequentiality Thu, 27 Apr 2023 22:10:26 +0000
- Currents 091: Bruce Damer on Psychedelics as Tools for Discovery Tue, 25 Apr 2023 21:53:49 +0000
- EP 185 Daniel Suarez on the Near Future of Space Exploration Thu, 20 Apr 2023 21:58:59 +0000
- EP 184 Dave Snowden on Managing Complexity in Times of Crisis Tue, 18 Apr 2023 22:00:55 +0000
- Currents 090: BJ Campbell and Patrick Ryan on Egregores Tue, 11 Apr 2023 22:31:30 +0000
- Currents 089: Erik Torenberg on Status Games Thu, 06 Apr 2023 22:10:10 +0000
- EP 183 Forrest Landry Part 2: AI Risk Tue, 04 Apr 2023 23:07:39 +0000
- Currents 088: Melanie Mitchell on AI Measurement and Understanding Thu, 30 Mar 2023 22:06:56 +0000
- EP 182 Brad DeLong on An Economic History of the 20th Century Wed, 29 Mar 2023 00:06:03 +0000
- Currents 087: Shivanshu Purohit on Open-Source Generative AI Fri, 24 Mar 2023 23:21:06 +0000
- EP 181 Forrest Landry Part 1: AI Risk Thu, 23 Mar 2023 22:29:01 +0000
- Currents 086: Monica Anderson on Bubble City Thu, 16 Mar 2023 22:16:12 +0000
- Currents 085: Jonny Miller on Self-Unfoldment Tue, 14 Mar 2023 22:57:13 +0000
- Currents 084: Mirta Galesic on Global Collective Behavior Tue, 07 Mar 2023 23:33:43 +0000
- EP 180 Lynne Kiesling on the Electrical Grid Fri, 03 Mar 2023 00:36:18 +0000
- Currents 083: Joscha Bach on Synthetic Intelligence Tue, 28 Feb 2023 23:17:04 +0000
- EP 179 Gregg Henriques Part 3: Addressing the Enlightenment Gap Fri, 24 Feb 2023 23:04:18 +0000
- Currents 082: Dan Shipper on Practical Applications of GPT-3 Wed, 22 Feb 2023 23:56:23 +0000
- EP 178 Anil Seth on A New Science of Consciousness Tue, 21 Feb 2023 00:19:10 +0000
- EP 177 Gregg Henriques Part 2: Addressing the Enlightenment Gap Thu, 16 Feb 2023 23:12:28 +0000
- EP 176 Gregg Henriques Part 1: Addressing the Enlightenment Gap Wed, 15 Feb 2023 00:09:17 +0000
- EP 175 Morten Christiansen and Nick Chater on The Language Game Fri, 10 Feb 2023 00:21:06 +0000
- EP 174 Fred Beuttler and Mark Stahlman on Trivium University Fri, 03 Feb 2023 23:02:30 +0000
- Currents 081: Layman Pascal Interviews Jim Rutt on Twitter as Collective Intelligence Fri, 03 Feb 2023 00:17:39 +0000
- Currents 080: Joe Edelman and Ellie Hain on Rebuilding Meaning Mon, 30 Jan 2023 23:16:15 +0000
- EP 173 Hanzi Freinacht on Metamodern Self-Help Tue, 17 Jan 2023 23:41:31 +0000
- EP 172 Brendan Graham Dempsey on Emergentism Mon, 09 Jan 2023 23:01:21 +0000
- Currents 079: Douglas Rushkoff on Tech Escapism and Critiques of GameB Thu, 05 Jan 2023 23:36:14 +0000
- Currents 078: John Ash on AI Art Tools Tue, 03 Jan 2023 23:30:51 +0000
- Currents 077: Serge Faguet on Consciousness and Post-AGI Ethics Thu, 29 Dec 2022 23:05:34 +0000
- EP 171 Bruce Damer Part 2: The Origins of Life – Implications Tue, 20 Dec 2022 23:02:43 +0000
- Currents 076: Jamie Joyce on The Society Library Mon, 12 Dec 2022 23:10:18 +0000
- Currents 075: Michael Nielsen on Metascience Mon, 05 Dec 2022 23:45:22 +0000
- EP 170 John Vervaeke and Jordan Hall on The Religion That Is Not a Religion Fri, 02 Dec 2022 00:10:40 +0000
- Currents 074: Serge Faguet on Building Metacommunity Mon, 28 Nov 2022 23:03:54 +0000
- Currents 073: Owen Cox and Daniel Fraga on Game C Fri, 25 Nov 2022 23:20:34 +0000
- EP 169 Roar Bjonnes on Growing a New Economy Mon, 14 Nov 2022 22:47:25 +0000
- EP 168 Nate Hagens on Collective Futures Mon, 31 Oct 2022 22:51:05 +0000
- Currents 072: Ben Goertzel on Viable Paths to True AGI Tue, 18 Oct 2022 22:02:02 +0000
- EP 167 Bruce Damer on the Origins of Life Thu, 13 Oct 2022 23:24:35 +0000
- Currents 071: Liam Madden on Rebirthing Democracy Mon, 10 Oct 2022 22:13:13 +0000
- Currents 070: Brian Chau on Propaganda & Populism Thu, 06 Oct 2022 23:17:46 +0000
- Currents 069: Bonnitta Roy and Euvie Ivanova on Collective Intimacy Mon, 03 Oct 2022 22:11:33 +0000
- EP 166 Lene Rachel Andersen Part 2: Libertism Fri, 30 Sep 2022 01:52:06 +0000
- EP 165 Lene Rachel Andersen Part 1: Libertism Thu, 22 Sep 2022 22:26:30 +0000
- Currents 068: Jonathan Rowson on the Chess Drama Thu, 22 Sep 2022 14:31:35 +0000
- EP 164 John Markoff on the Many Lives of Stewart Brand Mon, 19 Sep 2022 22:22:47 +0000
- EP 163 Benedict Beckeld on Western Self-Contempt Thu, 25 Aug 2022 21:29:27 +0000
- EP 162 Max Borders on Decentralism Mon, 15 Aug 2022 22:37:49 +0000
- Currents 067: Zak Stein on Ending Nihilistic Design Mon, 25 Jul 2022 22:01:05 +0000
- Currents 066: Matthew Pirkowski on Emergence in Possibility Space Fri, 22 Jul 2022 10:42:38 +0000
- EP 161 Greg Thomas on Untangling the Gordian Knot of Race Mon, 18 Jul 2022 22:09:34 +0000
- EP 160 Curtis Yarvin on Monarchy in the U.S.A. Thu, 07 Jul 2022 21:56:36 +0000
- EP 159 Bobby Azarian on the Romance of Reality Wed, 06 Jul 2022 00:36:48 +0000
- Currents 065: Alexander Bard on Protopian Narratology Thu, 30 Jun 2022 21:59:53 +0000
- Who Are You EP 01: Seth Jordan on Social Threefolding Thu, 16 Jun 2022 21:30:40 +0000
- Currents 064: Michael Garfield and J.F. Martel on Art x AI Mon, 13 Jun 2022 22:57:06 +0000
- EP 158 Remzi Bajrami on Flow Currency Thu, 09 Jun 2022 23:24:46 +0000
- Currents 063: Jessica Flack on nth-Order Effects of the Russia-Ukraine War Mon, 06 Jun 2022 22:19:07 +0000
- EP 157 Terrence Deacon on Mind’s Emergence From Matter Mon, 16 May 2022 22:03:32 +0000
- EP 156 James Poulos on Remaining Human Thu, 05 May 2022 22:00:14 +0000
- Currents 062: Stephanie Lepp Interviews Jim Rutt on Musk and Moderation Mon, 02 May 2022 22:15:35 +0000
- EP 155 Iain McGilchrist Part 2: The Matter With Things Mon, 18 Apr 2022 21:59:47 +0000
- Currents 061: Nora Bateson on a Return to Earnestness Mon, 11 Apr 2022 09:58:13 +0000
- EP 154 Iain McGilchrist on The Matter With Things Mon, 04 Apr 2022 23:21:14 +0000
- Currents 060: Panos Siozos on Online Education Mon, 28 Mar 2022 22:01:34 +0000
- Currents 059: Samo Burja on RU->UKR 23-MAR-2022 Thu, 24 Mar 2022 15:46:37 +0000
- EP 153 Forrest Landry on Small Group Method Tue, 22 Mar 2022 22:03:45 +0000
- Currents 058: John Robb on Russia-Ukraine Outcomes Mon, 21 Mar 2022 20:45:05 +0000
- Currents 057: Timothy Clancy on Russia’s Mid-Game Wed, 16 Mar 2022 15:12:22 +0000
- Currents 056: Julyan Davey on Weaving a Non-Dual Civilization Wed, 09 Mar 2022 22:03:16 +0000
- Currents 055: Paul Goble on Putin’s Strategic Mistakes Fri, 04 Mar 2022 22:44:14 +0000
- Currents 054: Samo Burja on the Russia-Ukraine War Tue, 01 Mar 2022 18:38:38 +0000
- Currents 053: Matthew Pirkowski on Grammars of Emergence Mon, 28 Feb 2022 21:38:33 +0000
- Currents 052: John Robb on War in Ukraine Fri, 25 Feb 2022 22:53:18 +0000
- Currents 051: Douglas Rushkoff on the Once and Future Internet Thu, 24 Feb 2022 22:39:03 +0000
- Currents 050: Greg Lukianoff on Free Speech Mon, 21 Feb 2022 22:58:17 +0000
- EP 152 Gary Bengier on Hard-Science Futures Mon, 07 Feb 2022 22:48:48 +0000
- Currents 049: Ashley Colby & Jason Snyder on Doomer Optimism Fri, 04 Feb 2022 00:29:35 +0000
- EP 151 Daniel Mezick on Ritual and Hierarchy Mon, 31 Jan 2022 22:25:36 +0000
- Currents 048: Welf von Hören on Potential Mon, 27 Dec 2021 21:57:34 +0000
- EP 150 Jeremy Lent on the Web of Meaning Mon, 20 Dec 2021 21:54:00 +0000
- Currents 047: Samuel Scarpino on the Epidemiology of Covid-19 Wed, 15 Dec 2021 21:51:11 +0000
- EP 149 Joshua Vial on Enspiral Mon, 13 Dec 2021 19:07:29 +0000
- Currents 046: Henry Elkus & Sam Feinburg on Solving Societal Problems Mon, 29 Nov 2021 22:05:10 +0000
- EP148 Antonio Damasio on Feeling and Knowing Mon, 22 Nov 2021 21:49:27 +0000
- EP147 John Vervaeke Part 5: Awakening from the Meaning Crisis Mon, 15 Nov 2021 21:55:16 +0000
- Currents 045: Dorian Abbot on Protecting Academic Freedom Thu, 04 Nov 2021 23:06:42 +0000
- EP146 John Vervaeke Part 4: Awakening from the Meaning Crisis Mon, 01 Nov 2021 19:27:53 +0000
- EP145 John Vervaeke Part 3: Awakening from the Meaning Crisis Mon, 25 Oct 2021 19:55:35 +0000
- EP144 John Vervaeke Part 2: Awakening from the Meaning Crisis Mon, 18 Oct 2021 20:58:12 +0000
- EP143 John Vervaeke Part 1: Awakening from the Meaning Crisis Mon, 11 Oct 2021 20:56:57 +0000
- Currents 044: Zak Stein on Propaganda and the Information War Thu, 07 Oct 2021 22:10:07 +0000
- Currents 043: Lene Rachel Andersen on Bildung Thu, 30 Sep 2021 21:04:55 +0000
- EP142 Robert Tercek on the Metaverse Mon, 27 Sep 2021 20:53:47 +0000
- EP141 Heather Heying on Confronting Hyper-Novelty Tue, 14 Sep 2021 21:05:27 +0000
- EP140 Robin Dunbar on Friendship Mon, 30 Aug 2021 19:52:48 +0000
- Currents 042: John Robb on Afghanistan Withdrawal Thu, 19 Aug 2021 17:52:32 +0000
- EP139 Robert Tercek on Education Today Mon, 16 Aug 2021 20:53:20 +0000
- Currents 041: Jonathan Rowson on Our Metacrisis Pickle Mon, 09 Aug 2021 22:17:11 +0000
- Currents 040: Jim Rutt Show Changes & Reflections Mon, 02 Aug 2021 21:26:41 +0000
- EP138 W. Brian Arthur on the Nature of Technology Mon, 26 Jul 2021 21:14:48 +0000
- Currents 039: Alexander Beiner on Psychedelic Turf Wars Sun, 18 Jul 2021 23:02:30 +0000
- Currents 038: Connor Leahy on Artificial Intelligence Thu, 15 Jul 2021 22:27:02 +0000
- EP137 Ken Stanley on Neuroevolution Tue, 13 Jul 2021 14:02:24 +0000
- Currents 037: Sam Harris on Surviving Our Smartphones Sat, 10 Jul 2021 14:38:37 +0000
- EP136 Harvey Reid on Troubadour Music Tue, 06 Jul 2021 22:18:20 +0000
- EP135 Dennis Waters on Behavior & Culture in One Dimension Thu, 01 Jul 2021 21:37:30 +0000
- EP134 Forrest Landry on Non-Relative Ethics Mon, 28 Jun 2021 21:40:17 +0000
- Currents 036: Melanie Mitchell on Why AI is Hard Sat, 26 Jun 2021 15:48:35 +0000
- Currents 035: Steve Barbour on Mining Bitcoin with Methane Thu, 24 Jun 2021 15:44:24 +0000
- EP133 Robert Tercek on Digital Strategies Mon, 21 Jun 2021 21:56:41 +0000
- EP132 Britt Adkins on Celestial Civilization Thu, 17 Jun 2021 21:50:34 +0000
- Currents 034: Samo Burja on the Consilience Project Tue, 15 Jun 2021 21:53:58 +0000
- EP131 Jason Mauck on #FarmWeird Mon, 14 Jun 2021 21:27:16 +0000
- EP130 Ken Stanley on Why Greatness Cannot Be Planned Mon, 07 Jun 2021 21:46:40 +0000
- Currents 033: Connor Leahy on Deep Learning Fri, 04 Jun 2021 16:20:56 +0000
- EP129 Stephanie Lepp on Deep Reckonings Mon, 31 May 2021 21:43:16 +0000
- EP128 Forrest Landry on Immanent Metaphysics: Part 3 Thu, 27 May 2021 21:45:34 +0000
- EP127 Jonathan Rowson on The Moves That Matter Mon, 24 May 2021 21:31:42 +0000
- EP126 Jordan Gruber & James Fadiman on Our Symphony of Selves Mon, 17 May 2021 22:19:24 +0000
- EP125 Samo Burja on Societal Decline: Part 2 Mon, 10 May 2021 21:38:30 +0000
- Currents 032: Tyson Yunkaporta on Spirits, GameB & Protopias Fri, 07 May 2021 00:03:35 +0000
- EP124 Jim Hackett on Ford, Electric Cars & More Mon, 03 May 2021 22:43:01 +0000
- Currents 031: Trent Loos on Family Ranching Thu, 29 Apr 2021 21:23:09 +0000
- EP123 Jamie Wheal on Recapturing the Rapture Mon, 26 Apr 2021 21:52:08 +0000
- Currents 030: Daniel Schmachtenberger on The Consilience Project Thu, 22 Apr 2021 21:35:23 +0000
- EP122 Ashley Colby on Subsistence Agriculture Mon, 19 Apr 2021 23:27:05 +0000
- EP121 Broke in America with Joanne Goldblum & Colleen Shaddox Mon, 12 Apr 2021 21:50:23 +0000
- EP120 James Ehrlich on ReGen Villages Part 2 Thu, 08 Apr 2021 21:17:45 +0000
- EP119 Max Borders on Post-Collapse Mon, 05 Apr 2021 21:12:16 +0000
- EP118 Matt Ridley on How Innovation Works Tue, 30 Mar 2021 15:53:27 +0000
- EP117 Samo Burja on Societal Decline Tue, 23 Mar 2021 14:25:05 +0000
- EP116 Doug Erwin on the Cambrian Explosion Mon, 15 Mar 2021 21:40:20 +0000
- Currents 029: Vance Crowe on the “Well-Actually” Graph Fri, 12 Mar 2021 23:26:51 +0000
- EP115 Max Borders on America’s Collapse Mon, 08 Mar 2021 22:36:56 +0000
- EP114 John Bunzl on his Simpol Solution Mon, 01 Mar 2021 22:53:45 +0000
- Currents 028: Simon DeDeo on Explaining Explanation Thu, 25 Feb 2021 23:03:11 +0000
- EP113 Zak Stein on Hierarchical Complexity Mon, 22 Feb 2021 22:30:17 +0000
- Currents 027: Charles Hoskinson on Cardano Blockchain Project Wed, 17 Feb 2021 22:25:42 +0000
- EP112 Annie Duke on Bets & Better Decisions Mon, 15 Feb 2021 23:17:25 +0000
- EP111 Anatol Lieven on Climate & Nationalism Thu, 11 Feb 2021 22:37:57 +0000
- EP110 Brad Kershner on Education & Complexity Mon, 08 Feb 2021 22:10:36 +0000
- Currents 026: Bill Ottman on Minds.com Sat, 06 Feb 2021 17:14:52 +0000
- EP109 Forrest Landry on Immanent Metaphysics: Part 2 Thu, 04 Feb 2021 22:20:39 +0000
- EP108 Bernard Baars on Consciousness Mon, 01 Feb 2021 22:25:32 +0000
- Currents 025: Ben Goertzel on Decentralizing Social Media Fri, 29 Jan 2021 23:01:44 +0000
- EP107 Tristan Harris on Our Social Dilemma Thu, 28 Jan 2021 22:29:23 +0000
- Currents 024: BJ Campbell on the Woke Religion Wed, 27 Jan 2021 23:10:10 +0000
- EP106 Michael Strevens on the Irrational History of Science Mon, 25 Jan 2021 22:06:23 +0000
- EP105 Christof Koch on Consciousness Thu, 21 Jan 2021 22:10:02 +0000
- EP104 Joe Henrich on WEIRD People Tue, 19 Jan 2021 21:57:10 +0000
- Currents 023: Terry Gainer on the January 6th Riot Mon, 18 Jan 2021 22:35:46 +0000
- Currents 022: Curtis Yarvin on Institutional Failure Thu, 14 Jan 2021 22:44:34 +0000
- Currents 021: John Robb on Jan 6th, 2021 Tue, 12 Jan 2021 22:49:08 +0000
- EP103 James Ehrlich on ReGen Villages Mon, 11 Jan 2021 22:00:15 +0000
- EP102 Debora Spar on Technological Impacts on Culture Thu, 07 Jan 2021 22:10:11 +0000
- EP101 Clayton Banks on the Digital Divide Mon, 04 Jan 2021 22:03:36 +0000
- EP100 Sam Bowles on Our Cooperative Nature Mon, 21 Dec 2020 22:09:33 +0000
- Currents 020: Barbara Oakley on Teaching Fluency Thu, 17 Dec 2020 22:05:12 +0000
- EP99 Jason Wiener on Alternative Business Structures Mon, 14 Dec 2020 22:35:18 +0000
- EP98 Morag Gamble on Permaculture Thu, 10 Dec 2020 22:26:48 +0000
- EP97 Emery Brown on Consciousness & Anesthesia Tue, 08 Dec 2020 21:52:46 +0000
- EP96 Forrest Landry on Immanent Metaphysics: Part 1 Mon, 30 Nov 2020 22:34:40 +0000
- EP95 Alexander Bard on God in the Internet Age Mon, 23 Nov 2020 22:09:20 +0000
- EP94 Shahin Farshchi on Self-Driving Tech Thu, 19 Nov 2020 22:32:30 +0000
- Currents 019: Alexander Beiner on Indigenous Narcissism Tue, 17 Nov 2020 22:45:15 +0000
- EP93 Brent Cooper on Critique, Consensus & Politics Mon, 16 Nov 2020 22:29:01 +0000
- EP92 Alexa Clay on Intentional Communities Sat, 14 Nov 2020 01:38:38 +0000
- EP91 Joe Brewer on Applied Cultural Evolution Mon, 09 Nov 2020 21:57:36 +0000
- EP90 Joshua Epstein on Agent-Based Modeling Thu, 05 Nov 2020 22:41:48 +0000
- EP89 Lene Rachel Andersen on Metamodernity Mon, 02 Nov 2020 22:10:59 +0000
- EP88 Nancy Hillis & Bruce Sawhill on Art & Complexity Fri, 30 Oct 2020 20:55:59 +0000
- Currents 018: The Future Thinkers Smart Village Thu, 29 Oct 2020 22:04:20 +0000
- Currents 017: Bret Weinstein on Unity 2020 Tue, 27 Oct 2020 21:19:03 +0000
- EP87 Joscha Bach on Theories of Consciousness Mon, 26 Oct 2020 21:09:05 +0000
- EP86 Nadav Zeimer on Educational Reform Thu, 22 Oct 2020 21:53:02 +0000
- Currents 016: Robin Hanson on Are We Living In A Simulation? Wed, 21 Oct 2020 22:26:24 +0000
- EP85 Gar Alperovitz on Reinventing Our Systems Mon, 19 Oct 2020 21:15:54 +0000
- Currents 015: Jessica Flack & Melanie Mitchell on Complexity Sun, 18 Oct 2020 21:15:34 +0000
- Currents 014: Steve LeVine on COVID-19 Futures Thu, 15 Oct 2020 01:10:06 +0000
- EP84 William Perry & Tom Collina on The Nuclear Button Mon, 12 Oct 2020 21:38:57 +0000
- EP83 Michel Bauwens on Our Commons Transition Thu, 08 Oct 2020 20:55:58 +0000
- Currents 013: Rob Malda on the Slashdot Story Thu, 08 Oct 2020 14:26:58 +0000
- EP82 Hanzi Freinacht on Building a Metamodern Future Mon, 05 Oct 2020 21:57:07 +0000
- EP81 Renée DiResta on Social Media Warfare Thu, 01 Oct 2020 23:04:11 +0000
- EP80 Daniel Schmachtenberger on Better Sensemaking Mon, 28 Sep 2020 20:55:53 +0000
- EP79 Seth Lloyd on Our Quantum Universe Thu, 24 Sep 2020 21:10:36 +0000
- Currents 012: Andrew Taggart on Narcissism, Culture & Dying Wed, 23 Sep 2020 16:06:55 +0000
- EP78 Ran Abramitzky on the Mystery of the Kibbutz Mon, 21 Sep 2020 21:04:54 +0000
- EP77 Kamal Sinclair on Science, Storytelling & VR Mon, 14 Sep 2020 20:59:00 +0000
- EP76 Max Borders on the Social Singularity Mon, 07 Sep 2020 21:27:21 +0000
- EP75 Nick Chater: “The Mind Is Flat” Mon, 31 Aug 2020 21:34:09 +0000
- EP74 Daniel Christian Wahl on Regeneration Dynamics Thu, 27 Aug 2020 23:18:28 +0000
- EP73 James Lindsay on Cynical Theories Mon, 24 Aug 2020 21:12:39 +0000
- EP72 Joscha Bach on Minds, Machines & Magic Mon, 17 Aug 2020 21:36:08 +0000
- Currents 011: Robin Hanson on RightTalkism Tue, 11 Aug 2020 21:33:11 +0000
- EP71 Philip Howard on Computational Propaganda Mon, 10 Aug 2020 20:56:01 +0000
- EP70 Art Brock & Ferananda Ibarra on Currencies Mon, 03 Aug 2020 22:48:56 +0000
- EP69 Rachel Haywire on Free Thinking & Expression Fri, 31 Jul 2020 21:43:03 +0000
- Currents 010: Tyson Yunkaporta on Humans As Custodial Species Tue, 28 Jul 2020 22:32:52 +0000
- EP68 Mara Zepeda on Innovative Collaboration Mon, 27 Jul 2020 22:03:24 +0000
- EP67 Tomas Björkman on The Nordic Secret Mon, 20 Jul 2020 21:06:11 +0000
- Currents 009: Gregg Henriques on Theory Of Meta-Cultural Transition Sat, 18 Jul 2020 14:44:33 +0000
- EP66 Tyson Yunkaporta on Indigenous Knowledge Thu, 16 Jul 2020 21:47:28 +0000
- EP65 Tyson Yunkaporta on Indigenous Complexity Mon, 13 Jul 2020 21:34:22 +0000
- EP64 Colin Wright on The New Evolution Deniers Thu, 09 Jul 2020 22:29:25 +0000
- EP63 Michel Bauwens on P2P & Commons Mon, 06 Jul 2020 21:50:15 +0000
- Currents 008: Christopher Conselice: Finding Extraterrestrial Intelligence Sun, 05 Jul 2020 22:47:57 +0000
- EP62 Zak Stein on Education, Tech & Religion Mon, 29 Jun 2020 20:59:05 +0000
- Currents 007: David Fuller on the IDW Wed, 24 Jun 2020 20:18:37 +0000
- EP61 Howard Rheingold on Our Digital Past & Future Mon, 22 Jun 2020 21:16:12 +0000
- Currents 006: Jim Coan on Our Social Recession Fri, 19 Jun 2020 21:00:39 +0000
- Currents 005: John Robb on Protest Tactics & Reforms Wed, 17 Jun 2020 18:48:55 +0000
- EP60 Zak Stein on Educational Systems Collapse Mon, 15 Jun 2020 21:40:06 +0000
- EP59 Gregg Henriques on Unifying Psychology Thu, 11 Jun 2020 23:32:02 +0000
- Currents 004: Michael Vassar on Passive-Aggressive Revolution Tue, 09 Jun 2020 21:27:51 +0000
- EP58 Jake Bornstein on Leadership & Clarity Mon, 08 Jun 2020 21:27:13 +0000
- Currents 003: Joe Norman on Localism & Scales of Cooperation Tue, 02 Jun 2020 22:31:50 +0000
- EP57 Zak Stein on Education in a Time Between Worlds Mon, 01 Jun 2020 21:09:14 +0000
- EP56 Art Brock on Holo Tech Thu, 28 May 2020 21:53:33 +0000
- Currents 002: Brian Hanley on Releasing the Vaccines Tue, 26 May 2020 21:23:11 +0000
- EP55 Jack Murphy on Leaving the Left Mon, 25 May 2020 21:25:34 +0000
- EP54 Robert Conan Ryan on Boom & Bust Cycles Mon, 18 May 2020 21:14:38 +0000
- Currents 001: Simon DeDeo on University Censorship Thu, 14 May 2020 20:53:13 +0000
- EP53 Hanzi Freinacht on the Nordic Ideology Mon, 11 May 2020 21:38:40 +0000
- Extra: Memetic Warfare & Pandemic Responses with John Robb Thu, 07 May 2020 20:45:18 +0000
- EP52 Steven Levy on Facebook: The Inside Story Mon, 04 May 2020 20:54:52 +0000
- EP51 Richard Bartlett on Self-Organizing Collaboration Mon, 27 Apr 2020 20:55:30 +0000
- Extra: Key COVID-19 Decisions with John Robb Thu, 23 Apr 2020 23:08:47 +0000
- EP50 Joe Brewer on Earth Regeneration Mon, 20 Apr 2020 20:55:11 +0000
- Extra: COVID-19 Transformations with Nora Bateson Fri, 17 Apr 2020 16:48:26 +0000
- Extra: COVID-19 Network Epidemiology with Michelle Girvan Tue, 14 Apr 2020 21:24:10 +0000
- EP49 Laurence Gonzales on Deep Survival Mon, 13 Apr 2020 21:22:53 +0000
- Extra: On COVID-19 Opportunities with Jessica Flack Mon, 13 Apr 2020 13:28:34 +0000
- Extra: On COVID-19 Strategies with Robin Hanson Thu, 09 Apr 2020 20:55:50 +0000
- Extra: On Post-COVID-19 Impact with Simon DeDeo Tue, 07 Apr 2020 22:36:48 +0000
- EP48 Jessica Flack on Complex System Dynamics Tue, 07 Apr 2020 01:23:59 +0000
- Extra: On COVID-19 Potentials with Bonnitta Roy Thu, 02 Apr 2020 22:17:53 +0000
- Extra: On Post COVID-19 Impacts with Ben Goertzel Wed, 01 Apr 2020 22:00:12 +0000
- Bonus: Jim on The Stoa, COVID & Game B Mon, 30 Mar 2020 22:37:22 +0000
- Extra: On COVID-19 & UBI with Bob Reid Fri, 27 Mar 2020 22:34:23 +0000
- Extra: On COVID-19 & Complexity with Jordan Hall Wed, 25 Mar 2020 21:46:25 +0000
- Extra: On COVID-19 with John Robb Tue, 24 Mar 2020 22:54:20 +0000
- EP47 Mark Burgess on the Physics of Money Mon, 23 Mar 2020 21:06:09 +0000
- EP46 Daniel Schrag on Climate Dynamics Mon, 16 Mar 2020 21:04:23 +0000
- EP45 Beth Pyles on Faith, Peace & Community Mon, 09 Mar 2020 21:54:23 +0000
- EP44 Steve LeVine on EV Battery Tech Mon, 02 Mar 2020 22:12:24 +0000
- EP43 Daniel Christian Wahl on a Regenerative Future Mon, 24 Feb 2020 22:14:43 +0000
- EP42 Jessika Trancik on Tech & Research vs Climate Change Mon, 17 Feb 2020 22:38:28 +0000
- EP41 Daniel Mezick on the Agile Organization Thu, 13 Feb 2020 22:37:14 +0000
- EP40 Eric Smith on the Physics of Living Systems Mon, 10 Feb 2020 22:42:34 +0000
- EP39 John Koza on Bleeding Edges Mon, 03 Feb 2020 22:00:00 +0000
- EP38 Tristan Harris on Humane Tech Mon, 27 Jan 2020 22:00:56 +0000
- EP37 Jared Janes on Spirituality Thu, 23 Jan 2020 22:50:19 +0000
- EP36 Hanzi Freinacht on Metamodernism Mon, 20 Jan 2020 22:58:06 +0000
- EP35 Ken McCarthy on the History of Online Business Thu, 16 Jan 2020 23:07:29 +0000
- EP34 Joe Edelman on the Power of Values Mon, 13 Jan 2020 23:04:40 +0000
- EP33 Melanie Mitchell on the Elements of AI Mon, 06 Jan 2020 22:08:49 +0000
- EP32 Jason Brennan on Irrational Democracy & Academia Mon, 30 Dec 2019 22:00:01 +0000
- EP31 Forrest Landry on Building our Future Mon, 16 Dec 2019 22:53:34 +0000
- EP30 Nora Bateson on Complexity & the Transcontextual Mon, 09 Dec 2019 22:29:02 +0000
- EP29 Michael Mauboussin on The Success Equation Mon, 02 Dec 2019 23:13:47 +0000
- EP28 Mark Burgess on Promise Theory, AI & Spacetime Mon, 25 Nov 2019 05:00:02 +0000
- EP27 Jamie Wheal on Flow & the Future of Culture Thu, 21 Nov 2019 23:04:21 +0000
- EP26 Jordan Hall on the Game B Emergence Tue, 19 Nov 2019 01:29:51 +0000
- EP25 Gary Marcus on Rebooting AI Thu, 14 Nov 2019 23:44:05 +0000
- EP24 Bret Weinstein on Evolving Culture Mon, 11 Nov 2019 23:52:10 +0000
- EP23 Jeff Gomez on Narrative & Cultural Change Tue, 05 Nov 2019 00:02:20 +0000
- EP22 Sara Kindsfater-Yerkes on the Evolution of Business Thu, 31 Oct 2019 22:33:52 +0000
- EP21 Roman Yampolskiy on the Outer Limits of AI Mon, 28 Oct 2019 22:35:39 +0000
- EP20 Pamela McCorduck on Her Life & Times with AI Thu, 24 Oct 2019 21:07:04 +0000
- EP19 John Robb on Asymmetric & Networked Conflict & Strategy Mon, 21 Oct 2019 21:00:14 +0000
- EP18 Stuart Kauffman on Complexity, Biology & T.A.P. Thu, 17 Oct 2019 21:52:12 +0000
- EP17 – Bonnitta Roy on Process Thinking and Complexity Mon, 14 Oct 2019 08:00:38 +0000
- EP16 Anaconda CTO Peter Wang on The Distributed Internet Mon, 07 Oct 2019 08:00:38 +0000
- EP15 Futurist David Brin on The Case for Optimism Mon, 30 Sep 2019 08:00:26 +0000
- EP14 Astrophysicist Jill Tarter on SETI and Technosignatures Mon, 23 Sep 2019 08:00:58 +0000
- EP13 Trent McConaghy: Blockchain, AI and DAOs Mon, 16 Sep 2019 08:00:18 +0000
- EP12 Brian Nosek – Open Science and Reproducibility Thu, 12 Sep 2019 08:00:52 +0000
- EP11 Dave Snowden and Systems Thinking Mon, 09 Sep 2019 08:00:46 +0000
- EP10 David Krakauer: Complexity Science Tue, 03 Sep 2019 08:00:51 +0000
- EP9 Joe Norman: Applied Complexity Tue, 27 Aug 2019 08:00:56 +0000
- Special Episode: Zachary Vorhies Wed, 21 Aug 2019 20:30:44 +0000
- EP8 Jordan “Greenhall” Hall and Game B Mon, 19 Aug 2019 08:00:27 +0000
- EP7 Daniel Schmachtenberger and the Evolution of Technology Mon, 12 Aug 2019 08:00:20 +0000
- EP 6 Douglas Rushkoff – Memetics, Money + TeamHuman Mon, 05 Aug 2019 08:00:27 +0000
- EP5 Lee Smolin – Quantum Foundations and Einstein’s Unfinished Revolution Fri, 26 Jul 2019 08:00:46 +0000
- EP4 Cory Doctorow – “Radicalized,” Race and Resilience Fri, 19 Jul 2019 08:00:24 +0000
- EP3 Dr. Ben Goertzel – OpenCog, AGI and SingularityNET Mon, 15 Jul 2019 08:00:09 +0000
- EP2 Robin Hanson – Decision Making and “The Age of Em” Mon, 08 Jul 2019 20:30:24 +0000
- EP1 Simon DeDeo – The Evolution of Consciousness Sun, 07 Jul 2019 20:31:52 +0000
The Joe Rogan Experience URL | Feed
The official podcast of comedian Joe Rogan.
- #2316 - Cameron Hanes Tue, 06 May 2025 17:00:00 -0000
- #2315 - José Andrés Fri, 02 May 2025 17:00:00 -0000
- #2314 - Hal Puthoff Thu, 01 May 2025 17:00:00 -0000
- #2313 - Jillian Michaels Wed, 30 Apr 2025 17:00:00 -0000
- #2312 - Jeremy Renner Tue, 29 Apr 2025 17:00:00 -0000
- #2311 - Jeremie & Edouard Harris Fri, 25 Apr 2025 17:00:00 -0000
- #2310 - Robert Rodriguez Thu, 24 Apr 2025 17:00:00 -0000
- #2309 - Joey Diaz Wed, 23 Apr 2025 17:00:00 -0000
- #2308 - Jordan Peterson Tue, 22 Apr 2025 17:00:00 -0000
- #2307 - Tim Dillon Sat, 19 Apr 2025 17:00:00 -0000
- #2306 - Deric Poston Thu, 17 Apr 2025 17:00:00 -0000
- JRE MMA Show #166 with Ilia Topuria Wed, 16 Apr 2025 17:00:00 -0000
- #2305 - Rich Vos Tue, 15 Apr 2025 17:00:00 -0000
- #2304 - Gary Brecka Fri, 11 Apr 2025 17:00:00 -0000
- #2303 - Dave Smith & Douglas Murray Thu, 10 Apr 2025 17:00:00 -0000
- #2302 - Ron White Wed, 09 Apr 2025 17:00:00 -0000
- #2301 - Ben Lamm Mon, 07 Apr 2025 17:00:00 -0000
- #2300 - Kyle Dunnigan Sat, 05 Apr 2025 17:00:00 -0000
- #2299 - Dave Smith Thu, 03 Apr 2025 17:00:00 -0000
- #2298 - Kurt Metzger Wed, 02 Apr 2025 17:00:00 -0000
- #2297 - Francis Foster & Konstantin Kisin Sat, 29 Mar 2025 17:00:00 -0000
- #2296 - Big Jay Oakerson Fri, 28 Mar 2025 17:00:00 -0000
- #2295 - Scott Payne Thu, 27 Mar 2025 17:00:00 -0000
- #2294 - Dr. Suzanne Humphries Wed, 26 Mar 2025 17:00:00 -0000
- Fight Companion - March 22, 2025 Sun, 23 Mar 2025 01:04:00 -0000
- #2293 - Chris Williamson Fri, 21 Mar 2025 17:00:00 -0000
- #2292 - Josh Waitzkin Wed, 19 Mar 2025 17:00:00 -0000
- #2291 - Bert Kreischer Tue, 18 Mar 2025 17:00:00 -0000
- #2290 - Michael Kosta Fri, 14 Mar 2025 17:00:00 -0000
- #2289 - Darryl Cooper Thu, 13 Mar 2025 17:00:00 -0000
- #2288 - Jacques Vallée Wed, 12 Mar 2025 17:00:00 -0000
- #2287 - Josh Dubin & J.D. Tomlinson Tue, 11 Mar 2025 17:00:00 -0000
- #2286 - Antonio Brown Fri, 07 Mar 2025 18:00:00 -0000
- #2285 - Andrew Schulz Thu, 06 Mar 2025 18:00:00 -0000
- #2284 - Ian Carroll Wed, 05 Mar 2025 18:00:00 -0000
- #2283 - Billy Corgan Tue, 04 Mar 2025 18:00:00 -0000
- #2282 - Bill Murray Sat, 01 Mar 2025 18:00:00 -0000
- #2281 - Elon Musk Fri, 28 Feb 2025 18:00:00 -0000
- #2280 - Peter Berg Thu, 27 Feb 2025 18:00:00 -0000
- #2279 - Ky Dickens Wed, 26 Feb 2025 18:00:00 -0000
- #2278 - Chase Hughes Tue, 25 Feb 2025 18:00:00 -0000
- #2277 - Woody Harrelson Sat, 22 Feb 2025 18:00:00 -0000
- #2276 - Felipe Esparza Fri, 21 Feb 2025 18:00:00 -0000
- #2275 - Magnus Carlsen Thu, 20 Feb 2025 18:00:00 -0000
- #2274 - Mike Baker Wed, 19 Feb 2025 18:00:00 -0000
- #2273 - Adam Curry Thu, 13 Feb 2025 18:00:00 -0000
- #2272 - Mike Benz Wed, 12 Feb 2025 18:00:00 -0000
- #2271 - John Reeves Tue, 11 Feb 2025 18:00:00 -0000
- #2270 - Bridget Phetasy Mon, 10 Feb 2025 18:00:00 -0000
- Fight Companion - February 8, 2025 Sun, 09 Feb 2025 08:00:00 -0000
- #2269 - Bret Weinstein Thu, 06 Feb 2025 18:00:00 -0000
- #2268 - Rick Caruso Wed, 05 Feb 2025 18:00:00 -0000
- #2267 - Dan Richards Tue, 04 Feb 2025 18:00:00 -0000
- #2266 - Brian Simpson Fri, 31 Jan 2025 18:00:00 -0000
- #2265 - Kurt Metzger Thu, 30 Jan 2025 18:00:00 -0000
- #2264 - Lenval Logan & Jason Sands Wed, 29 Jan 2025 18:00:00 -0000
- #2263 - Gad Saad Tue, 28 Jan 2025 18:00:00 -0000
- JRE MMA Show #165 with Jiří Procházka Sat, 25 Jan 2025 18:00:00 -0000
- #2262 - Dr. Mark Gordon Fri, 24 Jan 2025 18:00:00 -0000
- #2261 - Warren Smith Thu, 23 Jan 2025 18:00:00 -0000
- #2260 - Lex Fridman Wed, 22 Jan 2025 18:00:00 -0000
- #2259 - Thomas Campbell Fri, 17 Jan 2025 18:00:00 -0000
- #2258 - Steven Rinella Thu, 16 Jan 2025 18:00:00 -0000
- #2257 - Bryan Callen Wed, 15 Jan 2025 18:00:00 -0000
- #2256 - Protect Our Parks 14 Tue, 14 Jan 2025 18:00:00 -0000
- #2255 - Mark Zuckerberg Fri, 10 Jan 2025 18:00:00 -0000
- #2254 - Mel Gibson Thu, 09 Jan 2025 18:00:00 -0000
- #2253 - Theo Von Wed, 08 Jan 2025 18:00:00 -0000
- #2252 - Wesley Huff Tue, 07 Jan 2025 18:00:00 -0000
- #2251 - Rick Perry & W. Bryan Hubbard Thu, 02 Jan 2025 18:00:00 -0000
- #2250 - Raekwon Wed, 01 Jan 2025 18:00:00 -0000
- #2249 - Yannis Pappas & Chris Distefano Tue, 31 Dec 2024 18:00:00 -0000
- #2248 - Michael Waddell Thu, 26 Dec 2024 18:00:00 -0000
- #2247 - Duncan Trussell Wed, 25 Dec 2024 18:00:00 -0000
- #2246 - James Fox Tue, 24 Dec 2024 18:00:00 -0000
- #2245 - Rod Blagojevich Wed, 18 Dec 2024 18:00:00 -0000
- #2244 - Ryan Graves Tue, 17 Dec 2024 18:00:00 -0000
- #2243 - Julian Lennon Mon, 16 Dec 2024 18:00:00 -0000
- #2242 - Bert Sorin Thu, 12 Dec 2024 18:00:00 -0000
- #2241 - Rick Strassman Wed, 11 Dec 2024 18:00:00 -0000
- #2240 - Roger Avary & Quentin Tarantino Tue, 10 Dec 2024 18:00:00 -0000
- #2239 - Derek, More Plates More Dates Thu, 05 Dec 2024 18:00:00 -0000
- #2238 - John McPhee Wed, 04 Dec 2024 18:00:00 -0000
- #2237 - Mike Benz Tue, 03 Dec 2024 18:00:00 -0000
- #2236 - Protect Our Parks 13 Thu, 28 Nov 2024 18:00:00 -0000
- #2235 - Mike Rowe Wed, 27 Nov 2024 18:00:00 -0000
- #2234 - Marc Andreessen Tue, 26 Nov 2024 18:00:00 -0000
- #2233 - Scott Storch Fri, 22 Nov 2024 18:00:00 -0000
- #2232 - Josh Brolin Thu, 21 Nov 2024 18:00:00 -0000
- #2231 - Jimmy Corsetti & Dan Richards Wed, 20 Nov 2024 18:00:00 -0000
- #2230 - Evan Hafer Fri, 15 Nov 2024 18:00:00 -0000
- #2229 - Jeff Dye Thu, 14 Nov 2024 18:00:00 -0000
- #2228 - Josh Dubin Wed, 13 Nov 2024 18:00:00 -0000
- #2227 - Adrienne Iapalucci Tue, 12 Nov 2024 18:00:00 -0000
- #2226 - Theo Von Fri, 08 Nov 2024 18:00:00 -0000
- #2225 - Dave Smith Thu, 07 Nov 2024 18:00:00 -0000
- #2224 - Tim Dillon Wed, 06 Nov 2024 03:10:00 -0000
- #2223 - Elon Musk Mon, 04 Nov 2024 21:47:00 -0000
- #2222 - John Fetterman Sat, 02 Nov 2024 17:00:00 -0000
- #2221 - JD Vance Thu, 31 Oct 2024 17:00:00 -0000
- #2220 - Francis Foster & Konstantin Kisin Wed, 30 Oct 2024 17:00:00 -0000
- Fight Companion - October 26, 2024 Sun, 27 Oct 2024 02:00:00 -0000
- #2219 - Donald Trump Sat, 26 Oct 2024 02:33:00 -0000
- #2218 - Sam Tripoli Fri, 25 Oct 2024 17:00:00 -0000
- #2217 - Brian Cox Thu, 24 Oct 2024 17:00:00 -0000
- #2216 - Luke Bryan Wed, 23 Oct 2024 17:00:00 -0000
- #2215 - Graham Hancock Thu, 17 Oct 2024 17:00:00 -0000
- #2214 - Shane Smith Wed, 16 Oct 2024 17:00:00 -0000
- #2213 - Diane K. Boyd Tue, 15 Oct 2024 17:00:00 -0000
- #2212 - Jelly Roll Fri, 11 Oct 2024 17:00:00 -0000
- #2211 - Michael Shellenberger Wed, 09 Oct 2024 17:00:00 -0000
- #2210 - Calley Means & Casey Means, MD Tue, 08 Oct 2024 17:00:00 -0000
- JRE MMA Show #164 with Israel Adesanya Thu, 03 Oct 2024 17:00:00 -0000
- #2209 - Paul Rosolie Wed, 02 Oct 2024 17:00:00 -0000
- #2208 - Brigham Buhler Tue, 01 Oct 2024 17:00:00 -0000
- #2207 - Shawn Ryan Thu, 26 Sep 2024 17:00:00 -0000
- #2206 - Chamath Palihapitiya Wed, 25 Sep 2024 17:00:00 -0000
- #2205 - Legion of Skanks Tue, 24 Sep 2024 17:00:00 -0000
- #2204 - Matt Walsh Wed, 18 Sep 2024 17:00:00 -0000
- #2203 - Eric Goode & Jeremy McBride Tue, 17 Sep 2024 17:00:00 -0000
- #2202 - Tom Segura Mon, 16 Sep 2024 17:00:00 -0000
- JRE MMA Show #163 - Protect Ya Neck Thu, 12 Sep 2024 17:00:00 -0000
- #2201 - Robert Epstein Wed, 11 Sep 2024 17:00:00 -0000
- #2200 - Kat Timpf Tue, 10 Sep 2024 17:00:00 -0000
- #2199 - Chris Harris Thu, 05 Sep 2024 17:00:00 -0000
- #2198 - Bret Weinstein Wed, 04 Sep 2024 17:00:00 -0000
- JRE MMA Show #162 with Belal Muhammad Tue, 03 Sep 2024 17:00:00 -0000
- #2197 - Mike Baker Thu, 29 Aug 2024 17:00:00 -0000
- #2196 - Greg Fitzsimmons Wed, 28 Aug 2024 17:00:00 -0000
- #2195 - Andrew Huberman Tue, 27 Aug 2024 17:00:00 -0000
- #2194 - Luis Elizondo Fri, 23 Aug 2024 17:00:00 -0000
- #2193 - Jack Symes Thu, 22 Aug 2024 17:00:00 -0000
- #2192 - Raanan Hershberg Wed, 21 Aug 2024 17:00:00 -0000
- #2191 - Russell Crowe Tue, 20 Aug 2024 17:00:00 -0000
- Fight Companion - August 17, 2024 Sun, 18 Aug 2024 06:37:00 -0000
- #2190 - Peter Thiel Fri, 16 Aug 2024 17:00:00 -0000
- #2189 - Dennis Quaid Thu, 15 Aug 2024 17:00:00 -0000
- #2188 - Adam Ray Wed, 14 Aug 2024 17:00:00 -0000
- #2187 - Adam Sandler Tue, 13 Aug 2024 17:00:00 -0000
- #2186 - Ari Matti Fri, 09 Aug 2024 17:00:00 -0000
- #2185 - Bob Gymlan Thu, 08 Aug 2024 17:00:00 -0000
- #2184 - Sara Imari Walker Wed, 07 Aug 2024 17:00:00 -0000
- #2183 - Norman Ohler Thu, 01 Aug 2024 17:00:00 -0000
- JRE MMA Show #161 with Khalil Rountree Jr. Wed, 31 Jul 2024 17:00:00 -0000
- #2182 - Michael Malice Tue, 30 Jul 2024 17:00:00 -0000
- #2181 - Alan Graham Fri, 26 Jul 2024 17:00:00 -0000
- #2180 - Jordan Peterson Thu, 25 Jul 2024 17:00:00 -0000
- #2179 - Bridget Phetasy Wed, 24 Jul 2024 17:00:00 -0000
- JRE MMA Show #160 with Francis Ngannou Tue, 23 Jul 2024 17:00:00 -0000
- #2178 - Sam Morril Fri, 19 Jul 2024 17:00:00 -0000
- #2177 - Chris Robinson Thu, 18 Jul 2024 17:00:00 -0000
- #2176 - Chad Daniels Wed, 17 Jul 2024 17:00:00 -0000
- #2175 - Sam Tallent Thu, 11 Jul 2024 17:00:00 -0000
- #2174 - Annie Jacobsen Wed, 10 Jul 2024 17:00:00 -0000
- JRE MMA Show #159 with Quinton "Rampage" Jackson Tue, 09 Jul 2024 17:00:00 -0000
- #2173 - Jimmy Dore Thu, 04 Jul 2024 17:00:00 -0000
- #2172 - Sebastian Junger Tue, 02 Jul 2024 17:00:00 -0000
- #2171 - Eric Weinstein & Terrence Howard Mon, 01 Jul 2024 17:00:00 -0000
- #2170 - Max Lugavere Thu, 27 Jun 2024 17:00:00 -0000
- #2169 - Protect Our Parks 12 Wed, 26 Jun 2024 17:00:00 -0000
- #2168 - Tyler Fischer Tue, 25 Jun 2024 17:00:00 -0000
- Fight Companion - June 22, 2024 Sat, 22 Jun 2024 23:19:00 -0000
- #2167 - Noland Arbaugh Thu, 20 Jun 2024 17:00:00 -0000
- #2166 - Enhanced Games Wed, 19 Jun 2024 17:00:00 -0000
- #2165 - Jack Carr Tue, 18 Jun 2024 17:00:00 -0000
- #2164 - Action Bronson Thu, 13 Jun 2024 17:00:00 -0000
- #2163 - Freeway Rick Ross Wed, 12 Jun 2024 17:00:00 -0000
- #2162 - Tim Dillon Tue, 11 Jun 2024 17:00:00 -0000
- JRE MMA Show #158 with Tank Abbott Thu, 06 Jun 2024 17:00:00 -0000
- #2161 - Tony Hinchcliffe Wed, 05 Jun 2024 17:00:00 -0000
- #2160 - Billy Carson Tue, 04 Jun 2024 17:00:00 -0000
- #2159 - Sal Vulcano Fri, 31 May 2024 17:00:00 -0000
- #2158 - Harland Williams Thu, 30 May 2024 17:00:00 -0000
- #2157 - Duncan Trussell Wed, 29 May 2024 17:00:00 -0000
- JRE MMA Show #157 with Craig Jones Tue, 28 May 2024 17:00:00 -0000
- #2156 - Jeremie & Edouard Harris Sat, 25 May 2024 17:00:00 -0000
- #2155 - Brian Redban Thu, 23 May 2024 17:00:00 -0000
- #2154 - Remi Warren Wed, 22 May 2024 17:00:00 -0000
- #2153 - Dave Smith Tue, 21 May 2024 17:00:00 -0000
- #2152 - Terrence Howard Sat, 18 May 2024 17:00:00 -0000
- #2151 - Rizwan Virk Thu, 16 May 2024 17:00:00 -0000
- JRE MMA Show #156 with Royce Gracie Wed, 15 May 2024 17:00:00 -0000
- #2150 - Greg Overton Tue, 14 May 2024 17:00:00 -0000
- #2149 - Sebastian Maniscalco Fri, 10 May 2024 17:00:00 -0000
- #2148 - Gad Saad Thu, 09 May 2024 17:00:00 -0000
- #2147 - Mike Baker Wed, 08 May 2024 17:00:00 -0000
- #2146 - Deric Poston Tue, 07 May 2024 17:00:00 -0000
- #2145 - Colin Quinn Fri, 03 May 2024 17:00:00 -0000
- #2144 - Chris Distefano Thu, 02 May 2024 18:00:00 -0000
- #2143 - Tulsi Gabbard Wed, 01 May 2024 17:00:00 -0000
- #2142 - Christopher Dunn Tue, 30 Apr 2024 17:00:00 -0000
- JRE MMA Show #155 with Max Holloway Fri, 26 Apr 2024 17:00:00 -0000
- #2141 - Bart Sibrel Thu, 25 Apr 2024 17:00:00 -0000
- #2140 - Francis Foster & Konstantin Kisin Wed, 24 Apr 2024 17:00:00 -0000
- #2139 - Akaash Singh Tue, 23 Apr 2024 17:00:00 -0000
- #2138 - Tucker Carlson Fri, 19 Apr 2024 17:00:00 -0000
- #2137 - Michelle Dowd Thu, 18 Apr 2024 17:00:00 -0000
- #2136 - Graham Hancock & Flint Dibble Tue, 16 Apr 2024 17:00:00 -0000
- #2135 - Neal Brennan Fri, 12 Apr 2024 17:00:00 -0000
- #2134 - Paul Stamets Thu, 11 Apr 2024 17:00:00 -0000
- #2133 - Brendan O'Neill Wed, 10 Apr 2024 17:00:00 -0000
- #2132 - Andrew Schulz Sat, 06 Apr 2024 17:00:00 -0000
- #2131 - Brian Simpson Fri, 05 Apr 2024 17:00:00 -0000
- JRE MMA Show #154 with Matt Serra, Din Thomas & John Rallo Thu, 04 Apr 2024 17:00:00 -0000
- #2130 - Coleman Hughes Wed, 03 Apr 2024 17:00:00 -0000
- #2129 - David Holthouse Tue, 02 Apr 2024 17:00:00 -0000
- #2128 - Joey Diaz Fri, 29 Mar 2024 17:00:00 -0000
- #2127 - Eleanor Kerrigan Thu, 28 Mar 2024 17:00:00 -0000
- #2126 - Donnell Rawlings Wed, 27 Mar 2024 17:00:00 -0000
- #2125 - Kurt Metzger Tue, 26 Mar 2024 22:15:00 -0000
- #2124 - Dave Attell & Ian Fidance Sat, 23 Mar 2024 17:00:00 -0000
- #2123 - Gary Clark Jr. Fri, 22 Mar 2024 17:00:00 -0000
- #2122 - Protect Our Parks 11 Thu, 21 Mar 2024 02:00:00 -0000
- #2121 - Jonathan Haidt Tue, 19 Mar 2024 17:00:00 -0000
- #2120 - That Mexican OT Fri, 15 Mar 2024 17:00:00 -0000
- #2119 - James Lindsay Thu, 14 Mar 2024 17:00:00 -0000
- #2118 - The Black Keys Wed, 13 Mar 2024 17:00:00 -0000
- #2117 - Ray Kurzweil Tue, 12 Mar 2024 17:00:00 -0000
- #2116 - Kevin James Fri, 08 Mar 2024 18:00:00 -0000
- #2115 - Riley Gaines Thu, 07 Mar 2024 18:00:00 -0000
- #2114 - Zack Snyder Wed, 06 Mar 2024 20:53:00 -0000
- #2113 - Christopher Rufo Tue, 05 Mar 2024 18:00:00 -0000
- #2112 - Dan Soder Fri, 01 Mar 2024 18:00:00 -0000
- #2111 - Katt Williams Thu, 29 Feb 2024 18:00:00 -0000
- #2110 - Fahim Anwar Wed, 28 Feb 2024 18:00:00 -0000
- #2109 - Abigail Shrier Tue, 27 Feb 2024 18:00:00 -0000
- #2108 - Tom Green Sat, 24 Feb 2024 18:00:00 -0000
- #2107 - Billy Walters Fri, 23 Feb 2024 18:00:00 -0000
- #2106 - Kid Rock Thu, 22 Feb 2024 18:00:00 -0000
- #2105 - Dr. Phil Tue, 20 Feb 2024 18:00:00 -0000
- #2104 - Chris Williamson Fri, 16 Feb 2024 18:00:00 -0000
- #2103 - Sam Morril Thu, 15 Feb 2024 18:00:00 -0000
- #2102 - Will Storr Wed, 14 Feb 2024 18:00:00 -0000
- #2101 - Bret Weinstein Tue, 13 Feb 2024 18:00:00 -0000
- #2100 - Cameron Hanes & Steven Rinella Fri, 09 Feb 2024 18:00:00 -0000
- #2099 - Aaron Rodgers Wed, 07 Feb 2024 18:00:00 -0000
- #2098 - Shane Gillis & Matt McCusker Tue, 06 Feb 2024 18:26:35 -0000
- #2097 - Jeff Dye Fri, 02 Feb 2024 18:00:00 -0000
- #2096 - Josh Dubin & Sheldon Johnson Thu, 01 Feb 2024 23:29:04 -0000
- #2095 - Moshe Kasher Wed, 31 Jan 2024 18:00:00 -0000
- #2094 - Colion Noir Tue, 30 Jan 2024 18:00:00 -0000
- #2093 - Sober October Crew Fri, 26 Jan 2024 18:00:00 -0000
- #2092 - Mariana van Zeller Thu, 25 Jan 2024 18:00:00 -0000
- #2091 - Diana Walsh Pasulka Wed, 24 Jan 2024 18:00:00 -0000
- #2090 - Bobby Lee Tue, 23 Jan 2024 18:00:00 -0000
- Fight Companion - January 20, 2024 Sun, 21 Jan 2024 08:03:36 -0000
- #2089 - Joey Diaz Sat, 20 Jan 2024 18:00:00 -0000
- #2088 - Yannis Pappas Fri, 19 Jan 2024 18:00:00 -0000
- JRE MMA Show #153 with Joe Pyfer Thu, 18 Jan 2024 18:00:00 -0000
- #2087 - Ron White Tue, 16 Jan 2024 18:00:00 -0000
- #2086 - Jim Norton Fri, 12 Jan 2024 18:00:00 -0000
- JRE MMA Show #152 with Sean Brady Thu, 11 Jan 2024 17:00:00 -0000
- #2085 - Charles Wesley Godwin Wed, 10 Jan 2024 17:04:17 -0000
- #2084 - Jim Breuer Tue, 09 Jan 2024 21:26:14 -0000
- #2083 - Taylor Sheridan Thu, 04 Jan 2024 18:00:00 -0000
- #2082 - Dr. Debra Soh Wed, 03 Jan 2024 18:00:00 -0000
- #2081 - Tony Hinchcliffe Tue, 02 Jan 2024 18:00:00 -0000
- #2080 - John Reeves Thu, 28 Dec 2023 18:00:00 -0000
- #2079 - Brigham Buhler Wed, 27 Dec 2023 18:00:00 -0000
- #2078 - Duncan Trussell Tue, 26 Dec 2023 18:00:00 -0000
- JRE MMA Show #151 with Bo Nickal Thu, 21 Dec 2023 18:00:00 -0000
- #2077 - Tim Dillon Wed, 20 Dec 2023 18:00:00 -0000
- #2076 - Aza Raskin & Tristan Harris Tue, 19 Dec 2023 19:48:12 -0000
- #2075 - Protect Our Parks 10 (Part 2) Thu, 14 Dec 2023 18:00:00 -0000
- #2075 - Protect Our Parks 10 (Part 1) Wed, 13 Dec 2023 18:00:00 -0000
- #2074 - Shane Gillis Tue, 12 Dec 2023 18:00:00 -0000
- #2073 - Derek, More Plates More Dates Thu, 07 Dec 2023 18:00:00 -0000
- JRE MMA Show #150 with Daniel Cormier Wed, 06 Dec 2023 18:00:00 -0000
- #2072 - Stavros Halkias Tue, 05 Dec 2023 18:00:00 -0000
- #2071 - Kim Congdon & Sara Weinshenk Thu, 30 Nov 2023 18:00:00 -0000
- #2070 - Evan Hafer Wed, 29 Nov 2023 18:00:00 -0000
- #2069 - Dr. Shawn Baker Tue, 28 Nov 2023 18:00:00 -0000
- #2068 - Cameron Hanes Sat, 25 Nov 2023 18:00:00 -0000
- #2067 - Dave Smith Thu, 23 Nov 2023 18:00:00 -0000
- #2066 - Ralph Barbosa Wed, 22 Nov 2023 18:00:00 -0000
- #2065 - David Grusch Tue, 21 Nov 2023 18:00:00 -0000
- #2064 - Mike Baker Thu, 16 Nov 2023 18:00:00 -0000
- #2063 - The Rock Wed, 15 Nov 2023 18:00:00 -0000
- #2062 - Will & Jenni Harris Tue, 14 Nov 2023 18:00:00 -0000
- #2061 - Whitney Cummings Fri, 10 Nov 2023 18:00:00 -0000
- #2060 - Gary Brecka Thu, 09 Nov 2023 18:23:16 -0000
- #2059 - Adam Greentree Wed, 08 Nov 2023 18:00:00 -0000
- #2058 - Elliott West Tue, 07 Nov 2023 18:00:00 -0000
- #2057 - Dale Brisby Fri, 03 Nov 2023 17:00:00 -0000
- #2056 - David Blaine Thu, 02 Nov 2023 17:00:00 -0000
- #2055 - Tim Kennedy Wed, 01 Nov 2023 17:00:00 -0000
- #2054 - Elon Musk Tue, 31 Oct 2023 18:34:19 -0000
- #2053 - Danny & Michael Philippou Fri, 27 Oct 2023 17:00:00 -0000
- #2052 - Shane Dorian Thu, 26 Oct 2023 17:00:00 -0000
- #2051 - Graham Hancock Wed, 25 Oct 2023 17:00:00 -0000
- JRE MMA Show #149 with Dan Henderson Tue, 24 Oct 2023 17:00:00 -0000
- Fight Companion - October 21, 2023 Sat, 21 Oct 2023 22:23:24 -0000
- #2050 - Ehsan Ahmad Sat, 21 Oct 2023 17:00:00 -0000
- #2049- Coleman Hughes Fri, 20 Oct 2023 17:00:00 -0000
- #2048 - Reggie Watts Thu, 12 Oct 2023 17:00:00 -0000
- #2047 - Brian Muraresku Wed, 11 Oct 2023 17:00:00 -0000
- #2046 - Brian Redban Tue, 10 Oct 2023 17:00:00 -0000
- #2045 - Jimmy Carr Sat, 07 Oct 2023 17:00:00 -0000
- #2044 - Sam Altman Fri, 06 Oct 2023 17:00:00 -0000
- JRE MMA Show #148 with Bernard Hopkins Thu, 05 Oct 2023 17:00:00 -0000
- #2043 - Francis Foster & Konstantin Kisin Wed, 04 Oct 2023 17:00:00 -0000
- #2042 - Joe List Sat, 30 Sep 2023 17:00:00 -0000
- JRE MMA Show #147 with Sean O'Malley & Tim Welch Fri, 29 Sep 2023 17:00:00 -0000
- #2041 - Steve Strope Thu, 28 Sep 2023 17:00:00 -0000
- #2040 - Eddie Bravo Wed, 27 Sep 2023 17:00:00 -0000
- #2039 - Michael Easter Tue, 26 Sep 2023 17:00:00 -0000
- JRE MMA Show #146 with Francis Ngannou Fri, 22 Sep 2023 17:00:00 -0000
- #2038 - Trae Tha Truth Thu, 21 Sep 2023 17:00:00 -0000
- #2037 - Alex Berenson Wed, 20 Sep 2023 17:00:00 -0000
- #2036 - Kurt Angle Tue, 19 Sep 2023 17:00:00 -0000
- #2035 - Brian Simpson Thu, 14 Sep 2023 17:00:00 -0000
- #2034 - Jeremy Jones Wed, 13 Sep 2023 17:00:00 -0000
- #2033 - Matt Rife Tue, 12 Sep 2023 17:00:00 -0000
- Fight Companion - September 9, 2023 Sun, 10 Sep 2023 06:42:21 -0000
- #2032 - BJ Penn & Tulsi Gabbard Thu, 07 Sep 2023 17:00:00 -0000
- #2031 - Luis J. Gomez Wed, 06 Sep 2023 17:00:00 -0000
- #2030 - Protect Our Parks 9 Tue, 05 Sep 2023 17:00:00 -0000
- #2029 - Bill Maher Sat, 02 Sep 2023 17:00:00 -0000
- #2028 - Jeremy Corbell & George Knapp Thu, 31 Aug 2023 17:00:00 -0000
- #2027 - Oliver Anthony Wed, 30 Aug 2023 17:00:00 -0000
- #2026 - Peter Berg Tue, 29 Aug 2023 17:00:00 -0000
- #2025 - Dave Smith Thu, 24 Aug 2023 17:00:00 -0000
- #2024 - Hulk Hogan Wed, 23 Aug 2023 17:00:00 -0000
- #2023 - Brian Keating Tue, 22 Aug 2023 17:00:00 -0000
- JRE MMA Show #145 with Terence Crawford Fri, 18 Aug 2023 17:00:00 -0000
- #2022 - Jeremy Gerber, Phil Gerber, & Josh Henning Thu, 17 Aug 2023 17:00:00 -0000
- #2021 - Mike Baker Wed, 16 Aug 2023 17:00:00 -0000
- #2020 - Python Cowboy Fri, 11 Aug 2023 17:00:00 -0000
- #2019 - Tim Dillon Thu, 10 Aug 2023 17:00:00 -0000
- #2018 - Post Malone Tue, 08 Aug 2023 17:00:00 -0000
- Fight Companion - August 5, 2023 Sun, 06 Aug 2023 06:54:02 -0000
- #2017 - Bryan Callen Fri, 04 Aug 2023 17:00:21 -0000
- #2016 - Patrick Bet-David Thu, 03 Aug 2023 17:00:00 -0000
- JRE MMA Show #144 with Jared Cannonier Wed, 02 Aug 2023 17:00:00 -0000
- #2015 - Zach Bryan Tue, 01 Aug 2023 17:00:00 -0000
- #2014 - Jim Gaffigan Fri, 28 Jul 2023 17:00:08 -0000
- #2013 - Paul Rosolie Thu, 27 Jul 2023 17:00:03 -0000
- #2012 - Gad Saad Wed, 26 Jul 2023 17:00:00 -0000
- #2011 - Tony Woods Thu, 20 Jul 2023 17:00:00 -0000
- #2010 - Marc Andreessen Wed, 19 Jul 2023 17:00:00 -0000
- #2009 - Duncan Trussell Tue, 18 Jul 2023 17:00:00 -0000
- #2008 - Stephen C. Meyer Thu, 13 Jul 2023 17:00:00 -0000
- #2007 - Adrienne Iapalucci Wed, 12 Jul 2023 17:00:00 -0000
- #2006 - Brian Simpson Tue, 11 Jul 2023 17:00:00 -0000
- JRE MMA Show #143 with Sean Strickland Thu, 06 Jul 2023 17:00:00 -0000
- JRE MMA Show #142 with Matt Serra, Din Thomas & John Rallo Wed, 05 Jul 2023 17:00:00 -0000
- #2005 - Tom Segura Tue, 04 Jul 2023 17:00:00 -0000
- #2004 - Ice Cube Thu, 29 Jun 2023 17:00:00 -0000
- #2003 - Killer Mike Wed, 28 Jun 2023 17:00:00 -0000
- #2002 - Amanda Feilding Tue, 27 Jun 2023 17:00:37 -0000
- #2001 - Gabriel Iglesias Thu, 22 Jun 2023 17:00:44 -0000
- JRE MMA Show #141 with Mike Perry Wed, 21 Jun 2023 17:00:15 -0000
- #2000 - Duncan Trussell Tue, 20 Jun 2023 17:00:56 -0000
- #1999 - Robert Kennedy, Jr. Thu, 15 Jun 2023 17:00:01 -0000
- #1998 - Ali Siddiq Wed, 14 Jun 2023 17:00:48 -0000
- #1997 - Cameron Hanes Tue, 13 Jun 2023 17:00:33 -0000
- #1996 - Andy Stumpf Thu, 08 Jun 2023 17:00:58 -0000
- #1995 - Chad Stahelski Wed, 07 Jun 2023 17:00:35 -0000
- #1994 - Theo Von Tue, 06 Jun 2023 17:00:17 -0000
- #1993 - Josh Dubin & Bruce Bryan Thu, 01 Jun 2023 17:00:15 -0000
- JRE MMA Show #140 with Gillian Robertson Wed, 31 May 2023 17:00:09 -0000
- #1992 - Oliver Stone Tue, 30 May 2023 17:00:06 -0000
- #1991 - Protect Our Parks 8 Fri, 26 May 2023 17:00:00 -0000
- #1990 - Bert Kreischer Thu, 25 May 2023 17:00:00 -0000
- #1989 - Andrew Dice Clay Wed, 24 May 2023 17:00:00 -0000
- JRE MMA Show #139 with Bas Rutten Tue, 23 May 2023 17:00:00 -0000
- #1988 - James Reed Thu, 18 May 2023 17:00:00 -0000
- #1987 - Jelly Roll Wed, 17 May 2023 17:00:00 -0000
- #1986 - Jack Carr Tue, 16 May 2023 17:00:00 -0000
- #1985 - Steven Wright Sat, 13 May 2023 17:00:00 -0000
- #1984 - Brian Redban Thu, 11 May 2023 17:00:00 -0000
- #1983 - Kim Congdon & Sara Weinshenk Wed, 10 May 2023 17:00:00 -0000
- #1982 - John Hennessey Fri, 05 May 2023 17:00:00 -0000
- #1981 - Pauly Shore Wed, 03 May 2023 17:00:00 -0000
- #1980 - Michio Kaku Tue, 02 May 2023 17:00:00 -0000
- #1979 - Dr. Aseem Malhotra Sat, 29 Apr 2023 17:00:00 -0000
- #1978 - Ms. Pat Fri, 28 Apr 2023 17:00:00 -0000
- #1977 - Dave Smith Thu, 27 Apr 2023 17:00:00 -0000
- #1976 - James Fox Wed, 26 Apr 2023 17:00:00 -0000
- #1975 - Dan Flores Tue, 25 Apr 2023 17:00:00 -0000
- #1974 - Ric Flair Sat, 22 Apr 2023 17:00:00 -0000
- #1973 - Joey Diaz Fri, 21 Apr 2023 17:00:00 -0000
- #1972 - Jim Breuer Thu, 20 Apr 2023 17:00:00 -0000
- #1971 - Howie Mandel Wed, 19 Apr 2023 17:00:00 -0000
- #1970 - Bill Ottman Thu, 13 Apr 2023 17:00:00 -0000
- #1969 - Sam Tallent Wed, 12 Apr 2023 17:00:00 -0000
- #1968 - Jason Everman Tue, 11 Apr 2023 17:00:00 -0000
- JRE MMA Show #138 with Cory Sandhagen Fri, 07 Apr 2023 17:00:00 -0000
- #1967 - Mike Vecchione Thu, 06 Apr 2023 17:00:00 -0000
- #1966 - Big Jay Oakerson & Ari Shaffir Wed, 05 Apr 2023 17:00:00 -0000
- #1965 - David Choe Tue, 04 Apr 2023 17:00:00 -0000
- #1964 - Rick Doblin Fri, 31 Mar 2023 17:00:00 -0000
- #1963 - Michael Shellenberger Thu, 30 Mar 2023 17:00:00 -0000
- #1962 - Eddie Huang Wed, 29 Mar 2023 17:00:00 -0000
- #1961 - Peter Attia Tue, 28 Mar 2023 17:00:00 -0000
- #1960 - Andrew Schulz Fri, 24 Mar 2023 17:00:00 -0000
- #1959 - David Buss Thu, 23 Mar 2023 17:00:00 -0000
- JRE MMA Show #137 with Jorge Masvidal Wed, 22 Mar 2023 17:00:00 -0000
- #1958 - Andrew Huberman Tue, 21 Mar 2023 17:00:00 -0000
- #1957 - Shane Gillis Fri, 17 Mar 2023 17:00:00 -0000
- #1956 - Luke Combs Thu, 16 Mar 2023 17:00:00 -0000
- #1955 - Cliff Gray Wed, 15 Mar 2023 17:00:00 -0000
- #1954 - Bert Kreischer Tue, 14 Mar 2023 17:00:00 -0000
- #1953 - Duncan Trussell Fri, 10 Mar 2023 18:00:00 -0000
- #1952 - Michael Malice Wed, 08 Mar 2023 18:00:00 -0000
- #1951 - Coffeezilla Tue, 07 Mar 2023 18:00:00 -0000
- #1950 - Derek Wolfe Fri, 03 Mar 2023 18:00:00 -0000
- #1949 - Russell Brand Thu, 02 Mar 2023 18:00:00 -0000
- #1948 - Tony Hinchcliffe & Brian Redban Wed, 01 Mar 2023 18:00:00 -0000
- #1947 - Chris Distefano Tue, 28 Feb 2023 18:00:00 -0000
- #1946 - Protect Our Parks 7 Thu, 23 Feb 2023 18:00:00 -0000
- #1945 - Eric Weinstein Wed, 22 Feb 2023 18:00:00 -0000
- #1944 - Ryan Long Tue, 21 Feb 2023 18:00:00 -0000
- #1943 - Joel Turner Fri, 17 Feb 2023 18:00:00 -0000
- #1942 - Mark Greaney Thu, 16 Feb 2023 18:00:00 -0000
- #1941 - Bridget Phetasy Wed, 15 Feb 2023 18:00:00 -0000
- #1940 - Matt Taibbi Mon, 13 Feb 2023 18:00:00 -0000
- Fight Companion - February 11, 2023 Sun, 12 Feb 2023 08:31:08 -0000
- JRE MMA Show #136 with Jamahal Hill Fri, 10 Feb 2023 18:00:00 -0000
- #1939 - B-Real Thu, 09 Feb 2023 18:00:00 -0000
- #1938 - Mariana van Zeller Wed, 08 Feb 2023 18:00:00 -0000
- #1937 - Punkie Johnson Tue, 07 Feb 2023 18:00:00 -0000
- #1936 - Krystal Ball & Saagar Enjeti Sat, 04 Feb 2023 18:00:00 -0000
- #1935 - Kyle Kulinski Fri, 03 Feb 2023 18:00:00 -0000
- JRE MMA Show #135 with Paul Felder Wed, 01 Feb 2023 18:00:00 -0000
- #1934 - Lex Fridman Tue, 31 Jan 2023 18:00:00 -0000
- #1933 - Jordan Peterson Sat, 28 Jan 2023 18:00:00 -0000
- #1932 - Merlin Tuttle Fri, 27 Jan 2023 18:00:00 -0000
- #1931 - Mike Glover Thu, 26 Jan 2023 18:00:00 -0000
- #1930 - Adam Curry Wed, 25 Jan 2023 18:00:00 -0000
- #1929 - Louis CK Sat, 21 Jan 2023 18:00:00 -0000
- JRE MMA Show #134 with Belal Muhammad Thu, 19 Jan 2023 16:52:59 -0000
- #1928 - Jimmy Corsetti & Ben van Kerkwyk Wed, 18 Jan 2023 18:00:00 -0000
- #1927 - Forrest Galante Tue, 17 Jan 2023 18:00:00 -0000
- #1926 - Matt McCusker & Shane Gillis Sat, 14 Jan 2023 18:00:00 -0000
- #1925 - Sonny, from Best Ever Food Review Show Fri, 13 Jan 2023 18:00:00 -0000
- #1924 - Andrew Santino Thu, 12 Jan 2023 18:00:00 -0000
- #1923 - Mike Baker Wed, 11 Jan 2023 18:00:00 -0000
- #1922 - Sam and Colby Tue, 10 Jan 2023 18:00:00 -0000
- #1921 - Peter Zeihan Sat, 07 Jan 2023 18:00:00 -0000
- #1920 - Dave Portnoy Thu, 05 Jan 2023 18:00:00 -0000
- #1919 - Bret Weinstein Wed, 04 Jan 2023 18:00:00 -0000
- #1918 - John Reeves, from The Boneyard Alaska Fri, 30 Dec 2022 18:00:00 -0000
- #1917 - Fedor Gorst Thu, 29 Dec 2022 18:00:00 -0000
- #1916 - Jon Bernthal Wed, 28 Dec 2022 18:00:00 -0000
- #1915 - Brian Simpson Tue, 27 Dec 2022 18:00:00 -0000
- #1914 - Siddharth Kara Thu, 22 Dec 2022 18:00:00 -0000
- #1913 - Brian Redban Wed, 21 Dec 2022 18:00:00 -0000
- #1912 - Steven Rinella Tue, 20 Dec 2022 18:00:00 -0000
- #1911 - Mark Boal Thu, 15 Dec 2022 18:00:00 -0000
- #1910 - Mark Laita Wed, 14 Dec 2022 18:00:00 -0000
- #1909 - Stavros Halkias Tue, 13 Dec 2022 18:00:00 -0000
- #1908 - Erika Thompson Thu, 08 Dec 2022 18:00:00 -0000
- #1907 - Protect Our Parks 6 Wed, 07 Dec 2022 18:00:00 -0000
- #1906 - David Goggins Tue, 06 Dec 2022 18:00:00 -0000
- #1905 - Derek, More Plates More Dates Sat, 03 Dec 2022 18:00:00 -0000
- #1904 - Neil deGrasse Tyson Wed, 30 Nov 2022 18:00:00 -0000
- #1903 - Kurt Metzger Tue, 29 Nov 2022 18:00:00 -0000
- JRE MMA Show #133 with Sean O'Malley Thu, 24 Nov 2022 18:00:00 -0000
- #1902 - Danny Brown Wed, 23 Nov 2022 18:00:00 -0000
- #1901 - Steven Pressfield Tue, 22 Nov 2022 18:00:00 -0000
- #1900 - Steve-O Thu, 17 Nov 2022 18:00:00 -0000
- #1899 - Yannis Pappas Wed, 16 Nov 2022 18:00:00 -0000
- #1898 - Neal Brennan Tue, 15 Nov 2022 18:00:00 -0000
- JRE MMA Show #132 with Joaquin Buckley Fri, 11 Nov 2022 18:00:00 -0000
- #1897 - Graham Hancock & Randall Carlson Thu, 10 Nov 2022 18:00:00 -0000
- #1896 - Bjørn Lomborg Wed, 09 Nov 2022 18:00:00 -0000
- #1895 - Matt Walsh Mon, 07 Nov 2022 18:00:00 -0000
- #1894 - Suzanne Santo Fri, 04 Nov 2022 17:00:00 -0000
- #1893 - Will Harris Thu, 03 Nov 2022 17:00:00 -0000
- #1892 - Sober October 4 Recap Wed, 02 Nov 2022 17:00:00 -0000
- #1891 - Duncan Trussell Tue, 01 Nov 2022 17:00:00 -0000
- #1890 - Bridget Phetasy Sat, 29 Oct 2022 17:00:00 -0000
- #1889 - Dr. Phil Fri, 28 Oct 2022 17:00:00 -0000
- JRE MMA Show #131 with Demetrious Johnson Thu, 27 Oct 2022 17:00:00 -0000
- #1888 - Michael Shermer Wed, 26 Oct 2022 17:00:00 -0000
- #1887 - Maynard James Keenan Tue, 25 Oct 2022 17:00:00 -0000
- #1886 - Robert Kelly Fri, 21 Oct 2022 17:00:00 -0000
- #1885 - Mike Sarraille & Andy Stumpf Thu, 20 Oct 2022 17:00:00 -0000
- #1884 - Anthony Kiedis Wed, 19 Oct 2022 17:00:00 -0000
- #1883 - Ryan Graves Tue, 18 Oct 2022 17:00:00 -0000
- #1882 - Iliza Shlesinger Thu, 13 Oct 2022 17:00:00 -0000
- #1881 - Rick Rubin Wed, 12 Oct 2022 17:00:00 -0000
- #1880 - Tulsi Gabbard Tue, 11 Oct 2022 17:00:00 -0000
- #1879 - Sober October 4 Fri, 07 Oct 2022 17:00:00 -0000
- #1878 - Roger Waters Thu, 06 Oct 2022 17:00:00 -0000
- #1877 - Jann Wenner Wed, 05 Oct 2022 17:00:00 -0000
- #1876 - Greg Fitzsimmons Fri, 30 Sep 2022 17:00:00 -0000
- #1875 - Dave Smith Wed, 28 Sep 2022 17:00:00 -0000
- #1874 - Dave Attell Tue, 27 Sep 2022 17:00:00 -0000
- #1873 - Brigham Buhler Fri, 23 Sep 2022 17:00:00 -0000
- JRE MMA Show #130 with Will Harris Wed, 21 Sep 2022 17:00:00 -0000
- #1872 - Tony Hinchcliffe & Hans Kim Tue, 20 Sep 2022 17:00:00 -0000
- #1871 - Jon Peters Thu, 15 Sep 2022 17:00:00 -0000
- #1870 - Max Lugavere Wed, 14 Sep 2022 17:00:00 -0000
- #1869 - Dr. Gabor Maté Tue, 13 Sep 2022 17:00:00 -0000
- JRE MMA Show #129 with Gordon Ryan & Mo Jassim Thu, 08 Sep 2022 17:00:00 -0000
- #1868 - Sam Morril Wed, 07 Sep 2022 17:00:00 -0000
- #1867 - Eddie Bravo Tue, 06 Sep 2022 17:00:00 -0000
- Fight Companion - September 3, 2022 Sun, 04 Sep 2022 03:48:07 -0000
- JRE MMA Show #128 with Kamaru Usman Fri, 02 Sep 2022 17:00:00 -0000
- #1866 - Protect Our Parks 5 Thu, 01 Sep 2022 22:41:22 -0000
- #1865 - Aaron Rodgers Sat, 27 Aug 2022 17:00:00 -0000
- #1864 - Alex Berenson Fri, 26 Aug 2022 17:00:00 -0000
- #1863 - Mark Zuckerberg Thu, 25 Aug 2022 17:00:00 -0000
- #1862 - Mike Baker Wed, 24 Aug 2022 17:00:00 -0000
- #1861 - Dave Mustaine Tue, 23 Aug 2022 17:00:00 -0000
- #1860 - Tim Dillon Fri, 19 Aug 2022 17:00:00 -0000
- #1859 - Louis CK & Joe List Thu, 18 Aug 2022 17:00:00 -0000
- #1858 - Josh Dubin & Derrick Hamilton Wed, 17 Aug 2022 17:00:00 -0000
- #1857 - Seth Dillon Tue, 16 Aug 2022 17:00:00 -0000
- #1856 - Nate Bargatze Fri, 12 Aug 2022 17:00:00 -0000
- #1855 - Chris Best Thu, 11 Aug 2022 17:00:00 -0000
- #1854 - Rick Strassman Wed, 10 Aug 2022 17:00:00 -0000
- #1853 - Jeremy Corbell Thu, 04 Aug 2022 17:00:00 -0000
- #1852 - Sam Tripoli Wed, 03 Aug 2022 17:00:00 -0000
- #1851 - Chris Williamson Tue, 02 Aug 2022 17:00:00 -0000
- #1850 - Whitney Cummings Fri, 29 Jul 2022 17:00:00 -0000
- #1849 - Rich Benoit Thu, 28 Jul 2022 17:00:00 -0000
- #1848 - Francis Foster & Konstantin Kisin Wed, 27 Jul 2022 17:00:00 -0000
- #1847 - Theo Von Tue, 26 Jul 2022 17:00:00 -0000
- #1846 - Andrew Schulz Sat, 23 Jul 2022 17:00:00 -0000
- JRE MMA Show #127 with Mikey Musumeci Wed, 20 Jul 2022 17:00:00 -0000
- #1845 - Zachary Levi Tue, 19 Jul 2022 17:00:00 -0000
- #1844 - Tom Segura Thu, 14 Jul 2022 17:00:00 -0000
- #1843 - Paul Virzi Wed, 13 Jul 2022 17:00:00 -0000
- #1842 - Andrew Huberman Tue, 12 Jul 2022 17:00:00 -0000
- #1841 - Brian Redban Thu, 07 Jul 2022 17:00:00 -0000
- #1840 - Marc Andreessen Wed, 06 Jul 2022 17:00:00 -0000
- #1839 - Duncan Trussell Tue, 05 Jul 2022 17:00:00 -0000
- #1838 - Brian Simpson Thu, 30 Jun 2022 17:00:00 -0000
- JRE MMA Show #126 with Eryk Anders Wed, 29 Jun 2022 17:00:00 -0000
- #1837 - Gina Carano Tue, 28 Jun 2022 17:00:00 -0000
- #1836 - Ryan Holiday Thu, 23 Jun 2022 17:00:00 -0000
- #1835 - Mike Judge Wed, 22 Jun 2022 17:00:00 -0000
- #1834 - Ari Shaffir, Shane Gillis & Mark Normand Tue, 21 Jun 2022 17:00:00 -0000
- #1833 - Tim Kennedy Thu, 16 Jun 2022 17:00:00 -0000
- #1832 - Charlie Walker Wed, 15 Jun 2022 17:00:00 -0000
- #1831 - Colion Noir Tue, 14 Jun 2022 17:00:00 -0000
- #1830 - Meghan Murphy Fri, 10 Jun 2022 17:00:00 -0000
- #1829 - Bobby Azarian Thu, 09 Jun 2022 17:00:00 -0000
- #1828 - Michio Kaku Wed, 08 Jun 2022 17:00:00 -0000
- JRE MMA Show #125 with Aljamain Sterling Thu, 02 Jun 2022 17:00:00 -0000
- #1827 - Kristin Beck Wed, 01 Jun 2022 17:00:00 -0000
- #1826 - Fahim Anwar Tue, 31 May 2022 17:00:00 -0000
- #1825 - Ali Siddiq Fri, 27 May 2022 17:00:00 -0000
- #1824 - Lex Fridman Thu, 26 May 2022 17:00:00 -0000
- #1823 - Neal Brennan Wed, 25 May 2022 17:00:00 -0000
- #1822 - Chris DiStefano Tue, 24 May 2022 17:00:00 -0000
- #1821 - Bert Kreischer & Tony Hinchcliffe Thu, 19 May 2022 17:00:00 -0000
- #1820 - Jack Carr Wed, 18 May 2022 17:00:00 -0000
- #1819 - Cameron Hanes Tue, 17 May 2022 17:00:00 -0000
- #1818 - Christina P Fri, 13 May 2022 17:00:00 -0000
- #1817 - Hotep Jesus Thu, 12 May 2022 17:00:00 -0000
- #1816 - Gad Saad Wed, 11 May 2022 17:00:00 -0000
- #1815 - The Black Keys Tue, 10 May 2022 17:00:00 -0000
- #1814 - Radio Rahim Fri, 06 May 2022 17:00:00 -0000
- #1813 - Tony Hinchcliffe Thu, 05 May 2022 17:00:00 -0000
- #1812 - Doug Stanhope Wed, 04 May 2022 17:00:00 -0000
- JRE MMA Show #124 with Khalil Rountree Tue, 03 May 2022 17:00:00 -0000
- #1811 - Brendan Schaub Fri, 29 Apr 2022 17:00:00 -0000
- #1810 - Remi Warren Thu, 28 Apr 2022 22:30:31 -0000
- JRE MMA Show #123 with BJ Penn Wed, 27 Apr 2022 17:00:00 -0000
- #1809 - Jessica Kirson Tue, 26 Apr 2022 17:00:00 -0000
- #1808 - Dan Soder Sat, 23 Apr 2022 17:00:00 -0000
- #1807 - Douglas Murray Fri, 22 Apr 2022 17:00:00 -0000
- JRE MMA Show #122 with Jake Shields Tue, 19 Apr 2022 17:00:00 -0000
- #1806 - Duncan Trussell Sat, 16 Apr 2022 17:00:00 -0000
- #1805 - Mike Tyson Fri, 15 Apr 2022 17:00:00 -0000
- JRE MMA Show #121 with Bobby Green Wed, 13 Apr 2022 17:00:00 -0000
- #1804 - Bill Maher Tue, 12 Apr 2022 17:00:00 -0000
- #1803 - Greg Fitzsimmons Fri, 08 Apr 2022 17:00:00 -0000
- #1802 - Protect Our Parks 3 Thu, 07 Apr 2022 17:00:00 -0000
- JRE MMA Show #120 with Jim Miller Wed, 06 Apr 2022 17:00:00 -0000
- #1801 - David Mamet Tue, 05 Apr 2022 17:00:00 -0000
- #1800 - Gavin de Becker Fri, 01 Apr 2022 17:00:00 -0000
- #1799 - Yannis Pappas Thu, 31 Mar 2022 17:00:00 -0000
- #1798 - Michael Shellenberger Wed, 30 Mar 2022 17:00:00 -0000
- #1797 - Josh Barnett Tue, 29 Mar 2022 17:00:00 -0000
- #1796 - Ali Siddiq Thu, 24 Mar 2022 17:00:00 -0000
- #1795 - Antonio Garcia Martinez Wed, 23 Mar 2022 17:00:00 -0000
- #1794 - Monty Franklin Tue, 22 Mar 2022 17:00:00 -0000
- #1793 - Mike Baker Sat, 19 Mar 2022 17:00:00 -0000
- #1792 - Daryl Davis & Bill Ottman Tue, 15 Mar 2022 17:00:00 -0000
- #1791 - Sadhguru Mon, 14 Mar 2022 17:00:00 -0000
- #1790 - Nims Purja Wed, 09 Mar 2022 18:00:00 -0000
- #1789 - Tom Papa Tue, 08 Mar 2022 18:00:00 -0000
- #1788 - Mr. Beast Mon, 07 Mar 2022 18:00:00 -0000
- JRE MMA Show #119 with Michael Bisping Fri, 04 Mar 2022 18:00:00 -0000
- #1787 - Dakota Meyer Wed, 02 Mar 2022 18:00:00 -0000
- #1786 - Freddie Gibbs & Brian Moses Tue, 01 Mar 2022 18:00:00 -0000
- #1785 - Earthquake Sat, 26 Feb 2022 18:00:00 -0000
- #1784 - Diana Rodgers & Robb Wolf Fri, 25 Feb 2022 18:00:00 -0000
- #1783 - Ben Burgis Thu, 24 Feb 2022 18:00:00 -0000
- #1782 - Daniel Holzman Tue, 22 Feb 2022 18:00:00 -0000
- #1781 - Coleman Hughes Mon, 21 Feb 2022 18:00:00 -0000
- #1780 - Maajid Nawaz Sat, 19 Feb 2022 18:00:00 -0000
- #1779 - Michael Osterholm Fri, 18 Feb 2022 18:00:00 -0000
- #1778 - Joey Diaz Thu, 17 Feb 2022 18:10:47 -0000
- #1777 - Andrew Dessler Wed, 16 Feb 2022 18:00:00 -0000
- #1776 - Steven E. Koonin Fri, 11 Feb 2022 18:00:00 -0000
- #1775 - Dave Smith Thu, 10 Feb 2022 18:00:00 -0000
- #1774 - Josh Dubin Wed, 09 Feb 2022 18:00:00 -0000
- #1773 - Akaash Singh Tue, 08 Feb 2022 18:00:00 -0000
- #1772 - Randall Carlson Sat, 05 Feb 2022 18:00:00 -0000
- #1771 - Andy Stumpf Thu, 03 Feb 2022 23:00:00 -0000
- Hello Friends Mon, 31 Jan 2022 04:17:09 -0000
- JRE MMA Show #118 with Julianna Peña Thu, 27 Jan 2022 18:00:00 -0000
- #1770 - Valentine Thomas Wed, 26 Jan 2022 18:00:00 -0000
- #1769 - Jordan Peterson Tue, 25 Jan 2022 18:00:00 -0000
- #1768 - Dr. Robert Epstein Fri, 21 Jan 2022 18:00:00 -0000
- #1767 - James Lindsay Thu, 20 Jan 2022 18:00:00 -0000
- #1766 - Ben Patrick Wed, 19 Jan 2022 18:00:00 -0000
- #1765 - Phillip Frankland Lee Tue, 18 Jan 2022 18:00:00 -0000
- #1764 - Ari Shaffir, Shane Gillis & Mark Normand Fri, 14 Jan 2022 18:00:00 -0000
- #1763 - General H.R. McMaster Thu, 13 Jan 2022 18:00:00 -0000
- #1762 - Josh Szeps Wed, 12 Jan 2022 18:00:00 -0000
- #1761 - Jim Gaffigan Tue, 11 Jan 2022 18:00:00 -0000
- #1760 - Adam Curry Sat, 08 Jan 2022 18:00:00 -0000
- #1759 - Oliver Stone Wed, 05 Jan 2022 18:00:00 -0000
- #1758 - Carrot Top Tue, 04 Jan 2022 18:00:00 -0000
- #1757 - Dr. Robert Malone, MD Fri, 31 Dec 2021 18:00:00 -0000
- #1756 - John Abramson Thu, 30 Dec 2021 18:00:00 -0000
- #1755 - Tony Woods Wed, 29 Dec 2021 18:00:00 -0000
- #1754 - Suzanne Santo Tue, 28 Dec 2021 19:00:00 -0000
- #1753 - Brian Redban Fri, 24 Dec 2021 18:00:00 -0000
- #1752 - Tim Dillon Fri, 24 Dec 2021 04:49:50 -0000
- #1751 - Brian Simpson Thu, 23 Dec 2021 18:00:00 -0000
- #1750 - Ari Shaffir & Tony Hinchcliffe Wed, 22 Dec 2021 18:00:00 -0000
- #1749 - Shane Dorian Tue, 21 Dec 2021 18:00:00 -0000
- JRE MMA Show #117 with Marlon "Chito" Vera Wed, 15 Dec 2021 18:00:00 -0000
- #1748 - Beeple Tue, 14 Dec 2021 18:00:00 -0000
- #1747 - Dr. Peter A. McCullough Mon, 13 Dec 2021 18:00:00 -0000
- #1746 - Blaire White Fri, 10 Dec 2021 18:00:00 -0000
- JRE MMA Show #116 with George Kambosos Wed, 08 Dec 2021 18:00:00 -0000
- #1745 - Matt Taibbi Tue, 07 Dec 2021 18:00:00 -0000
- #1744 - Derek from More Plates More Dates Fri, 03 Dec 2021 18:00:00 -0000
- #1743 - Steven Pinker Thu, 02 Dec 2021 18:00:00 -0000
- #1742 - Jimmy Corsetti Wed, 01 Dec 2021 18:00:00 -0000
- #1741 - Ted Nugent Tue, 30 Nov 2021 18:00:00 -0000
- #1740 - Jocko Willink Fri, 26 Nov 2021 18:00:00 -0000
- #1739 - Philip Goff Wed, 24 Nov 2021 18:00:00 -0000
- #1738 - Ben O'Brien Tue, 23 Nov 2021 18:00:00 -0000
- #1737 - Tim Pool Mon, 22 Nov 2021 18:00:00 -0000
- #1736 - Tristan Harris & Daniel Schmachtenberger Thu, 18 Nov 2021 18:00:00 -0000
- #1735 - Peter Attia Wed, 17 Nov 2021 18:00:00 -0000
- #1734 - Ron White Tue, 16 Nov 2021 18:00:00 -0000
- #1733 - Snoop Dogg Fri, 12 Nov 2021 18:00:00 -0000
- #1732 - Ben Shapiro Wed, 10 Nov 2021 18:00:00 -0000
- #1731 - Theo Von Mon, 08 Nov 2021 18:00:00 -0000
- #1730 - Cameron Hanes Fri, 05 Nov 2021 17:00:00 -0000
- #1729 - Gilbert Gottfried Thu, 04 Nov 2021 17:00:00 -0000
- #1728 - Ari Shaffir, Shane Gillis & Mark Normand Wed, 03 Nov 2021 17:00:00 -0000
- #1727 - Rob Kearney Thu, 28 Oct 2021 17:00:00 -0000
- #1726 - Chuck Palahniuk Wed, 27 Oct 2021 17:00:00 -0000
- #1725 - Bridget Phetasy Tue, 26 Oct 2021 17:00:00 -0000
- #1724 - Jewel Mon, 25 Oct 2021 17:00:00 -0000
- JRE MMA Show #115 with Valentina Schevchenko Fri, 22 Oct 2021 17:00:00 -0000
- #1723 - Amishi Jha Thu, 21 Oct 2021 17:00:00 -0000
- #1722 - Bartow Elmore Wed, 20 Oct 2021 17:00:00 -0000
- #1721 - Michael Malice Tue, 19 Oct 2021 17:00:00 -0000
- #1720 - Tony Hinchcliffe & Brian Redban Fri, 15 Oct 2021 17:00:00 -0000
- #1719 - Michael Shellenberger Thu, 14 Oct 2021 17:00:00 -0000
- #1718 - Dr. Sanjay Gupta Wed, 13 Oct 2021 17:00:00 -0000
- #1717 - Alex Berenson Tue, 12 Oct 2021 17:00:00 -0000
- #1716 - Steven Rinella Thu, 07 Oct 2021 17:00:00 -0000
- #1715 - Jessica Kirson Wed, 06 Oct 2021 17:00:00 -0000
- #1714 - Josh Dubin & Robert Jones Tue, 05 Oct 2021 17:00:00 -0000
- #1713 - Mike Baker Thu, 30 Sep 2021 17:00:00 -0000
- #1712 - Bert Kreischer (Part 2) Wed, 29 Sep 2021 17:00:00 -0000
- #1712 - Bert Kreischer (Part 1) Tue, 28 Sep 2021 20:00:00 -0000
- #1711 - Patrick Bet-David Thu, 23 Sep 2021 17:00:00 -0000
- #1710 - Cullen Hoback Wed, 22 Sep 2021 18:38:30 -0000
- #1709 - Amanda Knox Tue, 21 Sep 2021 17:00:00 -0000
- #1708 - Anna Lembke Thu, 16 Sep 2021 17:00:00 -0000
- #1707 - Kyle Dunnigan & Kurt Metzger Wed, 15 Sep 2021 17:00:00 -0000
- #1706 - Billy Corben Tue, 14 Sep 2021 17:00:00 -0000
- #1705 - Bret Weinstein & Heather Heying Thu, 09 Sep 2021 17:00:00 -0000
- #1704 - C.K. Chin Wed, 08 Sep 2021 17:00:00 -0000
- #1703 - Tom Segura Tue, 07 Sep 2021 17:00:00 -0000
- #1702 - Laurie Woolever Thu, 26 Aug 2021 17:00:00 -0000
- #1701 - Dr. Rhonda Patrick Wed, 25 Aug 2021 17:00:00 -0000
- #1700 - Eleanor Kerrigan Tue, 24 Aug 2021 17:00:00 -0000
- #1699 - Meghan Murphy Fri, 20 Aug 2021 17:00:00 -0000
- #1698 - Neill Blomkamp Thu, 19 Aug 2021 17:00:00 -0000
- #1697 - Zuby Wed, 18 Aug 2021 17:00:00 -0000
- #1696 - Lex Fridman Tue, 17 Aug 2021 17:00:00 -0000
- #1695 - Andrew Schulz Thu, 12 Aug 2021 17:00:00 -0000
- #1694 - Ms. Pat & Jordan E. Cooper Wed, 11 Aug 2021 20:00:00 -0000
- JRE MMA Show #114 with Rickson Gracie Tue, 10 Aug 2021 17:00:00 -0000
- #1693 - Evan Hafer Fri, 06 Aug 2021 17:00:00 -0000
- #1692 - Jason Wilson Thu, 05 Aug 2021 17:00:00 -0000
- JRE MMA Show #113 with Chad Mendes Wed, 04 Aug 2021 17:00:00 -0000
- #1691 - Yeonmi Park Tue, 03 Aug 2021 17:00:00 -0000
- #1690 - JessiMae Peluso Sat, 31 Jul 2021 17:00:00 -0000
- #1689 - Yannis Pappas Thu, 29 Jul 2021 17:00:00 -0000
- #1688 - Greg Fitzsimmons Wed, 28 Jul 2021 17:00:00 -0000
- #1687 - Jimmy Dore Tue, 27 Jul 2021 17:00:00 -0000
- #1686 - Ari Shaffir Thu, 22 Jul 2021 17:00:00 -0000
- #1685 - Shane Gillis Wed, 21 Jul 2021 17:00:00 -0000
- #1684 - Abby Martin Tue, 20 Jul 2021 17:00:00 -0000
- #1683 - Andrew Huberman Wed, 14 Jul 2021 17:00:00 -0000
- #1682 - Jesse Singal Tue, 13 Jul 2021 17:00:00 -0000
- #1681 - Brian Simpson Mon, 12 Jul 2021 17:00:00 -0000
- #1680 - Jakob Dylan Wed, 07 Jul 2021 17:00:00 -0000
- #1679 - Adam Curry Tue, 06 Jul 2021 17:00:00 -0000
- #1678 - Michael Pollan Mon, 05 Jul 2021 17:00:00 -0000
- #1677 - Tim Dillon Sat, 03 Jul 2021 17:00:00 -0000
- #1676 - Jesse Griffiths Thu, 01 Jul 2021 17:00:00 -0000
- #1675 - Quentin Tarantino Tue, 29 Jun 2021 17:00:00 -0000
- #1674 - Clay Newcomb Sat, 26 Jun 2021 17:00:00 -0000
- #1673 - Colin Wright Fri, 25 Jun 2021 17:00:00 -0000
- #1672 - Iliza Shlesinger Thu, 24 Jun 2021 17:00:00 -0000
- #1671 - Bret Weinstein & Dr. Pierre Kory Tue, 22 Jun 2021 23:01:17 -0000
- JRE MMA Show #112 with Don Frye Tue, 22 Jun 2021 17:00:00 -0000
- #1670 - David Sinclair Fri, 18 Jun 2021 17:00:00 -0000
- #1669 - Kyle Kulinski Thu, 17 Jun 2021 17:00:00 -0000
- #1668 - Krystal Ball & Saagar Enjeti Wed, 16 Jun 2021 17:00:00 -0000
- #1667 - Annie Lederman Tue, 15 Jun 2021 17:00:00 -0000
- #1666 - Duncan Trussell Fri, 11 Jun 2021 17:00:00 -0000
- #1665 - Carole Hooven Thu, 10 Jun 2021 17:00:00 -0000
- #1664 - Josh Dubin Wed, 09 Jun 2021 17:00:00 -0000
- #1663 - Edward Slingerland Tue, 08 Jun 2021 17:00:00 -0000
- #1662 - Tom Papa Sat, 05 Jun 2021 17:00:00 -0000
- #1661 - Rick Doblin Fri, 04 Jun 2021 17:00:00 -0000
- #1660 - David Lee Roth Thu, 03 Jun 2021 17:00:00 -0000
- #1659 - Scott Eastwood Wed, 02 Jun 2021 17:00:00 -0000
- JRE MMA Show #111 with John Danaher Fri, 28 May 2021 17:00:00 -0000
- JRE MMA Show #110 with Craig Jones & Alex Volkanovski Thu, 27 May 2021 17:00:00 -0000
- #1658 - Neil deGrasse Tyson Wed, 26 May 2021 17:00:00 -0000
- #1657 - Mayor Steve Adler Tue, 25 May 2021 17:00:00 -0000
- #1656 - Adam Duritz Fri, 21 May 2021 17:00:00 -0000
- #1655 - Sebastian Junger Thu, 20 May 2021 17:00:00 -0000
- #1654 - Whitney Cummings Wed, 19 May 2021 17:00:00 -0000
- #1653 - Andy Norman Tue, 18 May 2021 17:00:00 -0000
- #1652 - Anthony Cumia Fri, 14 May 2021 17:00:00 -0000
- #1651 - Joe List Thu, 13 May 2021 17:00:00 -0000
- #1650 - Russell Peters Wed, 12 May 2021 17:00:00 -0000
- #1649 - Michael Easter Tue, 11 May 2021 17:00:00 -0000
- #1648 - Reggie Watts Sat, 08 May 2021 17:00:00 -0000
- #1647 - Dave Chappelle Fri, 07 May 2021 17:00:00 -0000
- #1646 - David Holthouse Thu, 06 May 2021 17:00:00 -0000
- #1645 - Christopher Mellon Wed, 05 May 2021 17:00:00 -0000
- #1644 - Ethan Suplee Tue, 04 May 2021 17:00:00 -0000
- JRE MMA Show #109 with Gordon Ryan Sat, 01 May 2021 16:43:33 -0000
- #1643 - Jonathan Zimmerman Fri, 30 Apr 2021 17:00:00 -0000
- #1642 - Andrew Santino Thu, 29 Apr 2021 17:29:21 -0000
- #1641 - Matty Matheson Wed, 28 Apr 2021 17:00:00 -0000
- #1640 - Josh Rogin Tue, 27 Apr 2021 17:00:00 -0000
- #1639 - Dave Smith Fri, 23 Apr 2021 17:00:00 -0000
- JRE MMA Show #108 with Stephen Thompson Thu, 22 Apr 2021 17:00:00 -0000
- #1638 - Dr. Shanna Swan Wed, 21 Apr 2021 17:00:00 -0000
- #1637 - Action Bronson Tue, 20 Apr 2021 17:00:00 -0000
- #1636 - Colion Noir Fri, 16 Apr 2021 17:00:00 -0000
- #1635 - Katie Spotz Thu, 15 Apr 2021 17:00:00 -0000
- #1634 - Jack Carr Wed, 14 Apr 2021 17:00:00 -0000
- #1633 - Ali Macofsky Tue, 13 Apr 2021 17:00:00 -0000
- #1632 - Tom Segura Sat, 10 Apr 2021 17:00:00 -0000
- #1631 - Brian Greene Thu, 08 Apr 2021 17:00:00 -0000
- JRE MMA Show #107 with Georges St-Pierre Wed, 07 Apr 2021 17:00:00 -0000
- #1630 - Dan Crenshaw Tue, 06 Apr 2021 17:00:00 -0000
- #1629 - Lara Beitz Sat, 03 Apr 2021 17:00:00 -0000
- #1628 - Eric Weinstein Fri, 02 Apr 2021 17:00:00 -0000
- #1627 - Dan Gable Wed, 31 Mar 2021 17:00:00 -0000
- #1626 - Alex Honnold Tue, 30 Mar 2021 17:00:00 -0000
- #1625 - Demi Lovato Sat, 27 Mar 2021 17:00:00 -0000
- #1624 - Mark Sisson Fri, 26 Mar 2021 17:00:00 -0000
- #1623 - Doug Stanhope Thu, 25 Mar 2021 17:00:00 -0000
- #1622 - Marcus Luttrell Wed, 24 Mar 2021 21:18:00 -0000
- #1621 - Jim Breuer Fri, 19 Mar 2021 17:00:00 -0000
- JRE MMA Show #106 with Leon Edwards Thu, 18 Mar 2021 17:00:00 -0000
- #1620 - Nate Bargatze Wed, 17 Mar 2021 17:00:00 -0000
- #1619 - Claressa Shields Tue, 16 Mar 2021 17:00:00 -0000
- JRE MMA Show #105 with Derrick Lewis Fri, 12 Mar 2021 17:27:33 -0000
- #1618 - Mat Fraser Thu, 11 Mar 2021 18:00:00 -0000
- #1617 - Mike Baker Wed, 10 Mar 2021 18:00:00 -0000
- #1616 - Jamie Metzl Tue, 09 Mar 2021 18:00:00 -0000
- JRE MMA Show #104 with Cory Sandhagen Fri, 05 Mar 2021 18:00:00 -0000
- #1615 - Hamilton Morris Thu, 04 Mar 2021 18:00:00 -0000
- #1614 - Tiller Russell Wed, 03 Mar 2021 18:00:00 -0000
- #1613 - Ayaan Hirsi Ali Tue, 02 Mar 2021 18:00:00 -0000
- JRE MMA Show #103 with Max Holloway Sat, 27 Feb 2021 18:00:00 -0000
- JRE MMA Show #102 with Dustin Poirier Fri, 26 Feb 2021 18:00:00 -0000
- #1612 - Robert Bigelow Thu, 25 Feb 2021 18:00:00 -0000
- JRE MMA Show #101 with Kevin Holland & Travis Lutter Wed, 24 Feb 2021 18:00:00 -0000
- #1611 - Freddie Gibbs & Brian Moses Tue, 23 Feb 2021 19:15:55 -0000
- #1610 - Snowpocalypse with Tim Dillon Sat, 20 Feb 2021 18:00:00 -0000
- JRE MMA Show #100 with Cody Garbrandt Fri, 12 Feb 2021 18:00:00 -0000
- #1609 - Elon Musk Thu, 11 Feb 2021 18:00:00 -0000
- #1608 - Michael Malice Wed, 10 Feb 2021 18:00:00 -0000
- JRE MMA Show #99 with Francis Ngannou Tue, 09 Feb 2021 18:00:00 -0000
- #1607 - Fahim Anwar Fri, 05 Feb 2021 18:00:00 -0000
- #1606 - Ali Siddiq Thu, 04 Feb 2021 18:00:00 -0000
- #1605 - Mark Smith Tue, 02 Feb 2021 18:00:00 -0000
- #1604 - Jamar Neighbors Sat, 30 Jan 2021 18:00:00 -0000
- #1603 - Brendan Schaub Fri, 29 Jan 2021 16:00:00 -0000
- #1602 - Justin Wren Wed, 27 Jan 2021 18:00:00 -0000
- #1601 - Brian Redban Tue, 26 Jan 2021 18:00:00 -0000
- #1600 - Lex Fridman Fri, 22 Jan 2021 18:00:00 -0000
- #1599 - Tulsi Gabbard Thu, 21 Jan 2021 18:00:00 -0000
- #1598 - Mark "The Undertaker" Calaway Wed, 20 Jan 2021 18:00:00 -0000
- #1597 - Travis Walton Tue, 19 Jan 2021 18:00:00 -0000
- #1596 - Avi Loeb Sat, 16 Jan 2021 18:00:00 -0000
- #1595 - Ira Glasser Fri, 15 Jan 2021 18:00:00 -0000
- #1594 - Yannis Pappas Wed, 13 Jan 2021 18:00:00 -0000
- #1593 - Dr. Carl Hart Tue, 12 Jan 2021 18:00:00 -0000
- #1592 - Bryan Fogel Sat, 09 Jan 2021 18:00:00 -0000
- #1591 - Jordan Burroughs Fri, 08 Jan 2021 18:00:00 -0000
- #1590 - Phil Demers Thu, 07 Jan 2021 18:00:00 -0000
- #1589 - Dr. Mark Gordon & Andrew Marr Wed, 06 Jan 2021 18:00:00 -0000
- #1588 - Lawrence Wright Tue, 05 Jan 2021 18:00:00 -0000
- #1587 - Mark Normand Fri, 01 Jan 2021 18:21:16 -0000
- #1586 - Tony Hinchcliffe Wed, 30 Dec 2020 18:00:00 -0000
- #1585 - Michael Kosta Mon, 28 Dec 2020 18:00:00 -0000
- #1584 - Todd White Sat, 26 Dec 2020 18:00:00 -0000
- #1583 - John Terzian & Craig Susser Thu, 24 Dec 2020 18:00:00 -0000
- #1582 - Alex Berenson Wed, 23 Dec 2020 18:00:00 -0000
- #1581 - J. Prince Fri, 18 Dec 2020 18:00:00 -0000
- #1580 - Andrew Schulz Thu, 17 Dec 2020 18:00:00 -0000
- #1579 - Suzanne Santo & Gary Clark Jr. Wed, 16 Dec 2020 18:00:00 -0000
- #1578 - Richard Rawlings Tue, 15 Dec 2020 18:00:00 -0000
- #1577 - Terry Virts Fri, 11 Dec 2020 18:00:00 -0000
- #1576 - Mariana van Zeller Tue, 08 Dec 2020 18:00:00 -0000
- #1575 - Bill Burr Mon, 07 Dec 2020 18:00:00 -0000
- #1574 - Jacques Vallée & James Fox Fri, 04 Dec 2020 18:00:00 -0000
- #1573 - Matthew Yglesias Thu, 03 Dec 2020 18:00:00 -0000
- #1572 - Moxie Marlinspike Tue, 01 Dec 2020 18:00:00 -0000
- #1571 - Emily Harrington Fri, 27 Nov 2020 18:00:00 -0000
- #1570 - Willie D & Mike Judge Wed, 25 Nov 2020 18:00:00 -0000
- #1569 - John Mackey Tue, 24 Nov 2020 17:18:40 -0000
- #1568 - Tom Green Fri, 20 Nov 2020 18:00:00 -0000
- #1567 - Donnell Rawlings & Dave Chappelle Thu, 19 Nov 2020 18:00:00 -0000
- #1566 - Nicholas Christakis Wed, 18 Nov 2020 18:00:00 -0000
- #1565 - Gary Laderman Tue, 17 Nov 2020 18:00:00 -0000
- #1564 - Adam Alter Fri, 13 Nov 2020 18:00:00 -0000
- #1563 - Tony Hinchcliffe Thu, 12 Nov 2020 18:00:00 -0000
- #1562 - Dave Smith Wed, 11 Nov 2020 18:00:00 -0000
- #1561 - Kermit Pattison Tue, 10 Nov 2020 18:00:00 -0000
- #1560 - Mike Baker Sat, 07 Nov 2020 18:00:00 -0000
- #1559 - Steven Rinella Thu, 05 Nov 2020 18:00:00 -0000
- JRE - End Of The World #2 Wed, 04 Nov 2020 08:27:26 -0000
- JRE MMA Show #98 with Luke Thomas Tue, 03 Nov 2020 18:00:00 -0000
- #1558 - Tristan Harris Fri, 30 Oct 2020 17:00:00 -0000
- #1557 - Gad Saad Thu, 29 Oct 2020 17:00:00 -0000
- #1556 - Glenn Greenwald Wed, 28 Oct 2020 17:00:00 -0000
- #1555 - Alex Jones & Tim Dillon Tue, 27 Oct 2020 21:00:00 -0000
- #1554 - Kanye West Sat, 24 Oct 2020 17:00:00 -0000
- #1553 - Maynard James Keenan Fri, 23 Oct 2020 19:00:00 -0000
- #1552 - Matthew McConaughey Thu, 22 Oct 2020 21:00:00 -0000
- #1551 - Paul Saladino Fri, 16 Oct 2020 17:00:00 -0000
- #1550 - Wesley Hunt Thu, 15 Oct 2020 17:00:00 -0000
- #1549 - Tom Papa Wed, 14 Oct 2020 17:00:00 -0000
- #1548 - Roy Jones Jr. Tue, 13 Oct 2020 17:00:00 -0000
- #1547 - Colin Quinn Thu, 08 Oct 2020 17:00:00 -0000
- #1546 - Evan Hafer & Mat Best Wed, 07 Oct 2020 17:00:00 -0000
- #1545 - W. Keith Campbell Tue, 06 Oct 2020 17:00:00 -0000
- #1544 - Tim Dillon Thu, 01 Oct 2020 17:00:00 -0000
- #1543 - Brian Muraresku & Graham Hancock Wed, 30 Sep 2020 17:00:00 -0000
- #1542 - Cameron Hanes Tue, 29 Sep 2020 17:00:00 -0000
- #1541 - Bridget Phetasy Thu, 24 Sep 2020 17:00:00 -0000
- #1540 - Frank von Hippel Wed, 23 Sep 2020 17:00:00 -0000
- #1539 - Jenny Kleeman Tue, 22 Sep 2020 17:00:00 -0000
- #1538 - Douglas Murray Thu, 17 Sep 2020 17:00:00 -0000
- #1537 - Lex Fridman Wed, 16 Sep 2020 17:00:00 -0000
- #1536 - Edward Snowden Tue, 15 Sep 2020 14:00:00 -0000
- Welcome To The Joe Rogan Experience Fri, 11 Sep 2020 19:19:46 -0000
- #1535 - Tim Kennedy Fri, 11 Sep 2020 13:00:00 -0000
- #1534 - Ron White Wed, 09 Sep 2020 14:00:00 -0000
- #1533 - Adam Curry Tue, 08 Sep 2020 16:16:24 -0000
- #1532 - Mike Tyson Fri, 04 Sep 2020 14:00:00 -0000
- #1531 - Miley Cyrus Wed, 02 Sep 2020 14:00:00 -0000
- #1530 - Duncan Trussell Mon, 31 Aug 2020 22:00:00 -0000
- #1529 - Whitney Cummings & Annie Lederman Fri, 21 Aug 2020 19:00:00 -0000
- #1528 - Nikki Glaser Thu, 20 Aug 2020 00:00:00 -0000
- #1527 - David Blaine Tue, 18 Aug 2020 00:00:00 -0000
- #1526 - Ali Macofsky Sat, 15 Aug 2020 00:00:00 -0000
- #1525 - Tim Dillon Fri, 14 Aug 2020 00:00:00 -0000
- #1524 - Ron Funches Thu, 13 Aug 2020 00:00:00 -0000
- #1523 - Joey Diaz & Brian Redban Wed, 12 Aug 2020 00:00:00 -0000
- #1522 - Rob Lowe Fri, 07 Aug 2020 00:00:00 -0000
- #1521 - Josh Dubin & Jason Flom Thu, 06 Aug 2020 00:00:00 -0000
- #1520 - Dr. Debra Soh Wed, 05 Aug 2020 19:00:00 -0000
- #1519 - Mike Baker Tue, 04 Aug 2020 00:00:00 -0000
- #1518 - David Choe Fri, 31 Jul 2020 00:00:00 -0000
- #1517 - Nancy Panza Thu, 30 Jul 2020 00:00:00 -0000
- #1516 - Post Malone Wed, 29 Jul 2020 00:00:00 -0000
- #1515 - Dr. Bradley Garrett Tue, 28 Jul 2020 00:00:00 -0000
- #1514 - Joe De Sena Fri, 24 Jul 2020 00:00:00 -0000
- #1513 - Andrew Huberman Thu, 23 Jul 2020 00:00:00 -0000
- #1512 - Ben Shapiro Wed, 22 Jul 2020 00:00:00 -0000
- #1511 - Oliver Stone Tue, 21 Jul 2020 00:00:00 -0000
- #1510 - George Knapp and Jeremy Corbell Fri, 17 Jul 2020 00:00:00 -0000
- #1509 - Abigail Shrier Thu, 16 Jul 2020 00:00:00 -0000
- #1508 - Peter Schiff Wed, 15 Jul 2020 00:00:00 -0000
- #1507 - Bob Saget Tue, 14 Jul 2020 10:00:00 -0000
- Fight Companion - July 11, 2020 Mon, 13 Jul 2020 00:00:00 -0000
- #1506 - James Nestor Fri, 10 Jul 2020 00:00:00 -0000
- #1505 - Hannibal Buress Thu, 09 Jul 2020 00:00:00 -0000
- #1504 - Alan Levinovitz Wed, 08 Jul 2020 00:00:00 -0000
- #1503 - Josh Barnett Tue, 07 Jul 2020 00:00:00 -0000
- #1502 - Russell Peters Fri, 03 Jul 2020 00:00:00 -0000
- #1501 - James Lindsay Thu, 02 Jul 2020 00:00:00 -0000
- #1500 - Barbara Freese Wed, 01 Jul 2020 00:00:00 -0000
- #1499 - Aron Snyder Tue, 30 Jun 2020 00:00:00 -0000
- #1498 - Jon Stewart Fri, 26 Jun 2020 00:00:00 -0000
- #1497 - Joe Schilling Thu, 25 Jun 2020 00:00:00 -0000
- #1496 - Colion Noir Tue, 23 Jun 2020 00:00:00 -0000
- #1495 - Kyle Dunnigan Fri, 19 Jun 2020 00:00:00 -0000
- #1494 - Bret Weinstein Thu, 18 Jun 2020 00:00:00 -0000
- #1493 - Steve Schirripa & Michael Imperioli Wed, 17 Jun 2020 00:00:00 -0000
- #1492 - Jocko Willink Tue, 16 Jun 2020 00:00:00 -0000
- #1491 - Bill Burr Fri, 12 Jun 2020 00:00:00 -0000
- #1490 - Jimmy O. Yang Thu, 11 Jun 2020 00:00:00 -0000
- #1489 - Ronnie Coleman Wed, 10 Jun 2020 00:00:00 -0000
- #1488 - Andrew Schulz Tue, 09 Jun 2020 00:00:00 -0000
- JRE MMA Show #97 with Henry Cejudo Mon, 08 Jun 2020 00:00:00 -0000
- #1487 - Janet Zuccarini & Evan Funke Mon, 08 Jun 2020 00:00:00 -0000
- #1486 - Honey Honey Fri, 05 Jun 2020 00:00:00 -0000
- #1485 - Krystal & Saagar Wed, 03 Jun 2020 00:00:00 -0000
- #1484 - Reggie Watts Tue, 02 Jun 2020 00:00:00 -0000
- #1483 - Jesus Trejo Fri, 29 May 2020 00:00:00 -0000
- #1482 - Jordan Jonas Thu, 28 May 2020 00:00:00 -0000
- JRE MMA Show #96 with Justin Gaethje & Trevor Wittman Wed, 27 May 2020 00:00:00 -0000
- #1481 - Adam Eget Tue, 26 May 2020 00:00:00 -0000
- #1480 - Kevin Hart Mon, 25 May 2020 00:00:00 -0000
- #1479 - David Pakman Fri, 22 May 2020 00:00:00 -0000
- #1478 - Joel Salatin Thu, 21 May 2020 00:00:00 -0000
- #1477 - Tony Hawk Wed, 20 May 2020 00:00:00 -0000
- Joe Rogan is coming to Spotify starting 9/1 Tue, 19 May 2020 18:12:00 -0000
- #1476 - Patton Oswalt Tue, 19 May 2020 00:00:00 -0000
- Fight Companion - May 16, 2020 Sat, 16 May 2020 00:00:00 -0000
- #1475 - Bridget Phetasy Sat, 16 May 2020 00:00:00 -0000
- #1474 - Dr. Rhonda Patrick Thu, 14 May 2020 00:00:00 -0000
- #1473 - Tom Papa Wed, 13 May 2020 00:00:00 -0000
- #1472 - Michael Yo Tue, 12 May 2020 00:00:00 -0000
- JRE MMA Show #95 with Brendan Schaub Fri, 08 May 2020 00:00:00 -0000
- #1471 - Tony Hinchcliffe Thu, 07 May 2020 00:00:00 -0000
- #1470 - Elon Musk Wed, 06 May 2020 23:00:00 -0000
- #1469 - Adam Perry Lang Tue, 05 May 2020 00:00:00 -0000
- #1468 - Alonzo Bodden Fri, 01 May 2020 00:00:00 -0000
- #1467 - Jack Carr Thu, 30 Apr 2020 00:00:00 -0000
- #1466 - Jessimae Peluso Wed, 29 Apr 2020 00:00:00 -0000
- #1465 - Tim Pool Mon, 27 Apr 2020 00:00:00 -0000
- #1464 - Duncan Trussell Sat, 25 Apr 2020 00:00:00 -0000
- #1463 - Tom Green Fri, 24 Apr 2020 00:00:00 -0000
- #1462 - Kurt Metzger Thu, 23 Apr 2020 00:00:00 -0000
- #1461 - Owen Smith Tue, 21 Apr 2020 19:00:00 -0000
- #1460 - Donnell Rawlings Fri, 17 Apr 2020 00:00:00 -0000
- #1459 - Tom O'Neill Thu, 16 Apr 2020 00:00:00 -0000
- #1457 - Tim Dillon Tue, 14 Apr 2020 00:00:00 -0000
- JRE MMA Show #94 with Brendan Schaub Fri, 10 Apr 2020 00:00:00 -0000
- #1456 - Michael Shermer Thu, 09 Apr 2020 19:00:00 -0000
- #1455 - Lex Fridman Wed, 08 Apr 2020 00:00:00 -0000
- #1454 - Dan Crenshaw Tue, 07 Apr 2020 00:00:00 -0000
- #1453 - Eric Weinstein Fri, 03 Apr 2020 00:00:00 -0000
- #1452 - Greg Fitzsimmons Thu, 02 Apr 2020 00:00:00 -0000
- #1451 - Dr. Peter Hotez Wed, 01 Apr 2020 00:00:00 -0000
- #1450 - Brian Redban Tue, 31 Mar 2020 00:00:00 -0000
- #1449 - Bryan Callen Fri, 27 Mar 2020 00:00:00 -0000
- #1448 - Joey Diaz Thu, 26 Mar 2020 00:00:00 -0000
- #1447 - Tom Segura Wed, 25 Mar 2020 00:00:00 -0000
- #1446 - Bert Kreischer Tue, 24 Mar 2020 00:00:00 -0000
- #1445 - Andy Stumpf Sat, 21 Mar 2020 00:00:00 -0000
- #1444 - Duncan Trussell Thu, 19 Mar 2020 00:00:00 -0000
- #1443 - Jonathan Ward Wed, 18 Mar 2020 00:00:00 -0000
- #1442 - Shannon O'Loughlin Tue, 17 Mar 2020 00:00:00 -0000
- Fight Companion - March 14, 2020 Sat, 14 Mar 2020 00:00:00 -0000
- #1441 - Hugo Martin Fri, 13 Mar 2020 00:00:00 -0000
- #1440 - Fortune Feimster Thu, 12 Mar 2020 00:00:00 -0000
- JRE MMA Show #93 with Alexander Volkanovski Wed, 11 Mar 2020 00:00:00 -0000
- #1439 - Michael Osterholm Tue, 10 Mar 2020 00:00:00 -0000
- #1438 - Andrew Santino Fri, 06 Mar 2020 00:00:00 -0000
- #1437 - Stephen Dubner Thu, 05 Mar 2020 00:00:00 -0000
- #1436 - Adam Curry Wed, 04 Mar 2020 00:00:00 -0000
- #1435 - Suzanne Santo & Gary Clark Jr. Tue, 03 Mar 2020 00:00:00 -0000
- #1434 - Trevor Thompson Fri, 28 Feb 2020 00:00:00 -0000
- #1433 - Michael Yo Thu, 27 Feb 2020 00:00:00 -0000
- #1432 - Aubrey de Grey Wed, 26 Feb 2020 00:00:00 -0000
- #1431 - Owen Smith Tue, 25 Feb 2020 00:00:00 -0000
- Fight Companion - February 22, 2020 Sat, 22 Feb 2020 00:00:00 -0000
- #1430 - Raghunath Cappo Fri, 21 Feb 2020 00:00:00 -0000
- #1429 - Colin O'Brady Thu, 20 Feb 2020 00:00:00 -0000
- #1428 - Brian Greene Wed, 19 Feb 2020 00:00:00 -0000
- JRE MMA Show #92 with Angela Hill Tue, 18 Feb 2020 00:00:00 -0000
- #1427 - Melissa Chen Fri, 14 Feb 2020 00:00:00 -0000
- JRE MMA Show #91 with Radio Rahim Thu, 13 Feb 2020 00:00:00 -0000
- #1426 - Justin Martindale Wed, 12 Feb 2020 00:00:00 -0000
- JRE MMA Show #90 with Rashad Evans Tue, 11 Feb 2020 00:00:00 -0000
- #1425 - Garrett Reisman Fri, 07 Feb 2020 00:00:00 -0000
- #1424 - Tom Papa Thu, 06 Feb 2020 00:00:00 -0000
- #1423 - Andrew Doyle Wed, 05 Feb 2020 00:00:00 -0000
- #1421 - Jim Norton Tue, 04 Feb 2020 00:00:00 -0000
- #1422 - Lex Fridman Tue, 04 Feb 2020 00:00:00 -0000
- #1420 - Mark Normand Fri, 31 Jan 2020 00:00:00 -0000
- #1419 - Daryl Davis Thu, 30 Jan 2020 00:00:00 -0000
- JRE MMA Show #89 with Rafael Lovato Jr. Wed, 29 Jan 2020 00:00:00 -0000
- JRE MMA Show #88 with Frankie Edgar Tue, 28 Jan 2020 00:00:00 -0000
- JRE MMA Show #87 with Kamaru Usman Mon, 27 Jan 2020 00:00:00 -0000
- JRE MMA Show #86 with Josh Thomson Fri, 24 Jan 2020 00:00:00 -0000
- #1418 - Don Gavin Thu, 23 Jan 2020 00:00:00 -0000
- #1417 - Kevin Ross Wed, 22 Jan 2020 00:00:00 -0000
- #1416 - Rob Kearney Tue, 21 Jan 2020 00:00:00 -0000
- #1415 - Bari Weiss Mon, 20 Jan 2020 00:00:00 -0000
- #1414 - Mike Baker Sat, 18 Jan 2020 00:00:00 -0000
- #1413 - Bill Maher Fri, 17 Jan 2020 00:00:00 -0000
- #1412 - Jimmy Dore Thu, 16 Jan 2020 00:00:00 -0000
- #1411 - Robert Downey Jr. Wed, 15 Jan 2020 00:00:00 -0000
- #1410 - Ash Dykes Tue, 14 Jan 2020 00:00:00 -0000
- #1409 - Joey Diaz Mon, 13 Jan 2020 00:00:00 -0000
- Fight Companion - January 9, 2020 Fri, 10 Jan 2020 00:00:00 -0000
- #1408 - Ed Calderon Wed, 08 Jan 2020 00:00:00 -0000
- #1407 - Michael Malice Tue, 07 Jan 2020 00:00:00 -0000
- #1406 - Brian Redban Mon, 06 Jan 2020 00:00:00 -0000
- #1405 - Sober October 3 Recap Tue, 24 Dec 2019 00:00:00 -0000
- #1404 - Bryan Callen Sat, 21 Dec 2019 00:00:00 -0000
- #1403 - Forrest Galante Thu, 19 Dec 2019 00:00:00 -0000
- JRE MMA Show #85 with Max Holloway Wed, 18 Dec 2019 00:00:00 -0000
- #1402 - Boyan Slat Tue, 17 Dec 2019 00:00:00 -0000
- #1401 - Iliza Shlesinger Mon, 16 Dec 2019 00:00:00 -0000
- #1400 - Tony Hinchcliffe Fri, 13 Dec 2019 00:00:00 -0000
- #1399 - Pavel Tsatsouline Thu, 12 Dec 2019 00:00:00 -0000
- #1398 - Lil Duval Wed, 11 Dec 2019 00:00:00 -0000
- #1397 - S.C. Gwynne Tue, 10 Dec 2019 00:00:00 -0000
- #1396 - Michelle Wolf Mon, 09 Dec 2019 00:00:00 -0000
- #1395 - Glenn Villeneuve Sat, 07 Dec 2019 00:00:00 -0000
- #1394 - Matt Farah Fri, 06 Dec 2019 00:00:00 -0000
- #1393 - James Wilks & Chris Kresser - The Game Changers Debate Thu, 05 Dec 2019 00:00:00 -0000
- JRE MMA Show #84 with Brendan Schaub Wed, 04 Dec 2019 00:00:00 -0000
- #1392 - Zach Bitter Tue, 03 Dec 2019 00:00:00 -0000
- JRE MMA Show #83 with Firas Zahabi Wed, 27 Nov 2019 00:00:00 -0000
- #1391 - Tulsi Gabbard & Jocko Willink Tue, 26 Nov 2019 00:00:00 -0000
- #1390 - Tim Dillon Fri, 22 Nov 2019 00:00:00 -0000
- #1389 - Chris Kresser Debunks "The Gamechangers" Documentary Thu, 21 Nov 2019 00:00:00 -0000
- #1388 - Louie Psihoyos Tue, 19 Nov 2019 00:00:00 -0000
- #1387 - Josh Homme Tue, 19 Nov 2019 00:00:00 -0000
- #1386 - Matt Taibbi Sat, 16 Nov 2019 00:00:00 -0000
- #1385 - Paul Stamets Fri, 15 Nov 2019 00:00:00 -0000
- #1384 - Ari Shaffir Thu, 14 Nov 2019 00:00:00 -0000
- #1383 - Malcolm Gladwell Wed, 13 Nov 2019 00:00:00 -0000
- #1381 - Donnell Rawlings Tue, 12 Nov 2019 00:00:00 -0000
- #1382 - RZA & Donnell Rawlings Tue, 12 Nov 2019 00:00:00 -0000
- JRE MMA Show #82 with Israel Adesanya Mon, 11 Nov 2019 00:00:00 -0000
- #1380 - Pete Dominick Fri, 08 Nov 2019 00:00:00 -0000
- #1379 - Ben Westhoff Thu, 07 Nov 2019 00:00:00 -0000
- #1378 - Greg Fitzsimmons Wed, 06 Nov 2019 00:00:00 -0000
- #1377 - Rick Baker Tue, 05 Nov 2019 00:00:00 -0000
- #1376 - Artie Lange Mon, 04 Nov 2019 00:00:00 -0000
- #1375 - Edward Norton Thu, 31 Oct 2019 00:00:00 -0000
- #1374 - Justin Wren Thu, 31 Oct 2019 00:00:00 -0000
- #1373 - Kyle Kulinski Wed, 30 Oct 2019 00:00:00 -0000
- #1371 - Andrew Santino Tue, 29 Oct 2019 00:00:00 -0000
- #1372 - Kevin Smith Tue, 29 Oct 2019 00:00:00 -0000
- JRE MMA Show #81 with Dave Leduc Mon, 28 Oct 2019 00:00:00 -0000
- #1370 - Brian Grazer Thu, 24 Oct 2019 00:00:00 -0000
- #1369 - Christopher Ryan Wed, 23 Oct 2019 00:00:00 -0000
- #1368 - Edward Snowden Wed, 23 Oct 2019 00:00:00 -0000
- #1367 - Bridget Phetasy Tue, 22 Oct 2019 00:00:00 -0000
- #1366 - Richard Dawkins Mon, 21 Oct 2019 00:00:00 -0000
- #1365 - Cameron Hanes Thu, 10 Oct 2019 00:00:00 -0000
- #1364 - Brian Redban Wed, 09 Oct 2019 00:00:00 -0000
- #1363 - Dakota Meyer Tue, 08 Oct 2019 00:00:00 -0000
- #1362 - Lenny Clarke Mon, 07 Oct 2019 00:00:00 -0000
- JRE MMA Show #80 with Evander Holyfield Mon, 07 Oct 2019 00:00:00 -0000
- #1361 - Cmdr. David Fravor & Jeremy Corbell Sat, 05 Oct 2019 00:00:00 -0000
- #1360 - Nikki Glaser Thu, 03 Oct 2019 00:00:00 -0000
- #1359 - Roseanne Barr Wed, 02 Oct 2019 00:00:00 -0000
- #1358 - Sober October 3 Tue, 01 Oct 2019 00:00:00 -0000
- #1357 - Ari Shaffir Tue, 01 Oct 2019 00:00:00 -0000
- #1356 - Sturgill Simpson & His Band Mon, 30 Sep 2019 00:00:00 -0000
- #1355 - Mark Normand Fri, 20 Sep 2019 00:00:00 -0000
- #1354 - The Black Keys Thu, 19 Sep 2019 00:00:00 -0000
- JRE MMA Show #79 with Vinny Shoreman & Liam Harrison Wed, 18 Sep 2019 00:00:00 -0000
- #1353 - Rob Zombie Mon, 16 Sep 2019 00:00:00 -0000
- #1352 - Sean Carroll Sun, 15 Sep 2019 23:00:00 -0000
- #1351 - Dan Aykroyd Thu, 12 Sep 2019 00:00:00 -0000
- #1350 - Nick Bostrom Wed, 11 Sep 2019 00:00:00 -0000
- #1349 - David Sinclair Tue, 10 Sep 2019 00:00:00 -0000
- #1348 - Bill Burr Mon, 09 Sep 2019 00:00:00 -0000
- Fight Companion - September 7, 2019 Sat, 07 Sep 2019 00:00:00 -0000
- #1347 - Neil deGrasse Tyson Thu, 05 Sep 2019 00:00:00 -0000
- #1346 - Zuby Wed, 04 Sep 2019 23:00:00 -0000
- #1344 - Joseph LeDoux Wed, 04 Sep 2019 00:00:00 -0000
- #1345 - Steve Aoki Wed, 04 Sep 2019 00:00:00 -0000
- JRE MMA Show #78 with Andre Ward Tue, 03 Sep 2019 00:00:00 -0000
- #1343 - Penn Jillette Thu, 29 Aug 2019 00:00:00 -0000
- #1342 - John Carmack Wed, 28 Aug 2019 00:00:00 -0000
- #1341 - Steven Rinella Tue, 27 Aug 2019 00:00:00 -0000
- JRE MMA Show #77 with Cedric Doumbe Mon, 26 Aug 2019 00:00:00 -0000
- #1340 - John Nores Mon, 26 Aug 2019 00:00:00 -0000
- #1338 - Roy Wood Jr. Wed, 21 Aug 2019 00:00:00 -0000
- #1339 - Everlast Wed, 21 Aug 2019 00:00:00 -0000
- #1337 - Dan Crenshaw Tue, 20 Aug 2019 00:00:00 -0000
- #1336 - Legion Of Skanks Mon, 19 Aug 2019 00:00:00 -0000
- JRE MMA Show #76 with Terence Crawford Mon, 19 Aug 2019 00:00:00 -0000
- JRE MMA Show #75 with Dan Hardy Thu, 15 Aug 2019 00:00:00 -0000
- #1335 - Jim Gaffigan Wed, 14 Aug 2019 00:00:00 -0000
- #1334 - Fahim Anwar Tue, 13 Aug 2019 00:00:00 -0000
- #1333 - Tom Papa Mon, 12 Aug 2019 00:00:00 -0000
- JRE MMA Show #74 with Brendan Schaub Wed, 07 Aug 2019 00:00:00 -0000
- #1332 - Annie Lederman Wed, 07 Aug 2019 00:00:00 -0000
- #1331 - Alonzo Bodden Tue, 06 Aug 2019 00:00:00 -0000
- #1330 - Bernie Sanders Mon, 05 Aug 2019 23:00:00 -0000
- JRE MMA Show #73 with Jean Jacques Machado Mon, 05 Aug 2019 00:00:00 -0000
- #1329 - Brian Moses Thu, 01 Aug 2019 00:00:00 -0000
- JRE MMA Show #72 with Andy Ruiz Wed, 31 Jul 2019 00:00:00 -0000
- #1328 - Whitney Cummings Tue, 30 Jul 2019 00:00:00 -0000
- #1327 - Mike Baker Tue, 30 Jul 2019 00:00:00 -0000
- #1326 - Maynard James Keenan Mon, 29 Jul 2019 00:00:00 -0000
- JRE MMA Show #71 with Rico Verhoeven Wed, 24 Jul 2019 00:00:00 -0000
- #1325 - Dr. Cornel West Wed, 24 Jul 2019 00:00:00 -0000
- JRE MMA Show #70 with Aljamain Sterling Thu, 11 Jul 2019 00:00:00 -0000
- #1324 - Ian Edwards Thu, 11 Jul 2019 00:00:00 -0000
- #1323 - Andy Ngo Wed, 10 Jul 2019 00:00:00 -0000
- #1322 - Reggie Watts Tue, 09 Jul 2019 00:00:00 -0000
- #1321 - Robert Oberst Mon, 08 Jul 2019 00:00:00 -0000
- #1320 - Eric Weinstein Wed, 03 Jul 2019 00:00:00 -0000
- JRE MMA Show #69 with Yves Edwards Tue, 02 Jul 2019 00:00:00 -0000
- #1319 - Joey Diaz Mon, 01 Jul 2019 00:00:00 -0000
- #1318 - Hotep Jesus Wed, 26 Jun 2019 00:00:00 -0000
- #1317 - Andrew Santino Tue, 25 Jun 2019 00:00:00 -0000
- #1316 - Abby Martin Mon, 24 Jun 2019 23:00:00 -0000
- JRE MMA Show #68 with Will Harris Mon, 24 Jun 2019 00:00:00 -0000
- Swapcast - Podcast On A Plane with John Dudley Fri, 21 Jun 2019 00:00:00 -0000
- #1315 - Bob Lazar & Jeremy Corbell Thu, 20 Jun 2019 00:00:00 -0000
- #1314 - Charlamagne tha God & Andrew Schulz Wed, 19 Jun 2019 00:00:00 -0000
- #1312 - Ms. Pat Tue, 18 Jun 2019 00:00:00 -0000
- #1313 - Duncan Trussell Tue, 18 Jun 2019 00:00:00 -0000
- #1311 - David Pakman Wed, 05 Jun 2019 00:00:00 -0000
- JRE MMA Show #67 with Kevin Lee Wed, 05 Jun 2019 00:00:00 -0000
- #1310 - Sober October 2019 Preview Tue, 04 Jun 2019 01:00:00 -0000
- #1309 - Naval Ravikant Tue, 04 Jun 2019 00:00:00 -0000
- #1308 - Eddie Bravo Mon, 03 Jun 2019 23:00:00 -0000
- #1307 - Greg Fitzsimmons Fri, 31 May 2019 00:00:00 -0000
- #1306 - Wiz Khalifa Thu, 30 May 2019 00:00:00 -0000
- #1305 - JD & John Witherspoon Wed, 29 May 2019 00:00:00 -0000
- JRE MMA Show #66 with Michelle Waterson Tue, 28 May 2019 00:00:00 -0000
- #1303 - Tommy Chong Thu, 23 May 2019 19:00:00 -0000
- #1304 - Brendan Schaub Thu, 23 May 2019 00:00:00 -0000
- #1302 - Ed Calderon Wed, 22 May 2019 00:00:00 -0000
- #1301 - Laird Hamilton Tue, 21 May 2019 00:00:00 -0000
- #1300 - Michael Malice Mon, 20 May 2019 00:00:00 -0000
- #1299 - Annie Jacobsen Thu, 16 May 2019 00:00:00 -0000
- #1298 - Neal Brennan Wed, 15 May 2019 00:00:00 -0000
- #1297 - Phil Demers Wed, 15 May 2019 00:00:00 -0000
- #1296 - Joe List Tue, 14 May 2019 19:00:00 -0000
- #1295 - Tulsi Gabbard Mon, 13 May 2019 00:00:00 -0000
- #1294 - Jamie Metzl Thu, 09 May 2019 00:00:00 -0000
- #1293 - Andrew Santino Wed, 08 May 2019 00:00:00 -0000
- #1292 - Lex Fridman Tue, 07 May 2019 00:00:00 -0000
- #1291 - C.T. Fletcher Mon, 06 May 2019 00:00:00 -0000
- #1290 - Bryan Callen Fri, 03 May 2019 00:00:00 -0000
- #1289 - Eddie Izzard Thu, 02 May 2019 00:00:00 -0000
- #1288 - Jon Reep Wed, 01 May 2019 00:00:00 -0000
- #1287 - Rich Benoit Tue, 30 Apr 2019 00:00:00 -0000
- #1286 - Anthony Jeselnik Mon, 29 Apr 2019 00:00:00 -0000
- JRE MMA Show #65 with Corey Anderson Fri, 26 Apr 2019 00:00:00 -0000
- JRE MMA Show #64 with Khalil Rountree Jr. Thu, 25 Apr 2019 00:00:00 -0000
- #1285 - B-Real Tue, 23 Apr 2019 00:00:00 -0000
- #1284 - Graham Hancock Mon, 22 Apr 2019 00:00:00 -0000
- #1283 - Russell Brand Sat, 20 Apr 2019 00:00:00 -0000
- #1282 - Adam Conover Wed, 17 Apr 2019 00:00:00 -0000
- JRE MMA Show #63 with Jorge Masvidal Tue, 16 Apr 2019 00:00:00 -0000
- JRE MMA Show #62 with Brendan Schaub Mon, 15 Apr 2019 00:00:00 -0000
- #1281 - Tom Papa Mon, 15 Apr 2019 00:00:00 -0000
- JRE MMA Show #61 with Herb Dean Wed, 10 Apr 2019 00:00:00 -0000
- #1280 - Michael Yo Tue, 09 Apr 2019 00:00:00 -0000
- #1279 - Jessimae Peluso Mon, 08 Apr 2019 00:00:00 -0000
- #1278 - Kevin Hart Sat, 06 Apr 2019 00:00:00 -0000
- #1276 - Ben Shapiro Wed, 03 Apr 2019 00:00:00 -0000
- #1277 - Gabrielle Reece Wed, 03 Apr 2019 00:00:00 -0000
- #1275 - Luis J. Gomez Tue, 02 Apr 2019 00:00:00 -0000
- JRE MMA Show #60 with Forrest Griffin, Clint Wattenberg & Dr. Duncan French Tue, 02 Apr 2019 00:00:00 -0000
- #1274 - Nicholas Christakis Thu, 28 Mar 2019 00:00:00 -0000
- #1272 - Lindsey Fitzharris Tue, 26 Mar 2019 00:00:00 -0000
- #1273 - Ron Funches Tue, 26 Mar 2019 00:00:00 -0000
- #1271 - Billy Corben Mon, 25 Mar 2019 01:00:00 -0000
- #1270 - Lenny Clarke Mon, 25 Mar 2019 00:00:00 -0000
- #1269 - Bryan Callen Wed, 20 Mar 2019 00:00:00 -0000
- #1268 - Ron White Tue, 19 Mar 2019 02:00:00 -0000
- #1267 - Gary Taubes & Stephan Guyenet Tue, 19 Mar 2019 00:00:00 -0000
- #1266 - Ben Anderson Mon, 18 Mar 2019 00:00:00 -0000
- JRE MMA Show #59 with Kamaru Usman Mon, 18 Mar 2019 00:00:00 -0000
- #1265 - Andrew Schulz Thu, 14 Mar 2019 00:00:00 -0000
- #1264 - Timothy Denevi Wed, 13 Mar 2019 00:00:00 -0000
- #1262 - Pat McNamara Tue, 12 Mar 2019 00:00:00 -0000
- #1263 - Renée DiResta Tue, 12 Mar 2019 00:00:00 -0000
- #1261 - Peter Hotez Mon, 11 Mar 2019 00:00:00 -0000
- #1260 - Lennox Lewis & Russell Peters Thu, 07 Mar 2019 00:00:00 -0000
- #1259 - David Wallace-Wells Wed, 06 Mar 2019 00:00:00 -0000
- #1258 - Jack Dorsey, Vijaya Gadde & Tim Pool Tue, 05 Mar 2019 00:00:00 -0000
- JRE MMA Show #58 with Brendan Schaub Mon, 04 Mar 2019 00:00:00 -0000
- #1257 - Steve Sweeney Mon, 04 Mar 2019 00:00:00 -0000
- #1256 - David Lee Roth Thu, 28 Feb 2019 00:00:00 -0000
- #1254 - Dr. Phil Tue, 26 Feb 2019 02:00:00 -0000
- #1253 - Ioan Grillo Tue, 26 Feb 2019 00:00:00 -0000
- #1252 - Dave Foley & Paul Greenberg Mon, 25 Feb 2019 00:00:00 -0000
- #1251 - Tim Dillon Thu, 21 Feb 2019 00:00:00 -0000
- #1250 - Johann Hari Wed, 20 Feb 2019 00:00:00 -0000
- #1249 - Donnell Rawlings Tue, 19 Feb 2019 02:00:00 -0000
- #1248 - Bill Ottman Tue, 19 Feb 2019 00:00:00 -0000
- #1247 - Andy Stumpf Mon, 18 Feb 2019 00:00:00 -0000
- Fight Companion - February 17, 2019 Sun, 17 Feb 2019 00:00:00 -0000
- #1246 - Pot Debate - Alex Berenson & Dr. Michael Hart Wed, 13 Feb 2019 00:00:00 -0000
- #1245 - Andrew Yang Tue, 12 Feb 2019 00:00:00 -0000
- #1243 - Rafinha Bastos Mon, 11 Feb 2019 00:00:00 -0000
- #1244 - Colin O'Brady Mon, 11 Feb 2019 00:00:00 -0000
- #1242 - Tim Pool Fri, 08 Feb 2019 00:00:00 -0000
- #1241 - Sam Harris Thu, 07 Feb 2019 00:00:00 -0000
- #1240 - Forrest Galante Wed, 06 Feb 2019 00:00:00 -0000
- #1239 - Travis Barker Tue, 05 Feb 2019 00:00:00 -0000
- #1238 - Brian Redban Mon, 04 Feb 2019 02:00:00 -0000
- #1237 - Sebastian Maniscalco Mon, 04 Feb 2019 00:00:00 -0000
- #1236 - Jack Dorsey Fri, 01 Feb 2019 00:00:00 -0000
- JRE MMA Show #57 with T.J. Dillashaw Thu, 31 Jan 2019 00:00:00 -0000
- #1235 - Ben Greenfield Wed, 30 Jan 2019 00:00:00 -0000
- #1234 - David Sinclair Tue, 29 Jan 2019 00:00:00 -0000
- #1233 - Brian Cox Mon, 28 Jan 2019 00:00:00 -0000
- Fight Companion - January 26, 2019 Sat, 26 Jan 2019 00:00:00 -0000
- #1232 - Nick Di Paolo Fri, 25 Jan 2019 00:00:00 -0000
- #1231 - Matt Braunger Thu, 24 Jan 2019 00:00:00 -0000
- #1230 - Killer Mike Wed, 23 Jan 2019 00:00:00 -0000
- #1229 - Richard Rawlings Tue, 22 Jan 2019 00:00:00 -0000
- #1228 - Bari Weiss Mon, 21 Jan 2019 00:00:00 -0000
- #1226 - Mike Baker Thu, 17 Jan 2019 00:00:00 -0000
- #1227 - Mike Tyson Thu, 17 Jan 2019 00:00:00 -0000
- JRE MMA Show #56 with Brendan Schaub Thu, 17 Jan 2019 00:00:00 -0000
- #1225 - Theo Von Tue, 15 Jan 2019 00:00:00 -0000
- #1224 - Adam Greentree Mon, 14 Jan 2019 00:00:00 -0000
- #1223 - Greg Fitzsimmons Fri, 11 Jan 2019 00:00:00 -0000
- #1222 - Michael Shermer Thu, 10 Jan 2019 00:00:00 -0000
- JRE MMA Show #55 with Kelly Pavlik Wed, 09 Jan 2019 00:00:00 -0000
- JRE MMA Show #54 with Din Thomas Tue, 08 Jan 2019 00:00:00 -0000
- #1221 - Jonathan Haidt Mon, 07 Jan 2019 00:00:00 -0000
- JRE MMA Show #53 with Jeff Novitzky Thu, 27 Dec 2018 00:00:00 -0000
- #1220 - Joey Diaz Mon, 24 Dec 2018 00:00:00 -0000
- #1219 - Bill Burr Thu, 20 Dec 2018 00:00:00 -0000
- #1217 - Nimesh Patel Wed, 19 Dec 2018 00:00:00 -0000
- #1216 - Sir Roger Penrose Tue, 18 Dec 2018 00:00:00 -0000
- #1215 - Ben O'Brien Mon, 17 Dec 2018 01:00:00 -0000
- #1214 - Lawrence Lessig Thu, 13 Dec 2018 00:00:00 -0000
- #1213 - Dr. Andrew Weil Wed, 12 Dec 2018 00:00:00 -0000
- JRE MMA Show #52 with Michael Bisping Tue, 11 Dec 2018 00:00:00 -0000
- JRE MMA Show #51 with Deontay Wilder Mon, 10 Dec 2018 20:00:00 -0000
- JRE MMA Show #50 with Yves Edwards Wed, 05 Dec 2018 00:00:00 -0000
- #1212 - David Goggins Wed, 05 Dec 2018 00:00:00 -0000
- #1210 - Tom Papa Tue, 04 Dec 2018 00:00:00 -0000
- #1211 - Dr. Ben Goertzel Tue, 04 Dec 2018 00:00:00 -0000
- #1209 - Anthony Cumia Fri, 30 Nov 2018 00:00:00 -0000
- #1208 - Jordan Peterson Thu, 29 Nov 2018 00:00:00 -0000
- JRE MMA Show #49 with Miriam Nakamoto Wed, 28 Nov 2018 00:00:00 -0000
- #1207 - Jeff Ross & Dave Attell Tue, 27 Nov 2018 00:00:00 -0000
- Fight Companion - November 24, 2018 Sat, 24 Nov 2018 00:00:00 -0000
- #1205 - Jake "The Snake" Roberts & Tony Hinchcliffe Tue, 20 Nov 2018 00:00:00 -0000
- #1204 - Steven Rinella Fri, 16 Nov 2018 00:00:00 -0000
- #1203 - Eric Weinstein Thu, 15 Nov 2018 00:00:00 -0000
- #1202 - Fred Morin & David McMillan Wed, 14 Nov 2018 00:00:00 -0000
- #1201 - William von Hippel Tue, 13 Nov 2018 02:00:00 -0000
- #1200 - Ross Edgley Mon, 12 Nov 2018 01:00:00 -0000
- #1199 - Tom Segura & Sean Anders Mon, 12 Nov 2018 00:00:00 -0000
- Fight Companion - November 10, 2018 Sun, 11 Nov 2018 00:00:00 -0000
- #1198 - Derren Brown Fri, 09 Nov 2018 00:00:00 -0000
- #1196 - Dale Earnhardt Jr. Wed, 07 Nov 2018 00:00:00 -0000
- #1195 - Christina P Tue, 06 Nov 2018 00:00:00 -0000
- #1194 - Sober October 2 Recap Mon, 05 Nov 2018 00:00:00 -0000
- #1193 - Shane Dorian Mon, 05 Nov 2018 00:00:00 -0000
- JRE MMA Show #48 with Henry Cejudo & Eric Albarracin Wed, 31 Oct 2018 00:00:00 -0000
- #1192 - Tony Hinchcliffe Wed, 31 Oct 2018 00:00:00 -0000
- #1191 - Peter Boghossian & James Lindsay Tue, 30 Oct 2018 00:00:00 -0000
- #1190 - Joey Diaz Mon, 29 Oct 2018 00:00:00 -0000
- #1189 - Alex Honnold Thu, 25 Oct 2018 00:00:00 -0000
- JRE MMA Show #47 with Tyson Fury Thu, 25 Oct 2018 00:00:00 -0000
- #1188 - Lex Fridman Wed, 24 Oct 2018 00:00:00 -0000
- #1186 - Marques Brownlee Tue, 23 Oct 2018 00:00:00 -0000
- #1185 - Kelly Slater Mon, 22 Oct 2018 00:00:00 -0000
- JRE MMA Show #46 with Ari Shaffir Sun, 21 Oct 2018 00:00:00 -0000
- JRE MMA Show #45 with Justin Wren & Rafael Lovato Jr. Mon, 15 Oct 2018 00:00:00 -0000
- #1184 - Roseanne Barr Thu, 11 Oct 2018 00:00:00 -0000
- #1183 - Andrew Santino Thu, 11 Oct 2018 00:00:00 -0000
- #1182 - Nick Kroll Tue, 09 Oct 2018 19:00:00 -0000
- #1181 - John Dudley Mon, 08 Oct 2018 00:00:00 -0000
- JRE MMA Show #44 with John Kavanagh & George Lockhart Mon, 08 Oct 2018 00:00:00 -0000
- #1180 - Everlast Thu, 04 Oct 2018 00:00:00 -0000
- #1179 - Nikki Glaser Wed, 03 Oct 2018 00:00:00 -0000
- JRE MMA Show #43 with Brendan Schaub Tue, 02 Oct 2018 00:00:00 -0000
- #1178 - Dr. Rhonda Patrick Tue, 02 Oct 2018 00:00:00 -0000
- #1177 - Sober October 2 Mon, 01 Oct 2018 00:00:00 -0000
- #1176 - Dom D'Agostino & Layne Norton Fri, 28 Sep 2018 00:00:00 -0000
- #1175 - Chris Kresser & Dr. Joel Kahn Thu, 27 Sep 2018 00:00:00 -0000
- #1174 - Vinnie Paz Wed, 26 Sep 2018 00:00:00 -0000
- #1173 - Geoffrey Miller Tue, 25 Sep 2018 00:00:00 -0000
- JRE MMA Show #42 with Teddy Atlas Mon, 24 Sep 2018 00:00:00 -0000
- JRE MMA Show #41 with T.J. Dillashaw & Duane Ludwig Wed, 12 Sep 2018 00:00:00 -0000
- #1172 - Morgan Fallon Wed, 12 Sep 2018 00:00:00 -0000
- #1171 - Nick Yarris Tue, 11 Sep 2018 00:00:00 -0000
- #1170 - Tulsi Gabbard Mon, 10 Sep 2018 00:00:00 -0000
- #1169 - Elon Musk Fri, 07 Sep 2018 00:00:00 -0000
- JRE MMA Show #40 with Eddie Bravo Thu, 06 Sep 2018 00:00:00 -0000
- #1168 - Mareko Maumasi Thu, 06 Sep 2018 00:00:00 -0000
- #1167 - Larry Sharpe Wed, 05 Sep 2018 00:00:00 -0000
- #1166 - Diamond Dallas Page Tue, 04 Sep 2018 00:00:00 -0000
- #1165 - Tom Papa Fri, 31 Aug 2018 00:00:00 -0000
- #1164 - Mikhaila Peterson Thu, 30 Aug 2018 19:00:00 -0000
- JRE MMA Show #39 with Donald "Cowboy" Cerrone Thu, 30 Aug 2018 00:00:00 -0000
- #1163 - Banachek Tue, 28 Aug 2018 00:00:00 -0000
- #1162 - Valentine Thomas Mon, 27 Aug 2018 00:00:00 -0000
- #1161 - Jerrod Carmichael & Jamar Neighbors Thu, 23 Aug 2018 01:00:00 -0000
- #1160 - Bert Kreischer Thu, 23 Aug 2018 00:00:00 -0000
- #1159 - Neil deGrasse Tyson Wed, 22 Aug 2018 00:00:00 -0000
- #1158 - Chuck Palahniuk Wed, 22 Aug 2018 00:00:00 -0000
- #1157 - Shooter Jennings Tue, 21 Aug 2018 00:00:00 -0000
- #1156 - Jimmy Dore Thu, 09 Aug 2018 01:00:00 -0000
- #1155 - Henry Rollins Thu, 09 Aug 2018 00:00:00 -0000
- #1154 - Doug Duren & Bryan Richards Wed, 08 Aug 2018 00:00:00 -0000
- #1153 - Macaulay Culkin Tue, 07 Aug 2018 00:00:00 -0000
- JRE MMA Show #38 with Gaston Bolanos & Kirian Fitzgibbons Mon, 06 Aug 2018 00:00:00 -0000
- JRE MMA Show #37 with Mark DellaGrotte Fri, 03 Aug 2018 00:00:00 -0000
- #1152 - John Joseph Thu, 02 Aug 2018 00:00:00 -0000
- #1151 - Sean Carroll Wed, 01 Aug 2018 00:00:00 -0000
- #1150 - Felipe Esparza Tue, 31 Jul 2018 00:00:00 -0000
- #1149 - Michael Scott Moore Mon, 30 Jul 2018 00:00:00 -0000
- #1148 - Andrew Santino Fri, 27 Jul 2018 00:00:00 -0000
- #1147 - Dr. Debra Soh Thu, 26 Jul 2018 00:00:00 -0000
- JRE MMA Show #36 with Brendan Schaub & Bryan Callen Wed, 25 Jul 2018 00:00:00 -0000
- #1146 - Jeff Garlin Wed, 25 Jul 2018 00:00:00 -0000
- #1145 - Peter Schiff Tue, 17 Jul 2018 00:00:00 -0000
- #1144 - Doug Stanhope Mon, 16 Jul 2018 00:00:00 -0000
- #1143 - Candice Thompson Wed, 11 Jul 2018 00:00:00 -0000
- #1142 - Tony Rock Tue, 10 Jul 2018 00:00:00 -0000
- JRE MMA Show #35 with Israel Adesanya Tue, 10 Jul 2018 00:00:00 -0000
- JRE MMA Show #34 with Josh Barnett Mon, 09 Jul 2018 00:00:00 -0000
- JRE MMA Show #33 with Brendan Schaub Tue, 03 Jul 2018 00:00:00 -0000
- #1140 - Joey Diaz Tue, 03 Jul 2018 00:00:00 -0000
- #1139 - Jordan Peterson Mon, 02 Jul 2018 00:00:00 -0000
- #1138 - Ted Nugent Thu, 28 Jun 2018 00:00:00 -0000
- #1137 - Duncan Trussell Wed, 27 Jun 2018 00:00:00 -0000
- #1136 - Hamilton Morris Tue, 26 Jun 2018 00:00:00 -0000
- #1135 - Ari Shaffir Mon, 25 Jun 2018 00:00:00 -0000
- #1134 - Kyle Dunnigan Fri, 22 Jun 2018 00:00:00 -0000
- #1133 - Dennis McKenna Thu, 21 Jun 2018 00:00:00 -0000
- JRE MMA Show #32 with Firas Zahabi Tue, 19 Jun 2018 00:00:00 -0000
- #1132 - Kyle Kingsbury Mon, 18 Jun 2018 00:00:00 -0000
- #1131 - Dave Rubin Wed, 13 Jun 2018 00:00:00 -0000
- JRE MMA Show #31 with Daniel Straus & Joe Schilling Tue, 12 Jun 2018 00:00:00 -0000
- #1130 - Adam Frank Tue, 12 Jun 2018 00:00:00 -0000
- #1129 - Tom Papa Mon, 11 Jun 2018 00:00:00 -0000
- #1128 - Ryan Sickler Wed, 06 Jun 2018 00:00:00 -0000
- #1127 - Jesse Itzler Tue, 05 Jun 2018 00:00:00 -0000
- JRE MMA Show #30 with Sean O'Malley & Tim Welch Tue, 05 Jun 2018 00:00:00 -0000
- #1126 - Erik Griffin Mon, 04 Jun 2018 00:00:00 -0000
- #1125 - Candace Owens Thu, 31 May 2018 01:00:00 -0000
- #1124 - Robert Schoch Thu, 31 May 2018 00:00:00 -0000
- #1123 - Kevin Smith Wed, 30 May 2018 00:00:00 -0000
- #1122 - Donnie Vincent Tue, 29 May 2018 00:00:00 -0000
- JRE MMA Show #29 with Cat Zingano Mon, 28 May 2018 00:00:00 -0000
- Fight Companion - May 27, 2018 Sun, 27 May 2018 00:00:00 -0000
- #1121 - Michael Pollan Thu, 24 May 2018 00:00:00 -0000
- JRE MMA Show #28 with Georges St-Pierre Wed, 23 May 2018 00:00:00 -0000
- JRE MMA Show #27 with Robin Black Tue, 22 May 2018 00:00:00 -0000
- #1120 - Ben Greenfield Tue, 22 May 2018 00:00:00 -0000
- #1119 - Howard Bloom Mon, 21 May 2018 00:00:00 -0000
- #1118 - Theo Von Fri, 18 May 2018 00:00:00 -0000
- #1117 - Tim Kennedy Thu, 17 May 2018 00:00:00 -0000
- #1116 - Steven Tyler Wed, 16 May 2018 00:00:00 -0000
- JRE MMA Show #26 with Big John McCarthy Wed, 16 May 2018 00:00:00 -0000
- #1115 - Mike Baker Wed, 09 May 2018 00:00:00 -0000
- #1114 - Matt Taibbi Wed, 09 May 2018 00:00:00 -0000
- #1113 - Brian Redban Tue, 08 May 2018 00:00:00 -0000
- JRE MMA Show #25 with Michael Chandler Mon, 07 May 2018 00:00:00 -0000
- #1112 - Cameron Hanes Sat, 05 May 2018 00:00:00 -0000
- Fight Companion - April 28, 2018 Sat, 28 Apr 2018 00:00:00 -0000
- #1110 - Zach Bitter Thu, 26 Apr 2018 00:00:00 -0000
- #1111 - Abby Martin Thu, 26 Apr 2018 00:00:00 -0000
- #1109 - Matthew Walker Wed, 25 Apr 2018 00:00:00 -0000
- #1108 - Peter Attia Tue, 24 Apr 2018 00:00:00 -0000
- JRE MMA Show #24 with Kevin Lee Mon, 23 Apr 2018 00:00:00 -0000
- #1107 - Sam Harris & Maajid Nawaz Wed, 18 Apr 2018 00:00:00 -0000
- #1106 - Colion Noir Wed, 18 Apr 2018 00:00:00 -0000
- #1105 - Michael Hunter Tue, 17 Apr 2018 00:00:00 -0000
- #1104 - Boyan Slat Mon, 16 Apr 2018 00:00:00 -0000
- JRE MMA Show #23 with Alexander Gustafsson Mon, 16 Apr 2018 00:00:00 -0000
- #1102 - Matt Farah Wed, 11 Apr 2018 00:00:00 -0000
- JRE MMA Show #22 with Bas Rutten Tue, 10 Apr 2018 00:00:00 -0000
- #1101 - Chris & Mark Bell Mon, 09 Apr 2018 00:00:00 -0000
- #1100 - Liz Phair Wed, 04 Apr 2018 00:00:00 -0000
- JRE MMA Show #21 with Brendan Schaub Wed, 04 Apr 2018 00:00:00 -0000
- #1099 - Christopher Ryan Tue, 03 Apr 2018 00:00:00 -0000
- #1098 - Eddie Bravo Mon, 02 Apr 2018 00:00:00 -0000
- JRE MMA Show #20 with Yves Edwards Thu, 29 Mar 2018 00:00:00 -0000
- #1097 - Legion of Skanks Wed, 28 Mar 2018 00:00:00 -0000
- #1096 - Todd Glass Tue, 27 Mar 2018 00:00:00 -0000
- #1095 - T.J. English & Joey Diaz Mon, 26 Mar 2018 00:00:00 -0000
- JRE MMA Show #19 with Vinny Shoreman & Liam Harrison Thu, 22 Mar 2018 00:00:00 -0000
- JRE MMA Show #18 with Pat Miletich Wed, 21 Mar 2018 19:00:00 -0000
- #1094 - Brian Redban Tue, 20 Mar 2018 00:00:00 -0000
- #1092 - Mary Lynn Rajskub Wed, 14 Mar 2018 01:00:00 -0000
- #1091 - Daniele Bolelli Wed, 14 Mar 2018 00:00:00 -0000
- #1090 - Andrew Santino Tue, 13 Mar 2018 00:00:00 -0000
- JRE MMA Show #17 with Yoel Romero & Joey Diaz Mon, 12 Mar 2018 00:00:00 -0000
- #1089 - John Dudley Wed, 07 Mar 2018 00:00:00 -0000
- #1088 - Bryan Callen Tue, 06 Mar 2018 00:00:00 -0000
- JRE MMA Show #16 with Brendan Schaub Tue, 06 Mar 2018 00:00:00 -0000
- #1087 - Sturgill Simpson Mon, 05 Mar 2018 00:00:00 -0000
- #1086 - Rory Albanese Wed, 28 Feb 2018 01:00:00 -0000
- #1085 - Kyle Kulinski Wed, 28 Feb 2018 00:00:00 -0000
- #1084 - Douglas Murray Mon, 26 Feb 2018 00:00:00 -0000
- #1083 - Dom Irrera Thu, 22 Feb 2018 00:00:00 -0000
- #1082 - Greg Fitzsimmons Wed, 21 Feb 2018 00:00:00 -0000
- #1081 - Bret Weinstein & Heather Heying Tue, 20 Feb 2018 00:00:00 -0000
- #1080 - David Goggins Mon, 19 Feb 2018 00:00:00 -0000
- #1079 - Tony Hinchcliffe Thu, 15 Feb 2018 00:00:00 -0000
- JRE MMA Show #15 with Brendan Schaub Tue, 13 Feb 2018 00:00:00 -0000
- #1078 - Jimmy Dore Tue, 13 Feb 2018 00:00:00 -0000
- #1077 - Johann Hari Mon, 12 Feb 2018 00:00:00 -0000
- #1076 - Phil Demers Fri, 09 Feb 2018 00:00:00 -0000
- #1075 - Duncan Trussell Thu, 08 Feb 2018 00:00:00 -0000
- JRE MMA Show #14 with Matt Brown Wed, 07 Feb 2018 00:00:00 -0000
- #1074 - Cameron Hanes Tue, 06 Feb 2018 00:00:00 -0000
- #1073 - Steven Pinker Sun, 04 Feb 2018 00:00:00 -0000
- #1072 - Joey Diaz Thu, 01 Feb 2018 00:00:00 -0000
- #1070 - Jordan Peterson Tue, 30 Jan 2018 00:00:00 -0000
- #1071 - Steven Crowder & NotGay Jared Tue, 30 Jan 2018 00:00:00 -0000
- #1069 - Ben Greenfield Mon, 29 Jan 2018 00:00:00 -0000
- #1068 - Michael Shermer Wed, 24 Jan 2018 00:00:00 -0000
- #1067 - Whitney Cummings Tue, 23 Jan 2018 00:00:00 -0000
- JRE MMA Show #13 with Rose Namajunas & Pat Barry Tue, 23 Jan 2018 00:00:00 -0000
- JRE MMA Show #12 with Ben Askren Mon, 22 Jan 2018 00:00:00 -0000
- #1066 - Mel Gibson & Dr. Neil Riordan Wed, 17 Jan 2018 00:00:00 -0000
- #1065 - Danica Patrick Tue, 16 Jan 2018 00:00:00 -0000
- JRE MMA Show #11 with John Danaher Mon, 15 Jan 2018 00:00:00 -0000
- #1064 - Eddie Huang & Jessica Rosenworcel Mon, 15 Jan 2018 00:00:00 -0000
- Fight Companion - January 14, 2018 Sun, 14 Jan 2018 00:00:00 -0000
- #1063 - Tom Segura Thu, 11 Jan 2018 00:00:00 -0000
- JRE MMA Show #10 with Tyron Woodley Thu, 11 Jan 2018 00:00:00 -0000
- #1062 - Dan Harris & Jeff Warren Wed, 10 Jan 2018 00:00:00 -0000
- #1061 - Tom Papa Tue, 09 Jan 2018 00:00:00 -0000
- #1060 - Remi Warren Thu, 04 Jan 2018 00:00:00 -0000
- JRE MMA Show #9 with Jeff Novitzky Wed, 03 Jan 2018 00:00:00 -0000
- #1059 - Brian Redban Tue, 02 Jan 2018 00:00:00 -0000
- JRE MMA Show #8 with Jimmy Smith Tue, 02 Jan 2018 00:00:00 -0000
- #1058 - Nina Teicholz Thu, 28 Dec 2017 02:00:00 -0000
- #1057 - Eddie Pepitone Thu, 28 Dec 2017 00:00:00 -0000
- #1056 - Dr. Mark Gordon & Andrew Marr Wed, 27 Dec 2017 00:00:00 -0000
- JRE MMA Show #7 with Brendan Schaub & Bryan Callen Tue, 26 Dec 2017 00:00:00 -0000
- JRE MMA Show #6 with Eddie Bravo Tue, 19 Dec 2017 00:00:00 -0000
- #1055 - Bret Weinstein Tue, 19 Dec 2017 00:00:00 -0000
- #1054 - Dr. Rhonda Patrick Mon, 18 Dec 2017 00:00:00 -0000
- #1053 - Neal Brennan Thu, 14 Dec 2017 00:00:00 -0000
- JRE MMA Show #5 with Stipe Miocic Wed, 13 Dec 2017 00:00:00 -0000
- #1051 - Duncan Trussell & Christopher Ryan Tue, 12 Dec 2017 00:00:00 -0000
- #1052 - Mick West Tue, 12 Dec 2017 00:00:00 -0000
- #1050 - Dr. Shawn Baker Thu, 07 Dec 2017 00:00:00 -0000
- #1049 - Chris Stapleton Wed, 06 Dec 2017 00:00:00 -0000
- JRE MMA Show #4 with Justin Wren Wed, 06 Dec 2017 00:00:00 -0000
- #1048 - Doug Stanhope Tue, 05 Dec 2017 00:00:00 -0000
- #1047 - Andy Stumpf Mon, 04 Dec 2017 00:00:00 -0000
- #1046 - Owen Smith Wed, 29 Nov 2017 00:00:00 -0000
- JRE MMA Show #3 with Brendan Schaub Wed, 29 Nov 2017 00:00:00 -0000
- #1045 - Bryan Callen Tue, 28 Nov 2017 00:00:00 -0000
- #1044 - C.T. Fletcher Tue, 28 Nov 2017 00:00:00 -0000
- #1043 - Brian Redban Mon, 27 Nov 2017 00:00:00 -0000
- JRE MMA Show #2 Sat, 25 Nov 2017 00:00:00 -0000
- #1042 - Krystyna Hutchinson & Corinne Fisher Tue, 21 Nov 2017 00:00:00 -0000
- #1041 - Dan Carlin Thu, 16 Nov 2017 00:00:00 -0000
- JRE MMA Show #1 Thu, 16 Nov 2017 00:00:00 -0000
- #1040 - Brian Regan Wed, 15 Nov 2017 00:00:00 -0000
- #1039 - Iliza Shlesinger Tue, 14 Nov 2017 00:00:00 -0000
- #1038 - Billy Corgan Fri, 10 Nov 2017 00:00:00 -0000
- #1037 - Chris Kresser Wed, 08 Nov 2017 00:00:00 -0000
- #1035 - Paul Stamets Tue, 07 Nov 2017 00:00:00 -0000
- UFC Recap w/ Brendan Schaub Mon, 06 Nov 2017 00:00:00 -0000
- #1034 - Sebastian Junger Mon, 06 Nov 2017 00:00:00 -0000
- #1032 - Colin Moriarty Tue, 31 Oct 2017 00:00:00 -0000
- #1031 - Jamie Kilstein Mon, 30 Oct 2017 00:00:00 -0000
- #1030 - Joey Diaz Fri, 27 Oct 2017 00:00:00 -0000
- #1029 - Tom DeLonge Thu, 26 Oct 2017 00:00:00 -0000
- #1028 - Adam Greentree Wed, 25 Oct 2017 00:00:00 -0000
- #1027 - Courtney Dauwalter Tue, 24 Oct 2017 00:00:00 -0000
- #1026 - Brian Redban Mon, 23 Oct 2017 00:00:00 -0000
- Fight Companion - October 21, 2017 Sat, 21 Oct 2017 00:00:00 -0000
- #1025 - Greg Fitzsimmons Wed, 18 Oct 2017 00:00:00 -0000
- #1024 - Bert Kreischer Thu, 12 Oct 2017 00:00:00 -0000
- #1023 - Christina P Wed, 11 Oct 2017 00:00:00 -0000
- #1022 - Eric Weinstein Tue, 10 Oct 2017 00:00:00 -0000
- #1020 - Amy Alkon Thu, 05 Oct 2017 00:00:00 -0000
- #1021 - Russell Brand Thu, 05 Oct 2017 00:00:00 -0000
- #1019 - Bryan Fogel Wed, 04 Oct 2017 00:00:00 -0000
- #1018 - Alonzo Bodden Tue, 03 Oct 2017 00:00:00 -0000
- #1017 - Jim Norton Thu, 28 Sep 2017 00:00:00 -0000
- #1016 - Whitney Cummings Wed, 27 Sep 2017 00:00:00 -0000
- #1015 - Reggie Watts Tue, 26 Sep 2017 00:00:00 -0000
- #1014 - Dave Smith Mon, 25 Sep 2017 00:00:00 -0000
- #1013 - Cameron Hanes Fri, 22 Sep 2017 00:00:00 -0000
- Fight Companion - September 16, 2017 Sat, 16 Sep 2017 00:00:00 -0000
- #1012 - Brendan Schaub Fri, 15 Sep 2017 00:00:00 -0000
- #1011 - Tom Papa Thu, 14 Sep 2017 00:00:00 -0000
- #1010 - Brian Redban Thu, 07 Sep 2017 00:00:00 -0000
- #1009 - James Damore Wed, 06 Sep 2017 00:00:00 -0000
- #1008 - Cody Garbrandt & Urijah Faber Tue, 05 Sep 2017 00:00:00 -0000
- #1007 - Ari Shaffir, Bert Kreischer & Tom Segura Mon, 04 Sep 2017 00:00:00 -0000
- Fight Companion - September 2, 2017 Sat, 02 Sep 2017 00:00:00 -0000
- #1006 - Jordan Peterson & Bret Weinstein Fri, 01 Sep 2017 00:00:00 -0000
- #1005 - Hannibal Buress Wed, 30 Aug 2017 00:00:00 -0000
- #1004 - W. Kamau Bell Tue, 29 Aug 2017 00:00:00 -0000
- Mayweather vs. McGregor Recap with Brendan Schaub Mon, 28 Aug 2017 00:00:00 -0000
- #1003 - Sean Carroll Thu, 24 Aug 2017 00:00:00 -0000
- #1002 - Peter Schiff Wed, 23 Aug 2017 00:00:00 -0000
- #1001 - Mike Baker Mon, 21 Aug 2017 00:00:00 -0000
- #1000 - Joey Diaz & Tom Segura Fri, 18 Aug 2017 00:00:00 -0000
- Fight Breakdown - Mayweather vs. McGregor Wed, 16 Aug 2017 00:00:00 -0000
- #999 - Tom Bilyeu Wed, 16 Aug 2017 00:00:00 -0000
- #997 - Pauly Shore Thu, 10 Aug 2017 00:00:00 -0000
- #996 - Dr. Andy Galpin Wed, 09 Aug 2017 00:00:00 -0000
- #995 - Jon Ronson Tue, 08 Aug 2017 00:00:00 -0000
- #994 - Dom D'Agostino Mon, 07 Aug 2017 00:00:00 -0000
- #993 - Ben Shapiro Wed, 02 Aug 2017 00:00:00 -0000
- #992 - Ian Edwards Tue, 01 Aug 2017 00:00:00 -0000
- #991 - Eddie Bravo Mon, 31 Jul 2017 00:00:00 -0000
- #990 - Jamie Foxx Thu, 27 Jul 2017 00:00:00 -0000
- #989 - Dorian Yates Wed, 26 Jul 2017 00:00:00 -0000
- #988 - Nick Swardson Tue, 25 Jul 2017 00:00:00 -0000
- Ari & Joe Go On A Hike Tue, 18 Jul 2017 00:00:00 -0000
- #987 - Ben O'Brien Thu, 13 Jul 2017 00:00:00 -0000
- #986 - Maynard James Keenan Wed, 12 Jul 2017 00:00:00 -0000
- #985 - Gad Saad Tue, 11 Jul 2017 00:00:00 -0000
- #984 - Yvette d'Entremont Thu, 06 Jul 2017 00:00:00 -0000
- #983 - Natasha Leggero & Moshe Kasher Wed, 05 Jul 2017 00:00:00 -0000
- #982 - Honey Honey Mon, 03 Jul 2017 00:00:00 -0000
- #981 - Josh Barnett Wed, 28 Jun 2017 00:00:00 -0000
- #978 - Judd Apatow Thu, 22 Jun 2017 00:00:00 -0000
- #977 - Jeff Evans & Bud Brutsman Wed, 21 Jun 2017 00:00:00 -0000
- #976 - Morgan Murphy Mon, 19 Jun 2017 00:00:00 -0000
- Podcast In Paradise Fri, 16 Jun 2017 14:57:00 -0000
- #975 - Sebastian Junger Fri, 09 Jun 2017 00:00:00 -0000
- #974 - Megan Phelps-Roper Thu, 08 Jun 2017 01:00:00 -0000
- #973 - Wheeler Walker, Jr. Thu, 08 Jun 2017 00:00:00 -0000
- #972 - Ari Shaffir Wed, 07 Jun 2017 00:00:00 -0000
- #971 - Steven Rinella Tue, 06 Jun 2017 00:00:00 -0000
- Fight Companion - June 3, 2017 Sat, 03 Jun 2017 00:00:00 -0000
- #970 - Bret Weinstein Fri, 02 Jun 2017 00:00:00 -0000
- #969 - Andrew Santino Thu, 01 Jun 2017 00:00:00 -0000
- #968 - Kelly Brogan Wed, 31 May 2017 00:00:00 -0000
- #967 - Bill Burr Tue, 30 May 2017 00:00:00 -0000
- Fight Companion - May 28, 2017 Sun, 28 May 2017 00:00:00 -0000
- #966 - Tom Papa Fri, 26 May 2017 00:00:00 -0000
- #965 - Robert Sapolsky Thu, 25 May 2017 00:00:00 -0000
- #964 - Everlast Wed, 24 May 2017 00:00:00 -0000
- #962 - Jocko Willink Thu, 18 May 2017 00:00:00 -0000
- #961 - Graham Hancock, Randall Carlson & Michael Shermer Tue, 16 May 2017 00:00:00 -0000
- Podcast on a Plane UFC 211 Recap Mon, 15 May 2017 00:00:00 -0000
- #960 - Steve-O Mon, 15 May 2017 00:00:00 -0000
- #959 - Mick West Wed, 10 May 2017 00:00:00 -0000
- #957 - Cameron Hanes Tue, 09 May 2017 00:00:00 -0000
- #958 - Jordan Peterson Tue, 09 May 2017 00:00:00 -0000
- #956 - Guy Ritchie Fri, 05 May 2017 00:00:00 -0000
- #955 - Al Madrigal Thu, 04 May 2017 00:00:00 -0000
- #954 - Justin Brown Wed, 03 May 2017 00:00:00 -0000
- #953 - Shirley Manson Tue, 02 May 2017 00:00:00 -0000
- #952 - Thaddeus Russell Thu, 27 Apr 2017 00:00:00 -0000
- #951 - Dan Doty Wed, 26 Apr 2017 00:00:00 -0000
- #950 - Abby Martin Tue, 25 Apr 2017 00:00:00 -0000
- #949 - Josh Zepps Wed, 19 Apr 2017 00:00:00 -0000
- #947 - Ron Miscavige Tue, 18 Apr 2017 00:00:00 -0000
- #948 - Brendan Schaub & Eddie Bravo Tue, 18 Apr 2017 00:00:00 -0000
- #946 - Dennis McKenna Mon, 17 Apr 2017 00:00:00 -0000
- #945 - Dr. Roddy McGee Wed, 12 Apr 2017 00:00:00 -0000
- #944 - Scott Eastwood & Cameron Hanes Tue, 11 Apr 2017 00:00:00 -0000
- #943 - Moshe Kasher Mon, 10 Apr 2017 00:00:00 -0000
- #942 - Dan Flores Wed, 05 Apr 2017 00:00:00 -0000
- #941 - Greg Fitzsimmons Tue, 04 Apr 2017 00:00:00 -0000
- #940 - Sam Harris & Dan Harris Tue, 04 Apr 2017 00:00:00 -0000
- #939 - Chris Cage Mon, 03 Apr 2017 00:00:00 -0000
- #938 - Lawrence Krauss Tue, 28 Mar 2017 00:00:00 -0000
- #936 - Colin Moriarty Fri, 24 Mar 2017 00:00:00 -0000
- #937 - Justin Wren Fri, 24 Mar 2017 00:00:00 -0000
- #935 - Robb Wolf Thu, 23 Mar 2017 00:00:00 -0000
- #934 - John Dudley Wed, 22 Mar 2017 00:00:00 -0000
- #933 - Julie Kedzie Thu, 16 Mar 2017 00:00:00 -0000
- #932 - TJ Kirk Wed, 15 Mar 2017 00:00:00 -0000
- #931 - Jim Norton Tue, 14 Mar 2017 00:00:00 -0000
- #930 - Will MacAskill Mon, 13 Mar 2017 00:00:00 -0000
- Fight Companion - March 12, 2017 Sun, 12 Mar 2017 00:00:00 -0000
- #929 - Dan Peña Fri, 10 Mar 2017 00:00:00 -0000
- #928 - Arian Foster Wed, 08 Mar 2017 00:00:00 -0000
- #927 - Tom Papa Tue, 07 Mar 2017 00:00:00 -0000
- #926 - Joey Diaz & Alberto Gallazzi Mon, 06 Mar 2017 00:00:00 -0000
- #924 - Rory Albanese Tue, 28 Feb 2017 00:00:00 -0000
- #923 - Whitney Cummings Mon, 27 Feb 2017 00:00:00 -0000
- #922 - Philip DeFranco Fri, 24 Feb 2017 00:00:00 -0000
- #921 - Dominick Cruz Thu, 23 Feb 2017 00:00:00 -0000
- #919 - Neil deGrasse Tyson Tue, 21 Feb 2017 00:00:00 -0000
- #918 - Frank Castillo Fri, 17 Feb 2017 00:00:00 -0000
- #917 - Steven Crowder Wed, 15 Feb 2017 00:00:00 -0000
- #916 - Fight Recap Tue, 14 Feb 2017 00:00:00 -0000
- #915 - Nick DiPaolo Mon, 13 Feb 2017 00:00:00 -0000
- #914 - Ryan Callaghan & Kenton Carruth Wed, 08 Feb 2017 00:00:00 -0000
- #913 - Christopher Ryan Tue, 07 Feb 2017 00:00:00 -0000
- #910 - Gary Vaynerchuk Tue, 31 Jan 2017 00:00:00 -0000
- #909 - Bill Burr Tue, 31 Jan 2017 00:00:00 -0000
- #908 - Leah Remini Mon, 30 Jan 2017 00:00:00 -0000
- Fight Companion - January 29, 2017 Sun, 29 Jan 2017 00:00:00 -0000
- #907 - Mike Baker Fri, 27 Jan 2017 00:00:00 -0000
- #906 - Henry Rollins Thu, 26 Jan 2017 00:00:00 -0000
- #905 - Shane Smith Wed, 25 Jan 2017 00:00:00 -0000
- #904 - Gary Taubes Tue, 24 Jan 2017 02:00:00 -0000
- #903 - Tony Hinchcliffe & Brian Redban Tue, 24 Jan 2017 00:00:00 -0000
- #902 - Live Underground from The Comedy Store Fri, 20 Jan 2017 00:00:00 -0000
- #901 - Dr. Rhonda Patrick Thu, 19 Jan 2017 00:00:00 -0000
- #900 - Joseph Valtellini Wed, 18 Jan 2017 00:00:00 -0000
- Fight Companion - January 15, 2017 Sun, 15 Jan 2017 00:00:00 -0000
- #899 - Bryan Callen Thu, 12 Jan 2017 00:00:00 -0000
- #898 - Bas Rutten & Mauro Ranallo Wed, 11 Jan 2017 00:00:00 -0000
- #896 - CES Review with Young Jamie Tue, 10 Jan 2017 00:00:00 -0000
- #897 - Hunter Maats Tue, 10 Jan 2017 00:00:00 -0000
- #895 - #WhoIsFat - Day 2 Tue, 03 Jan 2017 00:00:00 -0000
- #894 - #WhoIsFat - Day 1 Mon, 02 Jan 2017 00:00:00 -0000
- #893 - Fight Recap Sun, 01 Jan 2017 00:00:00 -0000
- #892 - Greg Fitzsimmons Wed, 28 Dec 2016 00:00:00 -0000
- #891 - Zach Leary Tue, 27 Dec 2016 00:00:00 -0000
- #890 - Fight Breakdown Mon, 26 Dec 2016 00:00:00 -0000
- #889 - Brian Redban Fri, 23 Dec 2016 00:00:00 -0000
- #888 - Ron White Thu, 22 Dec 2016 00:00:00 -0000
- #887 - James Hetfield Fri, 16 Dec 2016 00:00:00 -0000
- #886 - Hank Shaw Thu, 15 Dec 2016 00:00:00 -0000
- #885 - Tom Segura Tue, 13 Dec 2016 00:00:00 -0000
- #884 - Joey Diaz Wed, 07 Dec 2016 00:00:00 -0000
- #883 - Kevin Smith Tue, 06 Dec 2016 00:00:00 -0000
- #882 - Tom Papa Mon, 05 Dec 2016 00:00:00 -0000
- Fight Companion - December 3, 2016 Sat, 03 Dec 2016 00:00:00 -0000
- #881 - Lee Camp Fri, 02 Dec 2016 00:00:00 -0000
- #880 - Jon Jones Thu, 01 Dec 2016 00:00:00 -0000
- #879 - Steven Rinella Wed, 30 Nov 2016 00:00:00 -0000
- #878 - Aubrey Marcus Tue, 29 Nov 2016 00:00:00 -0000
- #877 - Jordan Peterson Mon, 28 Nov 2016 00:00:00 -0000
- #875 - Shannon Briggs Mon, 21 Nov 2016 00:00:00 -0000
- #874 - Scott Adams Thu, 17 Nov 2016 00:00:00 -0000
- #876 - Chris Bell Wed, 16 Nov 2016 02:00:00 -0000
- #873 - Steven Kotler Wed, 16 Nov 2016 00:00:00 -0000
- #872 - Graham Hancock & Randall Carlson Tue, 15 Nov 2016 00:00:00 -0000
- #871 - Brendan Schaub Mon, 14 Nov 2016 00:00:00 -0000
- #870 - Bert Kreischer Wed, 09 Nov 2016 00:00:00 -0000
- End of the World (Live from the Comedy Store) Wed, 09 Nov 2016 00:00:00 -0000
- #869 - Dave Rubin Mon, 07 Nov 2016 00:00:00 -0000
- #868 - John Dudley Fri, 04 Nov 2016 00:00:00 -0000
- #867 - Joey Diaz Mon, 31 Oct 2016 00:00:00 -0000
- #866 - Christine Hassler Tue, 25 Oct 2016 00:00:00 -0000
- #865 - Wim Hof Mon, 24 Oct 2016 00:00:00 -0000
- #864 - Kevin Ross & Gaston Bolanos Mon, 24 Oct 2016 00:00:00 -0000
- Fight Companion - October 21, 2016 Sat, 22 Oct 2016 00:00:00 -0000
- #863 - Duncan Trussell Thu, 20 Oct 2016 00:00:00 -0000
- #862 - Trevor Valle Wed, 19 Oct 2016 00:00:00 -0000
- #861 - Bryan Callen Tue, 18 Oct 2016 00:00:00 -0000
- #860 - Russell Peters Fri, 14 Oct 2016 00:00:00 -0000
- #859 - Brian Redban Thu, 13 Oct 2016 01:00:00 -0000
- #858 - Jesse Ventura Thu, 13 Oct 2016 00:00:00 -0000
- #857 - Dan Bilzerian Wed, 12 Oct 2016 00:00:00 -0000
- Fight Companion - October 8, 2016 Sun, 09 Oct 2016 00:00:00 -0000
- #856 - Tony Hinchcliffe & Young Jamie Wed, 05 Oct 2016 00:00:00 -0000
- #855 - Tom Segura & Christina Pazsitzky Mon, 03 Oct 2016 00:00:00 -0000
- #854 - Louie Simmons Fri, 30 Sep 2016 00:00:00 -0000
- #853 - Adam Greentree Wed, 28 Sep 2016 00:00:00 -0000
- #852 - John Anthony West Tue, 27 Sep 2016 00:00:00 -0000
- #851 - Shane Mauss Mon, 26 Sep 2016 00:00:00 -0000
- #850 - George Perez Thu, 22 Sep 2016 00:00:00 -0000
- #849 - James Kingston Tue, 20 Sep 2016 01:00:00 -0000
- #848 - Bryan Callen Tue, 20 Sep 2016 00:00:00 -0000
- Fight Companion - September 17, 2016 Sat, 17 Sep 2016 00:00:00 -0000
- #847 - Dan Carlin Thu, 15 Sep 2016 00:00:00 -0000
- #846 - Michael Shermer Wed, 14 Sep 2016 00:00:00 -0000
- #845 - TJ Dillashaw, Duane Ludwig & Bas Rutten Mon, 12 Sep 2016 00:00:00 -0000
- #844 - Andreas Antonopoulos Wed, 07 Sep 2016 00:00:00 -0000
- #843 - Tony Hinchcliffe Tue, 06 Sep 2016 00:00:00 -0000
- #842 - Chris Kresser Mon, 05 Sep 2016 00:00:00 -0000
- Fight Companion - September 3, 2016 Sat, 03 Sep 2016 00:00:00 -0000
- #841 - Greg Fitzsimmons Wed, 31 Aug 2016 00:00:00 -0000
- #840 - Donald Cerrone Tue, 30 Aug 2016 00:00:00 -0000
- #839 - Tom Papa Mon, 29 Aug 2016 00:00:00 -0000
- Fight Companion - August 27, 2016 Sat, 27 Aug 2016 00:00:00 -0000
- #838 - Josh Zepps Tue, 23 Aug 2016 01:00:00 -0000
- #837 - Gad Saad Tue, 23 Aug 2016 00:00:00 -0000
- #836 - Hannibal Buress Mon, 22 Aug 2016 00:00:00 -0000
- #835 - Louis Theroux Mon, 22 Aug 2016 00:00:00 -0000
- #834 - Dan Doty Thu, 18 Aug 2016 00:00:00 -0000
- #833 - Brian Redban Thu, 11 Aug 2016 00:00:00 -0000
- #832 - Vinny Shoreman Wed, 10 Aug 2016 00:00:00 -0000
- #831 - Byron Bowers Tue, 09 Aug 2016 00:00:00 -0000
- Fight Companion - August 6, 2016 Sat, 06 Aug 2016 00:00:00 -0000
- #830 - Neal Brennan Wed, 03 Aug 2016 00:00:00 -0000
- #829 - Wayne Federman Tue, 02 Aug 2016 00:00:00 -0000
- #828 - Duncan Trussell Mon, 01 Aug 2016 00:00:00 -0000
- #827 - Twitter Q&A with Joe Fri, 29 Jul 2016 00:00:00 -0000
- #826 - Justin Wren Wed, 27 Jul 2016 01:00:00 -0000
- #825 - Jeremy Stephens Wed, 27 Jul 2016 00:00:00 -0000
- #824 - Bryan Callen Thu, 21 Jul 2016 00:00:00 -0000
- #822 - Chael Sonnen Mon, 11 Jul 2016 00:00:00 -0000
- #823 - Eleanor Kerrigan Mon, 11 Jul 2016 00:00:00 -0000
- #821 & Fight Companion - Joey Diaz Thu, 07 Jul 2016 00:00:00 -0000
- #819 - Brendan Schaub Tue, 05 Jul 2016 00:00:00 -0000
- #818 - Mike Schmidt Mon, 04 Jul 2016 00:00:00 -0000
- #817 - Jason Hairston & Brendan Burns Thu, 30 Jun 2016 00:00:00 -0000
- #816 - Joe Schilling Wed, 29 Jun 2016 00:00:00 -0000
- #815 - Cameron Hanes Tue, 28 Jun 2016 00:00:00 -0000
- #814 - Ari Shaffir Wed, 22 Jun 2016 00:00:00 -0000
- #813 - Shane Dorian Wed, 22 Jun 2016 00:00:00 -0000
- #811 - Jim Breuer Tue, 21 Jun 2016 00:00:00 -0000
- #812 - Russell Brand & Jim Breuer Tue, 21 Jun 2016 00:00:00 -0000
- Fight Companion - June 18, 2016 (Part 1) Sun, 19 Jun 2016 00:00:00 -0000
- Fight Companion - June 18, 2016 (Part 2) Sun, 19 Jun 2016 00:00:00 -0000
- #809 - Aubrey Marcus Tue, 14 Jun 2016 00:00:00 -0000
- #808 - Michael Wood, Jr. Mon, 13 Jun 2016 00:00:00 -0000
- #807 - Gino & AJ, from Speedweed Tue, 07 Jun 2016 00:00:00 -0000
- #806 - Dave Smith Mon, 06 Jun 2016 00:00:00 -0000
- #805 - Steve Hofstetter Thu, 02 Jun 2016 00:00:00 -0000
- #804 - Sam Harris Wed, 01 Jun 2016 00:00:00 -0000
- #803 - Joey Diaz & Lee Syatt Tue, 31 May 2016 00:00:00 -0000
- Fight Companion - May 29, 2016 Mon, 30 May 2016 00:00:00 -0000
- #802 - Tom Papa Thu, 19 May 2016 00:00:00 -0000
- #801 - Gary Johnson Tue, 17 May 2016 00:00:00 -0000
- #800 - Bobcat Goldthwait Tue, 17 May 2016 00:00:00 -0000
- #799 - Brendan Schaub & Bryan Callen Mon, 16 May 2016 00:00:00 -0000
- #798 - Alison Rosen Wed, 11 May 2016 00:00:00 -0000
- #797 - Alex & Allyson Grey Tue, 10 May 2016 00:00:00 -0000
- #796 - Josh Zepps Mon, 09 May 2016 00:00:00 -0000
- #795 - Ian Edwards Fri, 06 May 2016 00:00:00 -0000
- #794 - Miesha Tate Thu, 05 May 2016 00:00:00 -0000
- #793 - Whitney Cummings Wed, 04 May 2016 00:00:00 -0000
- #792 - Lewis, from Unbox Therapy Sat, 30 Apr 2016 00:00:00 -0000
- #791 - Steve Schirripa Tue, 26 Apr 2016 00:00:00 -0000
- #790 - Steve Maxwell Mon, 25 Apr 2016 00:00:00 -0000
- #788 - Brendan Schaub Thu, 21 Apr 2016 00:00:00 -0000
- #789 - Dan Auerbach Thu, 21 Apr 2016 00:00:00 -0000
- #787 - Eddie Huang Tue, 19 Apr 2016 00:00:00 -0000
- #786 - Wheeler Walker, Jr. Mon, 18 Apr 2016 00:00:00 -0000
- #784 - Brian Redban Wed, 13 Apr 2016 00:00:00 -0000
- #785 - Dom Irrera Wed, 13 Apr 2016 00:00:00 -0000
- #783 - John Dudley Tue, 12 Apr 2016 00:00:00 -0000
- #782 - Rick Doblin Thu, 07 Apr 2016 00:00:00 -0000
- #781 - Kevin Rose Tue, 05 Apr 2016 00:00:00 -0000
- #780 - Sturgill Simpson Mon, 04 Apr 2016 00:00:00 -0000
- #779 - Andrew Dice Clay & Joey Diaz Tue, 29 Mar 2016 00:00:00 -0000
- #778 - Ari Shaffir Mon, 28 Mar 2016 00:00:00 -0000
- #777 - Brian Redban Fri, 25 Mar 2016 00:00:00 -0000
- #776 - Adam Cropp Fri, 18 Mar 2016 00:00:00 -0000
- #775 - Greg Fitzsimmons Wed, 16 Mar 2016 00:00:00 -0000
- #774 - Brendan Schaub & Bryan Callen Tue, 15 Mar 2016 00:00:00 -0000
- #773 - Dr. Rhonda Patrick Thu, 10 Mar 2016 00:00:00 -0000
- #772 - Mark & Chris Bell Tue, 08 Mar 2016 00:00:00 -0000
- #771 - Eddie Bravo Mon, 07 Mar 2016 02:00:00 -0000
- #770 - Michael Shermer Mon, 07 Mar 2016 00:00:00 -0000
- #769 - Bert Kreischer Thu, 03 Mar 2016 00:00:00 -0000
- #768 - Ian McCall, Brendan Schaub & Bryan Callen Wed, 02 Mar 2016 00:00:00 -0000
- #767 - Mike Baker Tue, 01 Mar 2016 00:00:00 -0000
- #766 - Gad Saad Thu, 25 Feb 2016 00:00:00 -0000
- #765 - Tovar Cerulli Wed, 24 Feb 2016 00:00:00 -0000
- #763 - Action Bronson Tue, 23 Feb 2016 00:00:00 -0000
- #764 - Duncan Trussell Tue, 23 Feb 2016 00:00:00 -0000
- Fight Companion - February 21, 2016 Sun, 21 Feb 2016 00:00:00 -0000
- #762 - Robin Black Fri, 19 Feb 2016 00:00:00 -0000
- #761 - Bas Rutten Wed, 17 Feb 2016 00:00:00 -0000
- #760 - Doug Duren & Nathan Ihde Tue, 16 Feb 2016 00:00:00 -0000
- #759 - Cameron Hanes Mon, 15 Feb 2016 00:00:00 -0000
- #758 - Tom Papa Tue, 09 Feb 2016 00:00:00 -0000
- #757 - Gary Clark, Jr. Mon, 08 Feb 2016 00:00:00 -0000
- Fight Companion - February 6, 2016 Sat, 06 Feb 2016 00:00:00 -0000
- #756 - Kyle Kingsbury Thu, 04 Feb 2016 20:00:00 -0000
- #755 - Daniele Bolelli Wed, 03 Feb 2016 00:00:00 -0000
- #754 - Brian Redban Tue, 02 Feb 2016 00:00:00 -0000
- #753 - Hannibal Buress Wed, 27 Jan 2016 00:00:00 -0000
- #752 - Mark Sisson Tue, 26 Jan 2016 02:00:00 -0000
- #751 - Doug Stanhope Tue, 26 Jan 2016 00:00:00 -0000
- #749 - Carlos Condit & Erwan Le Corre Wed, 20 Jan 2016 00:00:00 -0000
- #748 - Jenny Johnson Tue, 19 Jan 2016 00:00:00 -0000
- #747 - Tony Hinchcliffe Wed, 13 Jan 2016 00:00:00 -0000
- #745 - Ari Shaffir Mon, 11 Jan 2016 00:00:00 -0000
- #744 - Tom Segura Wed, 06 Jan 2016 00:00:00 -0000
- #743 - Phil Demers Tue, 05 Jan 2016 00:00:00 -0000
- #741 - Joey Diaz Thu, 24 Dec 2015 00:00:00 -0000
- #740 - Thaddeus Russell Wed, 23 Dec 2015 00:00:00 -0000
- #739 - Duncan Trussell & Christopher Ryan Tue, 22 Dec 2015 00:00:00 -0000
- UFC Recap - Brendan Schaub & Eddie Bravo Tue, 22 Dec 2015 00:00:00 -0000
- #738 - Molly Crabapple Wed, 16 Dec 2015 00:00:00 -0000
- #737 - Lance Armstrong Tue, 15 Dec 2015 00:00:00 -0000
- #736 - Brendan Schaub & Bryan Callen Mon, 14 Dec 2015 02:00:00 -0000
- #735 - Peter Boghossian Mon, 14 Dec 2015 00:00:00 -0000
- #734 - Brendan Schaub Thu, 10 Dec 2015 00:00:00 -0000
- #733 - Judah Friedlander Wed, 09 Dec 2015 00:00:00 -0000
- #732 - Whitney Cummings Tue, 08 Dec 2015 00:00:00 -0000
- #731 - Bert Kreischer Thu, 03 Dec 2015 00:00:00 -0000
- #730 - Demetrious Johnson Wed, 02 Dec 2015 00:00:00 -0000
- #729 - Jocko Willink Tue, 01 Dec 2015 00:00:00 -0000
- Fight Companion - November 28, 2015 Sat, 28 Nov 2015 00:00:00 -0000
- #728 - Ceara Lynch Fri, 27 Nov 2015 00:00:00 -0000
- #727 - Bill Burr Tue, 24 Nov 2015 00:00:00 -0000
- #726 - Josh Zepps Mon, 23 Nov 2015 00:00:00 -0000
- #725 - Graham Hancock & Randall Carlson Thu, 19 Nov 2015 00:00:00 -0000
- #724 - Christina Sommers Wed, 18 Nov 2015 00:00:00 -0000
- #723 - Dana White & Tony Hinchcliffe Mon, 16 Nov 2015 00:00:00 -0000
- #722 - Tony Hinchcliffe Fri, 13 Nov 2015 00:00:00 -0000
- #721 - Eddie Bravo Wed, 11 Nov 2015 00:00:00 -0000
- #720 - Tait Fletcher & Andy Stumpf Tue, 10 Nov 2015 00:00:00 -0000
- #719 - Josh Olin Wed, 04 Nov 2015 00:00:00 -0000
- #717 - Steve-O Tue, 03 Nov 2015 00:00:00 -0000
- #718 - Christopher Ryan Tue, 03 Nov 2015 00:00:00 -0000
- #716 - Daniele Bolelli Sat, 31 Oct 2015 00:00:00 -0000
- #715 - Remi Warren Thu, 29 Oct 2015 00:00:00 -0000
- #714 - John Wayne Parr Wed, 28 Oct 2015 00:00:00 -0000
- #713 - Dave Rubin Mon, 26 Oct 2015 00:00:00 -0000
- #712 - Wim Hof Wed, 21 Oct 2015 00:00:00 -0000
- #711 - Brian Redban Tue, 20 Oct 2015 00:00:00 -0000
- #709 - Steven Rinella Thu, 15 Oct 2015 00:00:00 -0000
- #708 - Steven Crowder Wed, 14 Oct 2015 00:00:00 -0000
- #707 - Michael Dowd Tue, 13 Oct 2015 00:00:00 -0000
- #706 - Brendan Schaub & Fight Companion ? (Part 2) Fri, 09 Oct 2015 00:00:00 -0000
- #706 - Brendan Schaub & Fight Companion ? (Part 1) Fri, 09 Oct 2015 00:00:00 -0000
- #705 - Tait Fletcher Tue, 06 Oct 2015 00:00:00 -0000
- #704 - Alonzo Bodden Mon, 05 Oct 2015 00:00:00 -0000
- #703 - Brian Redban Thu, 01 Oct 2015 00:00:00 -0000
- #701 - Honey Honey (Part 1) Mon, 28 Sep 2015 00:00:00 -0000
- #701 - Honey Honey (Part 2) Mon, 28 Sep 2015 00:00:00 -0000
- Fight Companion - Sept. 26, 2015 Sat, 26 Sep 2015 00:00:00 -0000
- #700 - Dr. Mark Gordon & Andrew Marr Fri, 25 Sep 2015 00:00:00 -0000
- #699 - Donald Cerrone Tue, 22 Sep 2015 00:00:00 -0000
- #698 - Dr. Carl Hart Mon, 21 Sep 2015 00:00:00 -0000
- #696 - Lewis, from Unbox Therapy Thu, 17 Sep 2015 00:00:00 -0000
- #697 - Christopher Ryan Thu, 17 Sep 2015 00:00:00 -0000
- #695 - Sebastian Maniscalco Wed, 09 Sep 2015 00:00:00 -0000
- #694 - Jane McGonigal Tue, 08 Sep 2015 00:00:00 -0000
- #693 - Tom Segura Mon, 07 Sep 2015 00:00:00 -0000
- #692 - Jay Leno Thu, 03 Sep 2015 00:00:00 -0000
- #691 - Bryan Callen Tue, 01 Sep 2015 00:00:00 -0000
- #690 - Ronda Rousey & Edmond Tarverdyan Mon, 31 Aug 2015 00:00:00 -0000
- #689 - Abby Martin Tue, 25 Aug 2015 01:00:00 -0000
- #688 - Brian Redban Tue, 25 Aug 2015 00:00:00 -0000
- #687 - Justin Wren Mon, 24 Aug 2015 00:00:00 -0000
- Fight Companion - August 23, 2015 Sun, 23 Aug 2015 00:00:00 -0000
- #686 - Jeff Ross Wed, 19 Aug 2015 00:00:00 -0000
- #685 - Jeff Novitzky Tue, 18 Aug 2015 00:00:00 -0000
- #684 - Brian Redban Mon, 17 Aug 2015 00:00:00 -0000
- #683 - Ethan Nadelmann Thu, 13 Aug 2015 00:00:00 -0000
- #682 - Mark & Chris Bell Wed, 12 Aug 2015 00:00:00 -0000
- #681 - Gad Saad Tue, 11 Aug 2015 00:00:00 -0000
- Fight Companion - August 8, 2015 Sat, 08 Aug 2015 00:00:00 -0000
- #680 - Steven Hassan Fri, 07 Aug 2015 00:00:00 -0000
- #678 - Jonathan Ward Thu, 06 Aug 2015 00:00:00 -0000
- #679 - Barry Crimmins & Bobcat Goldthwait Thu, 06 Aug 2015 00:00:00 -0000
- #677 - Josh Zepps Mon, 03 Aug 2015 00:00:00 -0000
- #676 - Esther Ku Wed, 29 Jul 2015 00:00:00 -0000
- #675 - Kirik Jenness & Chris Palmquist Tue, 28 Jul 2015 00:00:00 -0000
- #673 - Nick DiPaolo & Adam Lowery Wed, 22 Jul 2015 00:00:00 -0000
- #672 - Dr. Rhonda Patrick Tue, 21 Jul 2015 00:00:00 -0000
- #671 - Brendan Schaub & Bryan Callen Thu, 09 Jul 2015 00:00:00 -0000
- #670 - Michael A. Wood, Jr. Wed, 08 Jul 2015 00:00:00 -0000
- #669 - Joey Diaz Tue, 07 Jul 2015 00:00:00 -0000
- #668 - Jon Ronson Mon, 06 Jul 2015 00:00:00 -0000
- #667 - Kurt Metzger Wed, 01 Jul 2015 00:00:00 -0000
- #666 - Duncan Trussell Mon, 29 Jun 2015 00:00:00 -0000
- #665 - Neal Brennan Thu, 25 Jun 2015 00:00:00 -0000
- #663 - Dominic Monaghan Mon, 22 Jun 2015 00:00:00 -0000
- Fight Companion - June 20, 2015 Sat, 20 Jun 2015 00:00:00 -0000
- #662 - Vinny Shoreman Thu, 18 Jun 2015 00:00:00 -0000
- #661 - Rutledge Wood Wed, 17 Jun 2015 00:00:00 -0000
- #660 - Jim Florentine Mon, 15 Jun 2015 00:00:00 -0000
- #659 - Dean Delray Thu, 11 Jun 2015 00:00:00 -0000
- #658 - Greg Fitzsimmons Wed, 10 Jun 2015 00:00:00 -0000
- #657 - Corey Knowlton Mon, 08 Jun 2015 00:00:00 -0000
- Podcast from a Car #2 Sun, 07 Jun 2015 00:00:00 -0000
- #656 - Bryan Callen Sat, 06 Jun 2015 00:00:00 -0000
- #655 - Kevin Folta Thu, 04 Jun 2015 00:00:00 -0000
- #654 - Rich Vos Thu, 28 May 2015 00:00:00 -0000
- #653 - Natasha Leggero Wed, 27 May 2015 00:00:00 -0000
- #652 - Ricky Schroder Mon, 25 May 2015 00:00:00 -0000
- #651 - Jordan Gilbert (c9n0thing) Thu, 21 May 2015 00:00:00 -0000
- #650 - Nick Curson Wed, 20 May 2015 00:00:00 -0000
- #649 - Jonathan Gottschall Mon, 18 May 2015 00:00:00 -0000
- Fight Companion - May 16, 2015 (Part 2) Sat, 16 May 2015 00:00:00 -0000
- Fight Companion - May 16, 2015 (Part 1) Sat, 16 May 2015 00:00:00 -0000
- #648 - Adam Scorgie Thu, 14 May 2015 00:00:00 -0000
- #647 - Dom Irrera Wed, 13 May 2015 00:00:00 -0000
- #646 - Dr. Dan Engle & Aubrey Marcus Mon, 11 May 2015 00:00:00 -0000
- #645 - Joe Schilling Thu, 07 May 2015 00:00:00 -0000
- #644 - Brad WIlliams Wed, 06 May 2015 00:00:00 -0000
- #643 - "Big" Jay Oakerson Mon, 04 May 2015 00:00:00 -0000
- #642 - Rich Roll Fri, 01 May 2015 00:00:00 -0000
- #641 - Sam Harris Wed, 29 Apr 2015 00:00:00 -0000
- #639 - Greg Proops Mon, 27 Apr 2015 00:00:00 -0000
- #638 - Aubrey de Grey Wed, 22 Apr 2015 01:00:00 -0000
- #637 - Remi Warren Wed, 22 Apr 2015 00:00:00 -0000
- #636 - Bryan Callen Mon, 20 Apr 2015 00:00:00 -0000
- #635 - Jim Norton Wed, 15 Apr 2015 00:00:00 -0000
- #634 - Abby Martin Wed, 15 Apr 2015 00:00:00 -0000
- #633 - Alex Winter Mon, 13 Apr 2015 00:00:00 -0000
- Fight Companion - April 11, 2015 (Part 1) Sat, 11 Apr 2015 00:00:00 -0000
- Fight Companion - April 11, 2015 (Part 2) Sat, 11 Apr 2015 00:00:00 -0000
- Podcast from a Car Fri, 10 Apr 2015 00:00:00 -0000
- #632 - Les Stroud Fri, 03 Apr 2015 00:00:00 -0000
- Podcast in a Swedish Hotel Room Thu, 02 Apr 2015 00:00:00 -0000
- #631 - Josh Barnett Fri, 27 Mar 2015 00:00:00 -0000
- #630 - Duncan Trussell Tue, 24 Mar 2015 00:00:00 -0000
- #629 - Andrew Hill, PhD Tue, 24 Mar 2015 00:00:00 -0000
- #628 - Garry Tonon & Eddie Bravo Sat, 21 Mar 2015 00:00:00 -0000
- #627 - Joey Diaz Wed, 18 Mar 2015 00:00:00 -0000
- #626 - Trevor Moore Tue, 17 Mar 2015 00:00:00 -0000
- #625 - Steve Maxwell Mon, 16 Mar 2015 00:00:00 -0000
- #624 - Tom Segura Tue, 10 Mar 2015 00:00:00 -0000
- #623 - Ari Shaffir Mon, 09 Mar 2015 02:00:00 -0000
- #622 - Adam Carolla Mon, 09 Mar 2015 00:00:00 -0000
- #621 - Aubrey Marcus Sat, 07 Mar 2015 00:00:00 -0000
- #620 - Bert Kreischer Wed, 04 Mar 2015 00:00:00 -0000
- #619 - Bryan Callen & Brendan Schaub Tue, 03 Mar 2015 00:00:00 -0000
- #617 - Brian Regan Wed, 25 Feb 2015 00:00:00 -0000
- #618 - Artie Lange Wed, 25 Feb 2015 00:00:00 -0000
- #616 - John Wayne Parr Mon, 23 Feb 2015 00:00:00 -0000
- Fight Companion - February 22, 2015 Sun, 22 Feb 2015 00:00:00 -0000
- #615 - Greg Fitzsimmons Thu, 19 Feb 2015 00:00:00 -0000
- #614 - Christopher Ryan, PhD Thu, 19 Feb 2015 00:00:00 -0000
- #613 - Ms. Pat Mon, 16 Feb 2015 00:00:00 -0000
- Fight Companion - February 14, 2015 Sun, 15 Feb 2015 00:00:00 -0000
- #612 - Billy Corben Wed, 11 Feb 2015 00:00:00 -0000
- #611 - Josh McDermitt Tue, 10 Feb 2015 00:00:00 -0000
- #610 - Brian Cox Mon, 09 Feb 2015 00:00:00 -0000
- #609 - Tom Papa Wed, 04 Feb 2015 02:00:00 -0000
- #608 - Ali Rizvi Wed, 04 Feb 2015 00:00:00 -0000
- #607 - Joe Schilling Tue, 03 Feb 2015 00:00:00 -0000
- #606 - Randall Carlson Mon, 02 Feb 2015 00:00:00 -0000
- #605 - Barry Rothbart Wed, 28 Jan 2015 00:00:00 -0000
- #603 - Justin Wren Mon, 26 Jan 2015 00:00:00 -0000
- #604 - Eddie Huang & Randall Park Mon, 26 Jan 2015 00:00:00 -0000
- #602 - Ari Shaffir & Duncan Trussell Tue, 20 Jan 2015 00:00:00 -0000
- #601 - Katy Bowman Wed, 14 Jan 2015 00:00:00 -0000
- #599 - Shane Smith Tue, 13 Jan 2015 00:00:00 -0000
- #600 - Ari Shaffir Tue, 13 Jan 2015 00:00:00 -0000
- #598 - Joey "CoCo" Diaz Mon, 12 Jan 2015 00:00:00 -0000
- #597 - Magnus Walker & Alex Ross Sat, 10 Jan 2015 00:00:00 -0000
- #596 - Brian Stann Thu, 08 Jan 2015 00:00:00 -0000
- #595 - Nick DiPaolo Tue, 06 Jan 2015 00:00:00 -0000
- #593 - Josh Fox Mon, 29 Dec 2014 00:00:00 -0000
- #592 - Bert Kreischer Tue, 23 Dec 2014 00:00:00 -0000
- #591 - Kevin Pereira Mon, 22 Dec 2014 00:00:00 -0000
- #590 - Ana Kasparian Sat, 20 Dec 2014 00:00:00 -0000
- #589 - Chris Harris Thu, 18 Dec 2014 02:00:00 -0000
- #588 - Philip DeFranco Thu, 18 Dec 2014 00:00:00 -0000
- #587 - Ron Finley Wed, 17 Dec 2014 00:00:00 -0000
- Fight Companion - Dec. 16, 2014 Tue, 16 Dec 2014 00:00:00 -0000
- #586 - Kill Tony Cast - Tony Hinchcliffe, Sara Weinshenk & Kimberly Congdon Thu, 11 Dec 2014 00:00:00 -0000
- #585 - John Heffron Tue, 09 Dec 2014 00:00:00 -0000
- #584 - Zoltan Istvan Mon, 08 Dec 2014 00:00:00 -0000
- #583 - Bill Burr Wed, 03 Dec 2014 00:00:00 -0000
- #581 - Andreas Antonopoulos Mon, 01 Dec 2014 00:00:00 -0000
- #580 - Lewis, from Unbox Therapy Wed, 26 Nov 2014 00:00:00 -0000
- #579 - Rory MacDonald Tue, 25 Nov 2014 01:00:00 -0000
- #578 - Peter McGraw Fri, 21 Nov 2014 00:00:00 -0000
- #577 - Duncan Trussell Tue, 18 Nov 2014 00:00:00 -0000
- #576 - Jim Shockey Mon, 17 Nov 2014 00:00:00 -0000
- #575 - Matt Fulchiron Thu, 13 Nov 2014 00:00:00 -0000
- #574 - Dr. Mark Gordon, Matthew Gosney & Jason Hall Wed, 12 Nov 2014 00:00:00 -0000
- #573 - Daniele Bolelli Tue, 11 Nov 2014 00:00:00 -0000
- #571 - Josh Zepps Mon, 10 Nov 2014 00:00:00 -0000
- #572 - Dom Irrera Mon, 10 Nov 2014 00:00:00 -0000
- #569 - Joe Perry Tue, 28 Oct 2014 00:00:00 -0000
- #568 - Dr. Rhonda Patrick Mon, 27 Oct 2014 00:00:00 -0000
- Fight Companion - October 25, 2014 Sat, 25 Oct 2014 00:00:00 -0000
- #567 - Cameron Hanes Fri, 24 Oct 2014 00:00:00 -0000
- #565 - Trevor Valle Thu, 23 Oct 2014 00:00:00 -0000
- #566 - Sue Aikens Thu, 23 Oct 2014 00:00:00 -0000
- #564 - Sturgill Simpson Mon, 20 Oct 2014 00:00:00 -0000
- #563 - David Choe Thu, 16 Oct 2014 00:00:00 -0000
- #562 - Paul Stanley Wed, 15 Oct 2014 00:00:00 -0000
- #561 - Bruce Damer Tue, 14 Oct 2014 00:00:00 -0000
- #560 - Anthony Cumia Fri, 10 Oct 2014 00:00:00 -0000
- #558 - Honey Honey Fri, 10 Oct 2014 00:00:00 -0000
- #559 - Keith Weber Fri, 10 Oct 2014 00:00:00 -0000
- #557 - Bryan Callen Tue, 07 Oct 2014 00:00:00 -0000
- #556 - Bryan Callen Tue, 30 Sep 2014 00:00:00 -0000
- #555 - Rory Albanese Mon, 29 Sep 2014 00:00:00 -0000
- #554 - W. Kamau Bell Wed, 24 Sep 2014 00:00:00 -0000
- #553 - Thaddeus Russell Tue, 23 Sep 2014 00:00:00 -0000
- #552 - Kid Cudi Mon, 22 Sep 2014 00:00:00 -0000
- Fight Companion - Sept. 20, 2014 Sat, 20 Sep 2014 00:00:00 -0000
- #551 - Graham Hancock Thu, 18 Sep 2014 00:00:00 -0000
- #550 - Rupert Sheldrake Tue, 16 Sep 2014 00:00:00 -0000
- #549 - Big Jay Oakerson Mon, 15 Sep 2014 00:00:00 -0000
- #548 - Tim Burnett Thu, 11 Sep 2014 00:00:00 -0000
- #547 - Joe DeRosa Wed, 10 Sep 2014 00:00:00 -0000
- #546 - Mike Dolce Mon, 08 Sep 2014 00:00:00 -0000
- #545 - Tony Hinchcliffe Thu, 04 Sep 2014 00:00:00 -0000
- #544 - Dom Irrera Wed, 03 Sep 2014 00:00:00 -0000
- #543 - Sam Harris Tue, 02 Sep 2014 00:00:00 -0000
- #542 - Greg Fitzsimmons Thu, 28 Aug 2014 00:00:00 -0000
- #541 - Mike Baker Wed, 27 Aug 2014 00:00:00 -0000
- #540 - Steven Rinella Tue, 26 Aug 2014 00:00:00 -0000
- #539 - Cara Santa Maria Mon, 25 Aug 2014 00:00:00 -0000
- #536 - Joe Quirk Mon, 18 Aug 2014 00:00:00 -0000
- #535 - Scroobius Pip Wed, 13 Aug 2014 00:00:00 -0000
- #534 - Robin Black Wed, 13 Aug 2014 00:00:00 -0000
- #532 - Shooter Jennings Wed, 06 Aug 2014 00:00:00 -0000
- #531 - Nick Youssef Tue, 05 Aug 2014 00:00:00 -0000
- #530 - Vince & Emily Horn, from Buddhist Geeks Mon, 04 Aug 2014 00:00:00 -0000
- #529 - Abby Martin Sat, 02 Aug 2014 00:00:00 -0000
- #528 - Michael Stevens, from VSauce Wed, 30 Jul 2014 00:00:00 -0000
- #527 - Ms. Pat Tue, 29 Jul 2014 00:00:00 -0000
- #526 - Isaac Haxton Tue, 22 Jul 2014 00:00:00 -0000
- #524 - Rickson Gracie & Eddie Bravo Mon, 21 Jul 2014 00:00:00 -0000
- #523 - Jim Norton Thu, 17 Jul 2014 00:00:00 -0000
- Fight Companion - July 16, 2014 Wed, 16 Jul 2014 00:00:00 -0000
- #522 - CJ Werleman Wed, 16 Jul 2014 00:00:00 -0000
- #521 - Lewis, from Unbox Therapy Tue, 15 Jul 2014 00:00:00 -0000
- #519 - Gad Saad Mon, 07 Jul 2014 00:00:00 -0000
- Fight Companion - July 7, 2014 Sun, 06 Jul 2014 00:00:00 -0000
- #518 - Matt Fulchiron Tue, 01 Jul 2014 00:00:00 -0000
- #517 - Crash, from Float Lab (Part 2) Mon, 30 Jun 2014 00:00:00 -0000
- #517 - Crash, from Float Lab Mon, 30 Jun 2014 00:00:00 -0000
- Fight Companion - June 28, 2014 (Part 2) Sun, 29 Jun 2014 00:00:00 -0000
- Fight Companion - June 28, 2014 (Part 1) Sun, 29 Jun 2014 00:00:00 -0000
- #515 - Ari Shaffir (Part 1) Fri, 27 Jun 2014 00:00:00 -0000
- #516 - Lewis, from Unbox Therapy Fri, 27 Jun 2014 00:00:00 -0000
- #515 - Ari Shaffir (Part 2) Fri, 27 Jun 2014 00:00:00 -0000
- #514 - Duke Roufus Thu, 19 Jun 2014 00:00:00 -0000
- #513 - Joey "CoCo" Diaz Wed, 18 Jun 2014 00:00:00 -0000
- JRQE #6 - Duncan Trussell Thu, 12 Jun 2014 00:00:00 -0000
- #511 - Enson Inoue Wed, 11 Jun 2014 00:00:00 -0000
- #510 - Tony Hinchcliffe Tue, 10 Jun 2014 00:00:00 -0000
- #509 - Steve Hilton Tue, 03 Jun 2014 00:00:00 -0000
- #508 - TJ Dillashaw & Duane Ludwig Mon, 02 Jun 2014 00:00:00 -0000
- Fight Companion - May 31, 2014 Sat, 31 May 2014 00:00:00 -0000
- #507 - Bert Kreischer Tue, 27 May 2014 00:00:00 -0000
- #505 - Matt Farah & Alex Ross Thu, 22 May 2014 00:00:00 -0000
- #504 - Steve Maxwell Wed, 21 May 2014 00:00:00 -0000
- #503 - Sam Tripoli Tue, 20 May 2014 00:00:00 -0000
- #502 - Dr. Rhonda Patrick Fri, 16 May 2014 00:00:00 -0000
- #501 - Randall Carlson Thu, 15 May 2014 00:00:00 -0000
- #500 - Doug Stanhope & Tom Rhodes Wed, 14 May 2014 00:00:00 -0000
- #499 - Cenk Uygur Mon, 12 May 2014 00:00:00 -0000
- #498 - Aubrey Marcus Sun, 11 May 2014 00:00:00 -0000
- Fight Companion - May 10, 2014 Sat, 10 May 2014 00:00:00 -0000
- #497 - Tim Kennedy Wed, 07 May 2014 00:00:00 -0000
- #496 - Nick Cutter Tue, 06 May 2014 00:00:00 -0000
- #495 - Ian Edwards Mon, 05 May 2014 00:00:00 -0000
- #494 - Brendan Schaub & Bryan Callen Thu, 01 May 2014 01:00:00 -0000
- #493 - Greg Fitzsimmons Thu, 01 May 2014 00:00:00 -0000
- #492 - Dave Attell Tue, 29 Apr 2014 00:00:00 -0000
- #491 - Steve Maxwell Mon, 28 Apr 2014 00:00:00 -0000
- #490 - Andreas Antonopoulos Tue, 22 Apr 2014 00:00:00 -0000
- #489 - Liam & Dylan Resnekov Mon, 21 Apr 2014 00:00:00 -0000
- #486 - Brendan Schaub & Bryan Callen Tue, 15 Apr 2014 00:00:00 -0000
- #485 - Amy Schumer Mon, 14 Apr 2014 00:00:00 -0000
- #484 - Alexis Ohanian Fri, 11 Apr 2014 00:00:00 -0000
- #483 - Mark Kendall Thu, 10 Apr 2014 00:00:00 -0000
- #482 - Rob MacCachren & Bud Brutsman Wed, 09 Apr 2014 00:00:00 -0000
- #481 - Ari Shaffir Mon, 07 Apr 2014 00:00:00 -0000
- #480 - Duncan Trussell & DJ Douggpound Wed, 02 Apr 2014 00:00:00 -0000
- #479 - Joel Salatin Tue, 01 Apr 2014 00:00:00 -0000
- #478 - Eddie Bravo Mon, 31 Mar 2014 00:00:00 -0000
- #477 - Dennis McKenna & Joshua Wickerham Fri, 28 Mar 2014 00:00:00 -0000
- #476 - Honey Honey Wed, 26 Mar 2014 02:00:00 -0000
- #475 - Adam Carolla Wed, 26 Mar 2014 00:00:00 -0000
- #474 - Hannibal Buress Tue, 25 Mar 2014 00:00:00 -0000
- #473 - Jim Jefferies Mon, 24 Mar 2014 00:00:00 -0000
- #472 - Shane Smith Thu, 20 Mar 2014 00:00:00 -0000
- #470 - Amber Lyon Tue, 18 Mar 2014 00:00:00 -0000
- #471 - Matt Serra Tue, 18 Mar 2014 00:00:00 -0000
- #469 - Dr. Carl Hart Mon, 17 Mar 2014 00:00:00 -0000
- #468 - Duncan Trussell, Christopher Ryan Tue, 11 Mar 2014 00:00:00 -0000
- #467 - Peter Giuliano Mon, 10 Mar 2014 00:00:00 -0000
- #466 - Greg Fitzsimmons Mon, 10 Mar 2014 00:00:00 -0000
- #465 - Greg Proops Wed, 05 Mar 2014 00:00:00 -0000
- #464 - Robert Greene, Aubrey Marcus Tue, 04 Mar 2014 00:00:00 -0000
- #462 - Steven Rinella, Doug Duren, Bryan Callen Wed, 26 Feb 2014 00:00:00 -0000
- #460 - Kron Gracie Mon, 24 Feb 2014 00:00:00 -0000
- #459 - Dr. Rhonda Patrick Thu, 20 Feb 2014 00:00:00 -0000
- #458 - Campbell McLaren Wed, 19 Feb 2014 00:00:00 -0000
- #457 - Ari Shaffir Tue, 18 Feb 2014 00:00:00 -0000
- #456 - Everlast Mon, 17 Feb 2014 00:00:00 -0000
- #455 - Joey "CoCo" Diaz Thu, 13 Feb 2014 00:00:00 -0000
- #453 - Molly Crabapple Tue, 11 Feb 2014 00:00:00 -0000
- #452 - Immortal Technique & Chino XL Mon, 10 Feb 2014 00:00:00 -0000
- #451 - Aubrey Marcus Sat, 08 Feb 2014 00:00:00 -0000
- #450 - Cameron Hanes Fri, 07 Feb 2014 00:00:00 -0000
- #449 - Justin Martindale Tue, 04 Feb 2014 00:00:00 -0000
- #448 - Tom Segura Mon, 03 Feb 2014 00:00:00 -0000
- #447 - Cara Santa Maria Tue, 28 Jan 2014 00:00:00 -0000
- #446 - Andreas Antonopoulos Mon, 27 Jan 2014 00:00:00 -0000
- JRQE #5 - Duncan Trussell Thu, 23 Jan 2014 00:00:00 -0000
- #445 - Peter Schiff Wed, 22 Jan 2014 00:00:00 -0000
- #444 - John Hackleman Tue, 21 Jan 2014 00:00:00 -0000
- #442 - Steven Rinella Fri, 17 Jan 2014 00:00:00 -0000
- #440 - Dom Irrera Tue, 14 Jan 2014 00:00:00 -0000
- #439 - Remi Warren, Dan Doty Mon, 13 Jan 2014 00:00:00 -0000
- #438 - Dr. Mark Gordon Wed, 08 Jan 2014 00:00:00 -0000
- #437 - Scott Sigler Tue, 07 Jan 2014 00:00:00 -0000
- #436 - Stefan Molyneux Mon, 06 Jan 2014 00:00:00 -0000
- #435 - Aubrey Marcus Tue, 31 Dec 2013 00:00:00 -0000
- #434 - Roseanne Barr Mon, 30 Dec 2013 00:00:00 -0000
- #433 - Duncan Trussell, Chris Ryan Tue, 24 Dec 2013 00:00:00 -0000
- #432 - Joey "CoCo" Diaz Mon, 23 Dec 2013 00:00:00 -0000
- #431 - Matt Fulchiron (Part 2) Thu, 19 Dec 2013 00:00:00 -0000
- #431 - Matt Fulchiron (Part 1) Thu, 19 Dec 2013 00:00:00 -0000
- #430 - Shane Smith, Eddie Huang Wed, 18 Dec 2013 00:00:00 -0000
- #429 - Lee Camp Mon, 16 Dec 2013 00:00:00 -0000
- #428 - Tom Segura Tue, 10 Dec 2013 00:00:00 -0000
- #427 - Cliffy B Mon, 09 Dec 2013 02:00:00 -0000
- #426 - Mike Birbiglia Mon, 09 Dec 2013 00:00:00 -0000
- #425 - Phil Demers Wed, 04 Dec 2013 00:00:00 -0000
- #424 - Brody Stevens Tue, 03 Dec 2013 00:00:00 -0000
- #423 - Gene LeBell Mon, 02 Dec 2013 00:00:00 -0000
- #422 - Greg Fitzsimmons Fri, 29 Nov 2013 00:00:00 -0000
- #421 - Christopher Ryan Wed, 27 Nov 2013 00:00:00 -0000
- #420 - Tom Rhodes, Bryan Callen Wed, 20 Nov 2013 00:00:00 -0000
- #419 - Lorenzo Hagerty (Part 1) Tue, 19 Nov 2013 00:00:00 -0000
- #419 - Lorenzo Hagerty (Part 2) Tue, 19 Nov 2013 00:00:00 -0000
- #418 - Jeremy Stephens, Eddie Bravo Mon, 18 Nov 2013 00:00:00 -0000
- #417 - Graham Hancock Wed, 13 Nov 2013 00:00:00 -0000
- #416 - Ana Kasparian Tue, 12 Nov 2013 00:00:00 -0000
- #415 - Justin Foster Mon, 11 Nov 2013 00:00:00 -0000
- #414 - Cmdr. Chris Hadfield Mon, 11 Nov 2013 00:00:00 -0000
- JRQE #4 - Duncan Trussell Sat, 09 Nov 2013 00:00:00 -0000
- #413 - Dan Carlin, Daniele Bolelli Fri, 08 Nov 2013 00:00:00 -0000
- #412 - Maynard James Keenan Tue, 05 Nov 2013 00:00:00 -0000
- JRQE #3 - Duncan Trussell Thu, 31 Oct 2013 00:00:00 -0000
- #410 - Sam Harris Wed, 30 Oct 2013 00:00:00 -0000
- #409 - Patrick Magee Tue, 29 Oct 2013 00:00:00 -0000
- #408 - Todd Glass Mon, 28 Oct 2013 00:00:00 -0000
- JRQE #2 - Dr. Jeff Meldrum, Duncan Trussell Wed, 23 Oct 2013 00:00:00 -0000
- #407 - Eddie Bravo Tue, 22 Oct 2013 00:00:00 -0000
- #406 - Tom Segura, Christina Pazsitzky Mon, 21 Oct 2013 00:00:00 -0000
- JRQE #1 - Duncan Trussell Wed, 16 Oct 2013 00:00:00 -0000
- #405 - Steven Pressfield, Aubrey Marcus Tue, 15 Oct 2013 00:00:00 -0000
- #404 - Greg Proops Mon, 14 Oct 2013 00:00:00 -0000
- #403 - Justin Collett (Part 1) Fri, 11 Oct 2013 00:00:00 -0000
- #403 - Justin Collett (Part 2) Fri, 11 Oct 2013 00:00:00 -0000
- #402 - Bryan Callen Wed, 09 Oct 2013 00:00:00 -0000
- #401 - Doug Benson Tue, 08 Oct 2013 00:00:00 -0000
- #400 - Joey "CoCo" Diaz, Duncan Trussell Fri, 04 Oct 2013 00:00:00 -0000
- #399 - Buck Angel Mon, 30 Sep 2013 00:00:00 -0000
- #398 - Sam Tripoli Thu, 26 Sep 2013 00:00:00 -0000
- #397 - Josh Barnett Tue, 24 Sep 2013 00:00:00 -0000
- #396 - Stefan Molyneux Mon, 23 Sep 2013 00:00:00 -0000
- #395 - Kathleen Madigan Wed, 18 Sep 2013 00:00:00 -0000
- #394 - Matt Fulchiron Tue, 17 Sep 2013 00:00:00 -0000
- #393 - Tom Segura Mon, 16 Sep 2013 00:00:00 -0000
- #392 - David Choe Fri, 13 Sep 2013 00:00:00 -0000
- #391 - Duncan Trussell Tue, 10 Sep 2013 00:00:00 -0000
- #390 - Mac Lethal Mon, 09 Sep 2013 00:00:00 -0000
- #389 - Brian Redban Tue, 03 Sep 2013 00:00:00 -0000
- #388 - Mick West, Bryan Callen Mon, 02 Sep 2013 00:00:00 -0000
- #387 - Everlast Wed, 28 Aug 2013 00:00:00 -0000
- #386 - Joey "CoCo" Diaz Tue, 27 Aug 2013 00:00:00 -0000
- #385 - Duane Ludwig, T.J. Dillashaw Mon, 26 Aug 2013 00:00:00 -0000
- #384 - Ian McCall Tue, 13 Aug 2013 00:00:00 -0000
- #383 - Jim Norton Mon, 12 Aug 2013 00:00:00 -0000
- #382 - Greg Fitzsimmons Thu, 08 Aug 2013 00:00:00 -0000
- #381 - Abby Martin Mon, 05 Aug 2013 00:00:00 -0000
- #380 - Tony Hinchcliffe Fri, 02 Aug 2013 00:00:00 -0000
- #379 - Matt Farah, Tod Mesirow Tue, 30 Jul 2013 00:00:00 -0000
- #378 - Dan Carlin Mon, 29 Jul 2013 00:00:00 -0000
- #377 - Duncan Trussell Wed, 24 Jul 2013 00:00:00 -0000
- #376 - Bryan Callen Tue, 23 Jul 2013 00:00:00 -0000
- #373 - Joey "CoCo" Diaz Tue, 09 Jul 2013 00:00:00 -0000
- #372 - Mariana van Zeller Mon, 08 Jul 2013 00:00:00 -0000
- #371 - Rick Doblin Mon, 01 Jul 2013 00:00:00 -0000
- #370 - Ari Shaffir Sat, 29 Jun 2013 00:00:00 -0000
- #369 - Jason Silva, Duncan Trussell, Ari Shaffir Fri, 21 Jun 2013 00:00:00 -0000
- #367 - Aubrey Marcus Wed, 12 Jun 2013 00:00:00 -0000
- #366 - Bobcat Goldthwait Tue, 11 Jun 2013 00:00:00 -0000
- #365 - Kelly Starrett, Glen Cordoza Fri, 07 Jun 2013 00:00:00 -0000
- #364 - Tom Rhodes Tue, 04 Jun 2013 00:00:00 -0000
- #363 - Everlast Mon, 03 Jun 2013 00:00:00 -0000
- #362 - Eddie Ifft Wed, 29 May 2013 00:00:00 -0000
- #360 - Graham Hancock Thu, 23 May 2013 00:00:00 -0000
- #359 - Alex Grey Tue, 21 May 2013 00:00:00 -0000
- #357 - Daniele Bolelli Thu, 09 May 2013 00:00:00 -0000
- #356 - Dan Hardy Wed, 08 May 2013 00:00:00 -0000
- #355 - Dom Irrera Tue, 07 May 2013 00:00:00 -0000
- #353 - Brian Redban Mon, 29 Apr 2013 00:00:00 -0000
- #352 - Tom Segura Wed, 24 Apr 2013 00:00:00 -0000
- #351 - Georges St. Pierre Tue, 23 Apr 2013 00:00:00 -0000
- #350 - Tony Hinchcliffe Mon, 22 Apr 2013 00:00:00 -0000
- #348 - Steven Rinella, Bryan Callen, Cam Edwards Mon, 15 Apr 2013 00:00:00 -0000
- #347 - Joey Diaz Fri, 12 Apr 2013 00:00:00 -0000
- #346 - Douglas Rushkoff Tue, 02 Apr 2013 00:00:00 -0000
- #345 - Bryan Callen Mon, 01 Apr 2013 00:00:00 -0000
- #343 - Bill Burr Tue, 26 Mar 2013 00:00:00 -0000
- #342 - Christopher Ryan Mon, 25 Mar 2013 00:00:00 -0000
- #341 - Ben Hoffman Wed, 20 Mar 2013 00:00:00 -0000
- #339 - Jacob Ward Mon, 18 Mar 2013 00:00:00 -0000
- #338 - Shane Smith Wed, 13 Mar 2013 00:00:00 -0000
- #337 - Justin Wren Tue, 12 Mar 2013 00:00:00 -0000
- #336 - Scott Sigler Tue, 12 Mar 2013 00:00:00 -0000
- #335 - Bas Rutten Mon, 11 Mar 2013 00:00:00 -0000
- #334 - Dr. Amit Goswami Fri, 08 Mar 2013 00:00:00 -0000
- #333 - David Lee Roth Wed, 06 Mar 2013 00:00:00 -0000
- #332 - Tom Segura Tue, 05 Mar 2013 00:00:00 -0000
- #330 - Eddie Huang Wed, 27 Feb 2013 00:00:00 -0000
- #329 - Duncan Trussell Tue, 26 Feb 2013 00:00:00 -0000
- #328 - Dan Carlin Mon, 25 Feb 2013 00:00:00 -0000
- #327 - Dana White Thu, 21 Feb 2013 00:00:00 -0000
- #326 - Bryan Callen Wed, 20 Feb 2013 00:00:00 -0000
- #325 - James Thompson Tue, 19 Feb 2013 00:00:00 -0000
- #323 - Rick Ross Wed, 06 Feb 2013 00:00:00 -0000
- #322 - Ari Shaffir Tue, 05 Feb 2013 00:00:00 -0000
- #321 - Melissa Etheridge Mon, 04 Feb 2013 00:00:00 -0000
- #319 - Alex Honnold Mon, 28 Jan 2013 00:00:00 -0000
- #318 - Aubrey Marcus, Eddie Brill Wed, 23 Jan 2013 00:00:00 -0000
- #317 - David Choe, Yoshi Obayashi Tue, 22 Jan 2013 00:00:00 -0000
- #316 - Enson Inoue, Chuck Liddell Tue, 22 Jan 2013 00:00:00 -0000
- #315 - Jimmy Smith Mon, 21 Jan 2013 00:00:00 -0000
- #313 - Gregg "Opie" Hughes Tue, 15 Jan 2013 00:00:00 -0000
- #312 - Steve Rinella, Bryan Callen Mon, 14 Jan 2013 00:00:00 -0000
- #311 - Ari Shaffir Thu, 10 Jan 2013 00:00:00 -0000
- #310 - Neil Degrasse Tyson Wed, 09 Jan 2013 00:00:00 -0000
- #309 - Adam Hunter Tue, 08 Jan 2013 00:00:00 -0000
- #308 - Steve Volk Mon, 07 Jan 2013 00:00:00 -0000
- #307 - Bryan Callen Fri, 04 Jan 2013 00:00:00 -0000
- #306 - Christopher Ryan Thu, 03 Jan 2013 00:00:00 -0000
- #305 - Bert Kreischer Wed, 02 Jan 2013 00:00:00 -0000
- #304 - Andrew Dice Clay Thu, 27 Dec 2012 00:00:00 -0000
- #302 - Josh Barnett Mon, 24 Dec 2012 00:00:00 -0000
- #301 - Doug Stanhope Sat, 22 Dec 2012 00:00:00 -0000
- #300 - Joey Diaz Tue, 18 Dec 2012 00:00:00 -0000
- #299 - Honey Honey Mon, 17 Dec 2012 00:00:00 -0000
- #298 - Dennis McKenna Sun, 16 Dec 2012 00:00:00 -0000
- #297 - Dom Irrera Thu, 13 Dec 2012 00:00:00 -0000
- #296 - Mix Master Mike, Russell Peters, Mark Rasta Wed, 12 Dec 2012 00:00:00 -0000
- #295 - Tom Segura, Christina Pazsitzky Tue, 11 Dec 2012 00:00:00 -0000
- #293 - Cara Santa Maria Wed, 05 Dec 2012 00:00:00 -0000
- #292 - Eddie Bravo Thu, 29 Nov 2012 00:00:00 -0000
- #291 - Duncan Trussell Wed, 28 Nov 2012 00:00:00 -0000
- #290 - John McAfee Tue, 27 Nov 2012 00:00:00 -0000
- #289 - Shane Smith Mon, 26 Nov 2012 00:00:00 -0000
- #288 - Greg Proops Thu, 22 Nov 2012 00:00:00 -0000
- #287 - Les Stroud Tue, 20 Nov 2012 00:00:00 -0000
- #286 - Daniele Bolelli Mon, 19 Nov 2012 02:00:00 -0000
- #285 - Tim Ferriss Mon, 19 Nov 2012 00:00:00 -0000
- #284 - Daniel H. Wilson Wed, 14 Nov 2012 00:00:00 -0000
- #283 - Dave Attell Mon, 12 Nov 2012 00:00:00 -0000
- #282 - Peter Duesberg, Bryan Callen Wed, 07 Nov 2012 00:00:00 -0000
- #281 - Bryan Callen Tue, 06 Nov 2012 00:00:00 -0000
- #280 - Philip Coppens Mon, 05 Nov 2012 00:00:00 -0000
- #279 - Duncan Trussell Wed, 31 Oct 2012 00:00:00 -0000
- #278 - Ari Shaffir Mon, 29 Oct 2012 00:00:00 -0000
- #277 - Victor Conte Thu, 18 Oct 2012 00:00:00 -0000
- #274 - Alex Grey Wed, 10 Oct 2012 00:00:00 -0000
- #273 - Amber Lyon Thu, 04 Oct 2012 00:00:00 -0000
- #272 - Duncan Trussell, Joey Diaz, Ian Edwards Wed, 03 Oct 2012 00:00:00 -0000
- #271 - London Real Tue, 02 Oct 2012 00:00:00 -0000
- #270 - Kevin Pereira Wed, 26 Sep 2012 00:00:00 -0000
- #269 - Tait Fletcher Tue, 25 Sep 2012 00:00:00 -0000
- #268 - Joey Diaz Thu, 20 Sep 2012 00:00:00 -0000
- #267 - Mac Danzig Wed, 19 Sep 2012 00:00:00 -0000
- #266 - Rich Roll Tue, 18 Sep 2012 00:00:00 -0000
- #265 - Sam Tripoli, Shane Smith Mon, 17 Sep 2012 00:00:00 -0000
- #264 - Tom Segura Wed, 12 Sep 2012 00:00:00 -0000
- #263 - Kat Von D, Eddie Bravo Mon, 10 Sep 2012 00:00:00 -0000
- #262 - "Freeway" Rick Ross Fri, 07 Sep 2012 00:00:00 -0000
- #261 - Ari Shaffir Thu, 06 Sep 2012 00:00:00 -0000
- #260 - Greg Fitzsimmons Tue, 04 Sep 2012 00:00:00 -0000
- #259 - Mike Birbiglia Thu, 30 Aug 2012 01:00:00 -0000
- #258 - Bryan Callen Thu, 30 Aug 2012 00:00:00 -0000
- #257 - Immortal Technique, Swavey Krokett, DJ GIJOE Tue, 28 Aug 2012 00:00:00 -0000
- #254 - Everlast Thu, 16 Aug 2012 00:00:00 -0000
- #255 - Duncan Trussell Thu, 16 Aug 2012 00:00:00 -0000
- #253 - Andrew Dice Clay, Max Silverstein, Eleanor J. Kerrigan Wed, 15 Aug 2012 00:00:00 -0000
- #252 - Jamie Kilstein Tue, 14 Aug 2012 00:00:00 -0000
- #251 - Bryan Callen Mon, 13 Aug 2012 00:00:00 -0000
- #250 - Joey Diaz Wed, 08 Aug 2012 00:00:00 -0000
- #249 - Bert Kreischer Tue, 07 Aug 2012 00:00:00 -0000
- #248 - Tom Rhodes Thu, 02 Aug 2012 00:00:00 -0000
- #247 - Tito Ortiz Tue, 31 Jul 2012 00:00:00 -0000
- #245 - Robb Wolf Thu, 26 Jul 2012 00:00:00 -0000
- #244 - Immortal Technique Wed, 25 Jul 2012 00:00:00 -0000
- #243 - Honey Honey Tue, 24 Jul 2012 00:00:00 -0000
- #242 - Justin Halpern Thu, 19 Jul 2012 00:00:00 -0000
- #241 - James Bobo Fay Tue, 17 Jul 2012 00:00:00 -0000
- #240 - Aubrey Marcus Mon, 16 Jul 2012 00:00:00 -0000
- #238 - Kevin Pereira Tue, 10 Jul 2012 00:00:00 -0000
- #237 - Tommy Chong Mon, 09 Jul 2012 00:00:00 -0000
- #236 - Eddie Bravo Thu, 05 Jul 2012 00:00:00 -0000
- #235 - Josh Barnett (Part 2) Wed, 04 Jul 2012 00:00:00 -0000
- #235 - Josh Barnett (Part 1) Wed, 04 Jul 2012 00:00:00 -0000
- #234 - Adam Scorgie Sat, 30 Jun 2012 00:00:00 -0000
- #233 - Jim Norton Thu, 28 Jun 2012 00:00:00 -0000
- #231 - Dom Irrera Thu, 21 Jun 2012 00:00:00 -0000
- #230 - Sam Sheridan Tue, 19 Jun 2012 00:00:00 -0000
- #229 - Ari Shaffir Mon, 18 Jun 2012 00:00:00 -0000
- #228 - Bill Burr Wed, 13 Jun 2012 00:00:00 -0000
- #226 - John Anthony West Sat, 09 Jun 2012 00:00:00 -0000
- #225 - Urijah Faber Thu, 07 Jun 2012 00:00:00 -0000
- #224 - Brian Redban Wed, 06 Jun 2012 00:00:00 -0000
- #223 - Bobcat Goldthwait Wed, 30 May 2012 00:00:00 -0000
- #222 - Mike Dolce, Joey Diaz Tue, 29 May 2012 00:00:00 -0000
- #221 - Shane Smith Mon, 28 May 2012 00:00:00 -0000
- #220 - Bert Kreischer Thu, 24 May 2012 00:00:00 -0000
- #219 - Joey Diaz Wed, 23 May 2012 00:00:00 -0000
- #218 - Dom Irrera Tue, 22 May 2012 00:00:00 -0000
- #217 - Michael Ruppert Tue, 15 May 2012 00:00:00 -0000
- #216 - Chael Sonnen Mon, 14 May 2012 00:00:00 -0000
- #215 - Andrew Dice Clay, Max Silverstein Fri, 11 May 2012 00:00:00 -0000
- #214 - Duncan Trussell Tue, 08 May 2012 00:00:00 -0000
- #211 - Ari Shaffir (Part 1) Tue, 01 May 2012 00:00:00 -0000
- #211 - Ari Shaffir (Part 2) Tue, 01 May 2012 00:00:00 -0000
- #212 - Bryan Callen Tue, 01 May 2012 00:00:00 -0000
- #210 - Joey Diaz Thu, 26 Apr 2012 00:00:00 -0000
- #209 - Eddie Ifft Wed, 25 Apr 2012 00:00:00 -0000
- #208 - "Freeway" Rick Ross Tue, 24 Apr 2012 00:00:00 -0000
- #207 - Tom Segura, Christina Pazsitzky Wed, 18 Apr 2012 00:00:00 -0000
- #206 - Eddie Bravo Tue, 17 Apr 2012 00:00:00 -0000
- #205 - Neal Brennan Thu, 12 Apr 2012 00:00:00 -0000
- #204 - Amy Schumer Tue, 10 Apr 2012 00:00:00 -0000
- #203 - Jim Jefferies Sat, 07 Apr 2012 00:00:00 -0000
- #202 - Dom Irrera Thu, 05 Apr 2012 00:00:00 -0000
- #201 - EverLast Tue, 03 Apr 2012 00:00:00 -0000
- #200 - Duncan Trussell Wed, 28 Mar 2012 00:00:00 -0000
- #199 - Joey Diaz Tue, 27 Mar 2012 00:00:00 -0000
- #197 - Ari Shaffir Mon, 19 Mar 2012 00:00:00 -0000
- #196 - Matt Paxton Wed, 14 Mar 2012 00:00:00 -0000
- #195 - Aubrey Marcus Tue, 13 Mar 2012 00:00:00 -0000
- #194 - Jason Silva Mon, 12 Mar 2012 00:00:00 -0000
- #193 - Jim Gaffigan Sun, 11 Mar 2012 00:00:00 -0000
- #192 - Sam Harris Thu, 08 Mar 2012 00:00:00 -0000
- #191 - Honey Honey Tue, 06 Mar 2012 00:00:00 -0000
- #190 - Greg Fitzsimmons Wed, 29 Feb 2012 00:00:00 -0000
- #189 - B-Real Tue, 28 Feb 2012 00:00:00 -0000
- #188 - Amy Schumer Tue, 21 Feb 2012 00:00:00 -0000
- #187 - Daniele Bolelli Mon, 20 Feb 2012 00:00:00 -0000
- #186 - Ari Shaffir Thu, 16 Feb 2012 00:00:00 -0000
- #185 - Tom Segura Tue, 14 Feb 2012 00:00:00 -0000
- #184 - DEADMAU5, Russell Peters, Eddie Bravo Sat, 11 Feb 2012 00:00:00 -0000
- #183 - Jason Silva Thu, 09 Feb 2012 00:00:00 -0000
- #181 - Iliza Shlesinger Wed, 01 Feb 2012 00:00:00 -0000
- #180 - Joey Diaz, Eddie Bravo, Denny Prokopos Tue, 31 Jan 2012 00:00:00 -0000
- #179 - Duncan Trussell Wed, 25 Jan 2012 00:00:00 -0000
- #178 - Joey Diaz Mon, 23 Jan 2012 00:00:00 -0000
- #177 - Hamilton Morris Wed, 18 Jan 2012 00:00:00 -0000
- #175 - Ari Shaffir Tue, 10 Jan 2012 00:00:00 -0000
- #174 - Eddie Bravo, Dr. Steve Graham Mon, 09 Jan 2012 00:00:00 -0000
- #173 - Peter Joseph Fri, 06 Jan 2012 00:00:00 -0000
- #172 - Bryan Callen Tue, 03 Jan 2012 00:00:00 -0000
- #171 - Everlast (Part 2) Wed, 28 Dec 2011 00:00:00 -0000
- #171 - Everlast (Part 1) Wed, 28 Dec 2011 00:00:00 -0000
- #170 - Michael Ruppert Tue, 27 Dec 2011 00:00:00 -0000
- #169 - Brian Redban, Doug Benson, Bert Kreischer, Ari Shaffir, Jason Gillearn Sat, 24 Dec 2011 00:00:00 -0000
- #168 - Ronda Rousey, Eddie Bravo Wed, 21 Dec 2011 00:00:00 -0000
- #167 - Aubrey Marcus Tue, 20 Dec 2011 00:00:00 -0000
- #166 - Duncan Trussell Wed, 14 Dec 2011 00:00:00 -0000
- #165 - Bruce Lipton (Part 1) Tue, 13 Dec 2011 00:00:00 -0000
- #165 - Bruce Lipton (Part 2) Tue, 13 Dec 2011 00:00:00 -0000
- #164 - Shane Smith (Part 2) Tue, 06 Dec 2011 00:00:00 -0000
- #164 - Shane Smith (Part 1) Tue, 06 Dec 2011 00:00:00 -0000
- #163 - Doug Stanhope, Joey Diaz Thu, 01 Dec 2011 00:00:00 -0000
- #162 - Daniele Bolelli Tue, 29 Nov 2011 00:00:00 -0000
- #161 - Bert Kreischer Mon, 28 Nov 2011 00:00:00 -0000
- #160 - Eddie Bravo Thu, 24 Nov 2011 00:00:00 -0000
- #158 - Doug Benson Wed, 16 Nov 2011 00:00:00 -0000
- #157 - Tom Segura, Christina Pazsitzky Tue, 15 Nov 2011 00:00:00 -0000
- #156 - Duncan Trussell Thu, 10 Nov 2011 00:00:00 -0000
- #154 - Sam Tripoli Mon, 07 Nov 2011 00:00:00 -0000
- #153 - Joey Diaz Mon, 31 Oct 2011 00:00:00 -0000
- #151 - Josh McDermitt Tue, 25 Oct 2011 00:00:00 -0000
- #150 - Bryan Callen (Part 1) Mon, 24 Oct 2011 00:00:00 -0000
- #150 - Bryan Callen (Part 2) Mon, 24 Oct 2011 00:00:00 -0000
- #148 - Kevin Pereira Wed, 19 Oct 2011 00:00:00 -0000
- #147 - Duncan Trussell Mon, 17 Oct 2011 00:00:00 -0000
- #146 - Ari Shaffir Thu, 13 Oct 2011 00:00:00 -0000
- #145 - Bert Kreischer Mon, 10 Oct 2011 00:00:00 -0000
- #144 - Eddie Bravo Tue, 04 Oct 2011 00:00:00 -0000
- #143 - Jason "Mayhem" Miller, Ryan Parsons Wed, 28 Sep 2011 00:00:00 -0000
- #141 - Duncan Trussell Sun, 25 Sep 2011 00:00:00 -0000
- #142 - Graham Hancock, Duncan Trussell Sun, 25 Sep 2011 00:00:00 -0000
- #140 - Brendon Walsh (Part 3) Thu, 22 Sep 2011 00:00:00 -0000
- #140 - Brendon Walsh (Part 2) Thu, 22 Sep 2011 00:00:00 -0000
- #140 - Brendon Walsh (Part 1) Thu, 22 Sep 2011 00:00:00 -0000
- #140 - Brendon Walsh (Part 4) Thu, 22 Sep 2011 00:00:00 -0000
- #139 - Duncan Trussell Wed, 14 Sep 2011 00:00:00 -0000
- #138 - Anthony Bourdain Sun, 11 Sep 2011 00:00:00 -0000
- #137 - Tim Ferriss Sat, 10 Sep 2011 00:00:00 -0000
- #136 - Daniel Pinchbeck (Part 3) Thu, 08 Sep 2011 00:00:00 -0000
- #136 - Daniel Pinchbeck (Part 4) Thu, 08 Sep 2011 00:00:00 -0000
- #136 - Daniel Pinchbeck (Part 1) Thu, 08 Sep 2011 00:00:00 -0000
- #136 - Daniel Pinchbeck (Part 2) Thu, 08 Sep 2011 00:00:00 -0000
- #136 - Daniel Pinchbeck (Part 5) Thu, 08 Sep 2011 00:00:00 -0000
- #135 - John Heffron, Joey Diaz Tue, 06 Sep 2011 00:00:00 -0000
- #134 - Kevin Smith (Part 1) Thu, 01 Sep 2011 00:00:00 -0000
- #134 - Kevin Smith (Part 2) Thu, 01 Sep 2011 00:00:00 -0000
- #134 - Kevin Smith (Part 3) Thu, 01 Sep 2011 00:00:00 -0000
- #133 - Charlie Murphy, Freeze Love Wed, 24 Aug 2011 00:00:00 -0000
- #131 - Neal Brennan Wed, 17 Aug 2011 00:00:00 -0000
- #130 - Duncan Trussell Tue, 16 Aug 2011 00:00:00 -0000
- #129 - Ari Shaffir Thu, 11 Aug 2011 00:00:00 -0000
- #127 - Aubrey Marcus (Part 1) Wed, 03 Aug 2011 00:00:00 -0000
- #127 - Aubrey Marcus (Part 2) Wed, 03 Aug 2011 00:00:00 -0000
- #126 - Freddy Lockhart (Part 1) Sun, 31 Jul 2011 00:00:00 -0000
- #126 - Freddy Lockhart (Part 2) Sun, 31 Jul 2011 00:00:00 -0000
- #125 - Giorgio A. Tsoukalos, Eddie Bravo Wed, 27 Jul 2011 00:00:00 -0000
- #124 - Michael Schiavello (Part 1) Sun, 24 Jul 2011 00:00:00 -0000
- #124 - Michael Schiavello (Part 2) Sun, 24 Jul 2011 00:00:00 -0000
- #123 - Tom Segura Wed, 20 Jul 2011 00:00:00 -0000
- #121 - Bryan Callen Mon, 11 Jul 2011 00:00:00 -0000
- #120 - Duncan Trussell Wed, 06 Jul 2011 00:00:00 -0000
- #117 - Eddie Bravo Tue, 28 Jun 2011 00:00:00 -0000
- #115 - Maz Jobrani Mon, 20 Jun 2011 00:00:00 -0000
- #111 - Al Madrigal Mon, 06 Jun 2011 00:00:00 -0000
- #109 - Ari Shaffir Tue, 31 May 2011 00:00:00 -0000
- #106 - Steve Rannazzisi Tue, 10 May 2011 00:00:00 -0000
- #105 - Bryan Callen (Part 2) Mon, 09 May 2011 00:00:00 -0000
- #105 - Bryan Callen (Part 1) Mon, 09 May 2011 00:00:00 -0000
- #104 - Sam Tripoli Wed, 04 May 2011 00:00:00 -0000
- #103 - Duncan Trussell Mon, 02 May 2011 00:00:00 -0000
- #101 - Adam Carolla (Part 1) Tue, 26 Apr 2011 00:00:00 -0000
- #101 - Adam Carolla (Part 2) Tue, 26 Apr 2011 00:00:00 -0000
- #100 - Brian Redban Tue, 19 Apr 2011 00:00:00 -0000
- #99 - Tom Segura Mon, 18 Apr 2011 00:00:00 -0000
- #96 - Kevin Pereira Fri, 08 Apr 2011 00:00:00 -0000
- #95 - Bert Kreischer Tue, 05 Apr 2011 00:00:00 -0000
- #94 - Joey Diaz (Part 2) Thu, 31 Mar 2011 00:00:00 -0000
- #94 - Joey Diaz (Part 3) Thu, 31 Mar 2011 00:00:00 -0000
- #94 - Joey Diaz (Part 1) Thu, 31 Mar 2011 00:00:00 -0000
- #94 - Joey Diaz (Part 4) Thu, 31 Mar 2011 00:00:00 -0000
- #93 - Eddie Bravo (Part 2) Mon, 28 Mar 2011 00:00:00 -0000
- #93 - Eddie Bravo (Part 1) Mon, 28 Mar 2011 00:00:00 -0000
- #90 - Joey Diaz Wed, 16 Mar 2011 00:00:00 -0000
- #89 - Bryan Callen Tue, 15 Mar 2011 00:00:00 -0000
- #87 - Dana DeArmond Tue, 08 Mar 2011 00:00:00 -0000
- #86 - Tom Segura Fri, 04 Mar 2011 00:00:00 -0000
- #85 - Ari Shaffir Tue, 01 Mar 2011 00:00:00 -0000
- #84 - Duncan Trussell Mon, 28 Feb 2011 00:00:00 -0000
- #83 - Bas Rutten Tue, 22 Feb 2011 00:00:00 -0000
- #80 - Joey Diaz, Ari Shaffir Tue, 15 Feb 2011 00:00:00 -0000
- #79 - Jon Lajoie Thu, 10 Feb 2011 00:00:00 -0000
- #78 - Chris Marcus Tue, 08 Feb 2011 00:00:00 -0000
- #77 - Eddie Ifft Thu, 03 Feb 2011 00:00:00 -0000
- #76 - Bobby Lee Tue, 01 Feb 2011 00:00:00 -0000
- #74 - Allison Sciulla Tue, 25 Jan 2011 00:00:00 -0000
- #73 - Bert Kreischer Wed, 19 Jan 2011 00:00:00 -0000
- #71 - Al Madrigal Thu, 13 Jan 2011 00:00:00 -0000
- #70 - Brendon Walsh Tue, 11 Jan 2011 00:00:00 -0000
- #69 - Bryan Callen Wed, 05 Jan 2011 00:00:00 -0000
- #68 - Iliza Schlesinger Tue, 04 Jan 2011 00:00:00 -0000
- #67 - Hal Sparks Thu, 30 Dec 2010 00:00:00 -0000
- #65 - Joey Diaz Tue, 21 Dec 2010 00:00:00 -0000
- #63 - Russell Peters Fri, 17 Dec 2010 00:00:00 -0000
- #62 - Duncan Trussell Wed, 15 Dec 2010 00:00:00 -0000
- #61 - Cliffy B Wed, 08 Dec 2010 00:00:00 -0000
- #60 - Joey Diaz, Ari Shaffir Tue, 07 Dec 2010 00:00:00 -0000
- #59 - Ralphie May Wed, 01 Dec 2010 00:00:00 -0000
- #58 - Jason "Mayhem" Miller Mon, 29 Nov 2010 00:00:00 -0000
- #56 - Johnny Pemberton Tue, 23 Nov 2010 00:00:00 -0000
- #54 - Eddie Bravo Tue, 09 Nov 2010 00:00:00 -0000
- #53 - Freddy Lockhart Tue, 02 Nov 2010 00:00:00 -0000
- #52 - Steve Rannazzisi Thu, 28 Oct 2010 00:00:00 -0000
- #51 - Joey Diaz Tue, 26 Oct 2010 00:00:00 -0000
- #49 - Duncan Trussell Tue, 19 Oct 2010 00:00:00 -0000
- #47 - Michael Schiavello Sat, 09 Oct 2010 00:00:00 -0000
- #46 - Chris Aubrey Marcus (Part 1) Tue, 05 Oct 2010 00:00:00 -0000
- #46 - Chris Aubrey Marcus (Part 2) Tue, 05 Oct 2010 00:00:00 -0000
- #45 - Tom Green Wed, 29 Sep 2010 00:00:00 -0000
- #44 - Todd McCormick (Part 2) Tue, 28 Sep 2010 00:00:00 -0000
- #44 - Todd McCormick (Part 1) Tue, 28 Sep 2010 00:00:00 -0000
- #41 - Ari Shaffir Mon, 13 Sep 2010 00:00:00 -0000
- #39 - Joey Diaz, Eddie Bravo (Part 1) Thu, 02 Sep 2010 00:00:00 -0000
- #39 - Joey Diaz, Eddie Bravo (Part 2) Thu, 02 Sep 2010 00:00:00 -0000
- #38 - Bryan Callen Tue, 31 Aug 2010 00:00:00 -0000
- #37 - Ricky Schroder Tue, 24 Aug 2010 00:00:00 -0000
- #36 - Eddie Bravo Sat, 21 Aug 2010 00:00:00 -0000
- #34 - Doug Benson Tue, 10 Aug 2010 00:00:00 -0000
- #33 - Dane Cook Tue, 03 Aug 2010 00:00:00 -0000
- #32 - Bryan Callen Wed, 28 Jul 2010 00:00:00 -0000
- #31 - Jason "Mayhem" Miller Tue, 20 Jul 2010 00:00:00 -0000
- #30 - Eddie Bravo Wed, 14 Jul 2010 00:00:00 -0000
- #29 - Brian Redban Tue, 06 Jul 2010 00:00:00 -0000
- #28 - Joey Diaz Tue, 29 Jun 2010 00:00:00 -0000
- #26 - Bill Burr Wed, 16 Jun 2010 00:00:00 -0000
- #25 - Joey Diaz Tue, 15 Jun 2010 00:00:00 -0000
- #24 - Eddie Bravo Tue, 08 Jun 2010 00:00:00 -0000
- #23 - Brian Redban Wed, 02 Jun 2010 00:00:00 -0000
- #22 - John Heffron Tue, 25 May 2010 00:00:00 -0000
- #19 - Brian Redban Tue, 04 May 2010 00:00:00 -0000
- #18 - Brian Redban Tue, 27 Apr 2010 00:00:00 -0000
- #17 - Ari Shaffir, Eddie Bravo Wed, 21 Apr 2010 00:00:00 -0000
- #16 - Brian Redban Tue, 13 Apr 2010 00:00:00 -0000
- #15 - Brian Redban Wed, 07 Apr 2010 00:00:00 -0000
- #14 - Brian Redban Sat, 03 Apr 2010 00:00:00 -0000
- #13 - Eddie Bravo Wed, 31 Mar 2010 00:00:00 -0000
- #12 - Joe Rogan Sat, 20 Mar 2010 00:00:00 -0000
- #11 - Ari Shaffir Tue, 09 Mar 2010 00:00:00 -0000
- #10 - Joe Rogan Wed, 03 Mar 2010 00:00:00 -0000
- #9 - Brian Redban (Part 2) Wed, 24 Feb 2010 00:00:00 -0000
- #9 - Brian Redban (Part 1) Wed, 24 Feb 2010 00:00:00 -0000
- #8 - Tom Segura Wed, 10 Feb 2010 00:00:00 -0000
- #7 - Brian Redban Wed, 03 Feb 2010 00:00:00 -0000
- #6 - Brian Redban Thu, 28 Jan 2010 00:00:00 -0000
- #5 - John Heffron, Ari Shaffir (Part 1) Thu, 21 Jan 2010 00:00:00 -0000
- #5 - John Heffron, Ari Shaffir (Part 2) Thu, 21 Jan 2010 00:00:00 -0000
- #3 - Ari Shaffir Wed, 06 Jan 2010 00:00:00 -0000
- #2 - Brian Redban Tue, 29 Dec 2009 00:00:00 -0000
- #1 - Brian Redban Thu, 24 Dec 2009 00:00:00 -0000
The Koe Cast URL | Feed
Every week, I deconstruct one big idea around creative work, human behavior, and mental philosophy while giving you practical insights on how to apply these teachings to your life. Topics we are dedicated to dissecting for you: spirituality, personal growth, psychology, social media, business, health, fitness, philosophy, culture, and everything else that will lead to a life of freedom and happiness.
- Everyone is addicted to being busy. Here's why. Sun, 04 May 2025 15:35:08 GMT
- How To Unf*ck Your Life (Based On Developmental Psychology) Sun, 27 Apr 2025 23:33:16 GMT
- You're Reading Books Wrong (A System To Remember Everything You Read) Sun, 20 Apr 2025 15:59:56 GMT
- The Best New Business Model To Start For Young People (Beginner Guide) Sun, 13 Apr 2025 16:38:01 GMT
- 99% Of Beginners Don't Know How To Use AI (Here's A Full Guide) Tue, 08 Apr 2025 16:32:13 GMT
- How To Actually Make $1 Million With AI Sun, 06 Apr 2025 21:09:00 GMT
- How To Achieve Your Goals So Fast It Feels Like Cheating Sun, 16 Mar 2025 18:16:39 GMT
- How To Learn Anything 10x Faster Than Anyone With AI Sun, 09 Mar 2025 16:06:16 GMT
- How To Change Your Life So Fast It Feels Illegal Sun, 02 Mar 2025 19:13:24 GMT
- How Generalists Win In The Next 10 Years Sun, 23 Feb 2025 22:12:31 GMT
- The Internet Is Dead, And We Killed It Sun, 16 Feb 2025 17:21:34 GMT
- A Full Guide To Making Your First Profitable Product (Beginners, Take Notes) Tue, 11 Feb 2025 16:05:13 GMT
- Why You're Stuck At 0 Followers (Full Guide To Escape Beginner Hell) Sun, 02 Feb 2025 17:14:37 GMT
- The Time Billionaire (A Concept That Will Change Your Life) With Sahil Bloom Thu, 30 Jan 2025 19:05:27 GMT
- Zero Followers To $1 Million To Profitable Startup With John Hu & Vitalii Dodonov Tue, 28 Jan 2025 22:28:00 GMT
- How I Made $6.9 Million Writing 2 Hours A Day Tue, 28 Jan 2025 18:56:27 GMT
- Become An Original Thinker (The Most Powerful Way To Think) Sun, 19 Jan 2025 15:15:41 GMT
- The Fastest Way To Create A New Life (A 12 Month Plan) Sun, 12 Jan 2025 18:38:51 GMT
- "AI Is About To Make You Irrelevant" (How To Get Ahead & Future-Proof Yourself) Sun, 05 Jan 2025 18:07:59 GMT
- This Daily Routine Changed My Life (4 Habits & The Future Of Productivity) Sun, 29 Dec 2024 17:35:40 GMT
- Social Capital: The Currency Of The New Rich Sun, 22 Dec 2024 19:24:24 GMT
- How To Make The Greatest Comeback Of Your Life Sun, 15 Dec 2024 21:52:58 GMT
- The Most Important Skill To Learn In The Next 10 Years With Devon Eriksen Sun, 08 Dec 2024 17:09:07 GMT
- Build A One-Person Business As A Normal Person (From $0 To $10K) Mon, 02 Dec 2024 18:30:59 GMT
- The Meaning Crisis: Why You Feel So Lost In Life Sun, 17 Nov 2024 21:44:50 GMT
- How To Become A Millionaire In Your 20s Sun, 10 Nov 2024 20:31:20 GMT
- The Best One-Person Business For Smart People (2025 & Beyond) Fri, 01 Nov 2024 20:02:26 GMT
- How To Focus 12 Hours A Day On Your Purpose (Fix Low Motivation) Sun, 13 Oct 2024 17:46:58 GMT
- The Death Of The Personal Brand (& The Future Of Creative Work) Sun, 06 Oct 2024 17:06:38 GMT
- The Harsh Truth About Money (And How To Make More, Meaningfully) Sun, 29 Sep 2024 20:49:11 GMT
- 8 Steps To Just Stop Giving A F*ck Sun, 22 Sep 2024 20:05:31 GMT
- The Greatest Skill Of The 21st Century (The Top 1% Exploit This) Sun, 08 Sep 2024 17:09:40 GMT
- The Creator Economy Is A Giant Ponzi Scheme Sun, 01 Sep 2024 16:08:26 GMT
- How To Create Your Niche Of One (In 4 Steps) Sun, 25 Aug 2024 21:25:38 GMT
- The Uncertainty Crisis (Why Most People Feel So Lost) Mon, 19 Aug 2024 00:31:47 GMT
- The Minimalist Productivity System (6 Years Of Work In 6 Months) Sun, 11 Aug 2024 17:33:14 GMT
- This Simple Habit Will Transform Your Life (Reasons To Read) Sun, 04 Aug 2024 18:49:59 GMT
- The Future Of Work (Avoid Learning These Skills) Sun, 28 Jul 2024 23:26:30 GMT
- How To Turn Your Life Into An Addictive Video Game Mon, 22 Jul 2024 14:00:57 GMT
- Learn This Skill If You Want To Be Relevant In 10 Years Sat, 13 Jul 2024 17:55:20 GMT
- How I Became A Millionaire at 26 As A "Writer" Wed, 19 Jun 2024 18:54:45 GMT
- The Power Of Long Walks (15,000 Steps A Day Changed My Life) Sun, 16 Jun 2024 17:36:15 GMT
- If I Started A YouTube Channel From Zero, Here's How I'd Get To 100K Thu, 13 Jun 2024 15:32:14 GMT
- Ideas Are The New Oil (How This Generation Is Getting Rich) Sun, 09 Jun 2024 19:27:19 GMT
- Schools Were Created To Make You A Slave (Entrepreneurship Is Modern Freedom) Thu, 06 Jun 2024 17:44:58 GMT
- Change Your Life In 365 Hours (What To Focus On Every Day) Mon, 03 Jun 2024 22:59:46 GMT
- Nobody is coming to save you Thu, 30 May 2024 16:42:00 GMT
- The Million Dollar Creator - How To Monetize Your Passions Tue, 28 May 2024 15:32:28 GMT
- The Age Of The Generalist (How Interests + Internet + Intelligence = Income) Wed, 22 May 2024 18:23:09 GMT
- Stop Caring So Much (It's Ruining Your Life) Mon, 13 May 2024 22:00:05 GMT
- How To Build An Audience With Zero Followers (6 Beginner Strategies) Sun, 05 May 2024 23:30:42 GMT
- The Best Way To Start A Profitable Online Business (As A Beginner) Sun, 28 Apr 2024 18:30:52 GMT
- How To Focus Like Your Life Depends On It (Even As A Chronic Procrastinator) Mon, 22 Apr 2024 07:11:05 GMT
- Disappear And Come Back Unrecognizable (12 Rules To Change Your Life) Sun, 14 Apr 2024 14:13:15 GMT
- The Future-Proof Individual (Change Who You Are & Secure Your Future) Sun, 31 Mar 2024 17:30:50 GMT
- The Future-Proof Skill Stack (Learn In This Order) Tue, 26 Mar 2024 19:15:21 GMT
- Value Creation: The Secret To Become A Top 1% Individual Sun, 17 Mar 2024 17:56:37 GMT
- You Are Obligated To Get Rich In Your 20's Sun, 03 Mar 2024 18:28:27 GMT
- Zero To $1 Million As A One-Person Business (Working 2-4 Hours A Day) Sun, 25 Feb 2024 19:46:16 GMT
- Disappear For 2-4 Hours A Day (The Millionaire Productivity Routine) Wed, 21 Feb 2024 18:21:25 GMT
- You're Supposed To Feel Overwhelmed (How To Learn Any Skill 10X Faster) Sun, 11 Feb 2024 19:35:57 GMT
- Stop Wasting Your Life On Autopilot (4 Ways To Change Your Future) Sun, 04 Feb 2024 18:34:22 GMT
- This Single Skill Will Set You Up For Life (Ignore Everything Else) Sun, 28 Jan 2024 18:02:08 GMT
- Build These 7 Income Streams & You Will Be Free (Zero Experience To Advanced) Sun, 21 Jan 2024 16:17:18 GMT
- The Art Of Focus – Official Book Summary By The Author Dan Koe Thu, 18 Jan 2024 17:56:19 GMT
- How To Reset Your Life In 7 Days (Make 2024 The Best Year Of Your Life) Mon, 08 Jan 2024 00:49:33 GMT
- The Future Of Work Is Play (How To Create A Digital Career) Sun, 31 Dec 2023 20:12:15 GMT
- You Won’t Be The Same Person In 6 Months (Master Anything, Fast) Sun, 17 Dec 2023 18:50:07 GMT
- The Anti-Niche (Why Becoming Nicheless Makes You Irreplaceable) Sun, 10 Dec 2023 20:16:54 GMT
- How Intelligent Creators Will Make Money In 2024 (The Build Teach Earn Method) Sun, 03 Dec 2023 22:07:36 GMT
- Turn Your Knowledge Into A Business (How To Productize Your Mind) Sun, 26 Nov 2023 20:26:16 GMT
- The Daily Routine That Changed My Life (4 Habits Most People Ignore) Sun, 19 Nov 2023 14:59:44 GMT
- People Dumber Than You Are Getting Rich (The Spirituality Of Money) Mon, 13 Nov 2023 22:02:26 GMT
- The Greatest Skill Of The 21st Century (The Top 1% Exploit This) Sun, 05 Nov 2023 21:27:28 GMT
- My Entire Story: The Untold Truth & Path Of Dan Koe Sun, 29 Oct 2023 21:00:27 GMT
- Why Your Life Sucks (& How To Take Back Control Of It) Sun, 22 Oct 2023 19:32:51 GMT
- How To Grow On Social Media (Even If You Have 0 Followers) Sun, 15 Oct 2023 17:18:42 GMT
- How To Make $1 Million A Year As An Internet Writer Tue, 10 Oct 2023 20:39:05 GMT
- Become More Productive Than 99% Of People (A Dangerous Strategy) Mon, 02 Oct 2023 17:02:26 GMT
- How To Become Intelligent & Highly Paid (Bodybuilding For Your Mind) Sun, 24 Sep 2023 16:49:49 GMT
- Micro Education Businesses Are The Future & How To Start With Zero Dollars Mon, 18 Sep 2023 00:43:29 GMT
- Life Is A Video Game (You Can't Escape The Matrix) Tue, 05 Sep 2023 23:13:07 GMT
- The Cure To A Mediocre Life (Become Multidimensionally Jacked) Wed, 30 Aug 2023 15:02:04 GMT
- Successful People Don't Ask For Advice (Do This Instead) Wed, 23 Aug 2023 22:28:33 GMT
- I Had To Learn These High-Income Skills (If I Wanted To Make Money) Wed, 23 Aug 2023 18:53:26 GMT
- You Aren't Successful Because You Care Too Much (How To Stop) Wed, 09 Aug 2023 03:07:08 GMT
- How To Escape Wage Slavery (Entrepreneurship Is Modern Survival) Tue, 01 Aug 2023 17:03:45 GMT
- A Full Guide To Reinvent Your Life (In 6-12 Months) Tue, 25 Jul 2023 14:48:21 GMT
- The Value Creator (A New Internet Career Path For Intelligent People) Wed, 19 Jul 2023 00:14:02 GMT
- Focus Is A Superpower (Take Back Control Of Your Life) Tue, 11 Jul 2023 22:54:42 GMT
- "Niche Down" Is Terrible Advice (For Smart People) Tue, 04 Jul 2023 18:42:28 GMT
- The One Person Business Model 2.0 (Turn Yourself Into A Business) Sun, 25 Jun 2023 21:54:42 GMT
- If You Want To Make More Money, Work Less (The 4 Hour Workday) Sun, 18 Jun 2023 17:30:45 GMT
- Get Mad At Where You Are In Life (A Deep Explanation) Sun, 11 Jun 2023 23:18:14 GMT
- The Wisdom In Feeling Lost (How To Get Out Of A Rut) Sun, 04 Jun 2023 21:07:20 GMT
- The Creator Economy Is Revolutionary (Few People Will Catch On) Sun, 28 May 2023 19:48:23 GMT
- You Can Change, But It Will Be Painful (How To Recreate Yourself) Sun, 21 May 2023 21:08:46 GMT
- Most People Are NPCs (How To Escape Mediocrity) Mon, 08 May 2023 17:23:40 GMT
- How I Made $800,000 Last Year As A Digital Writer Fri, 05 May 2023 17:00:28 GMT
- Turn Yourself Into A Business (For High Value Individuals) Sun, 30 Apr 2023 17:24:00 GMT
- The New Wave Of Micro Businesses (How To Monetize Your Knowledge) Sun, 23 Apr 2023 18:50:44 GMT
- Self Improvers Are Creating Their Own Careers (The Creator Economy) Sun, 16 Apr 2023 20:41:33 GMT
- Value Creation: The Single Skill That Built My One Person Business Sun, 09 Apr 2023 21:36:57 GMT
- My 5-Minute Reading Habit For Maximum Ideas & Intelligence Sun, 02 Apr 2023 17:10:42 GMT
- Change Your Life In 6 Months (My Deep Work Routine) Sun, 26 Mar 2023 19:00:44 GMT
- The Best Online Business To Make $1 Million In 3-5 Years Sun, 19 Mar 2023 17:22:21 GMT
- Dan Koe & Dickie Bush On One-Person Businesses, Creative Workflows, and Lifestyle Design Thu, 16 Mar 2023 15:52:15 GMT
- The Future Of One-Person Businesses (Take Advantage Now) Sun, 12 Mar 2023 23:44:54 GMT
- Life Is Supposed To Be Difficult (The Way To Mental Mastery) Sun, 05 Mar 2023 15:34:31 GMT
- Happiness Is A Skill (How To Get Out Of A Rut) Sun, 26 Feb 2023 16:35:12 GMT
- Become A Digital Renaissance Man (And Join The New Rich) Sun, 19 Feb 2023 22:36:09 GMT
- How To Network With Millionaires (And Build A Name For Yourself) Tue, 14 Feb 2023 17:33:31 GMT
- Don't Get Replaced By AI (How To Write Authentic Content) Sun, 05 Feb 2023 18:02:21 GMT
- The Most Profitable Niche Is You (Create Your Niche Of One) Sun, 29 Jan 2023 20:16:57 GMT
- Distraction Is The Greatest Trap Of The 21st Century (How To Avoid) Sun, 22 Jan 2023 17:38:00 GMT
- Society Is A Pyramid Scheme (Take Back Control Of Your Life) Thu, 19 Jan 2023 15:54:32 GMT
- How To Do Whatever The Fuck You Want Thu, 12 Jan 2023 21:44:22 GMT
- The $1 Million Dollar Skill Stack (Learn In This Order) Sun, 08 Jan 2023 16:30:08 GMT
- How To Hard Reset Your Life (In 30 Minutes) Sun, 08 Jan 2023 16:17:35 GMT
- The 4-Hour Workday (Focused Work Changed My Life) Sun, 01 Jan 2023 16:38:45 GMT
- How To Get Ahead Of 99% Of People (In 6-12 Months) Sun, 25 Dec 2022 21:58:00 GMT
- The One Person Business Roadmap (99% Make This Mistake) Sun, 18 Dec 2022 19:01:19 GMT
- Life Is A Video Game (Here's How You Win) Sun, 11 Dec 2022 16:00:43 GMT
- You Have A $100,000 Product In Your Head (One Person Business Series) Sun, 04 Dec 2022 15:57:05 GMT
- How I Remember Everything I Learn Sun, 27 Nov 2022 17:49:17 GMT
- The Matrix Is Real (How To Break Free With Your Mind) Sun, 20 Nov 2022 23:57:00 GMT
- Why You Can't "Be Yourself" (The Power Of Being Alone) Sun, 20 Nov 2022 23:50:12 GMT
- 11 Lessons From Growing A 7-Figure One Person Business Sun, 20 Nov 2022 23:38:28 GMT
- The Rise Of The Value Creator (A Career Path For Polymaths & Self-Improvers) Sun, 20 Nov 2022 22:58:18 GMT
- The One-Person Business Model (How To Productize Yourself) Sun, 20 Nov 2022 22:42:48 GMT
- How To Stop Feeling Lost, Anxious, Or Uncertain About The Future Sun, 20 Nov 2022 22:19:30 GMT
- Why Cheap Dopamine Prevents You From Becoming High Value Sun, 20 Nov 2022 22:15:32 GMT
- If You Are High Value, Start A One-Person Business Sun, 20 Nov 2022 22:06:57 GMT
- Why Fear Of Failure Is Destroying Your Future Sun, 20 Nov 2022 21:54:06 GMT
- Why Money Limits Your Potential (By Controlling Your Emotions) Sun, 20 Nov 2022 21:48:47 GMT
- The Key To Stop Feeling Anxious & Overwhelmed Sun, 20 Nov 2022 21:37:19 GMT
- Learn This Skill If You Want To Thrive In The Next 10 Years Sun, 20 Nov 2022 21:27:59 GMT
- The 3-Part Daily Routine For Maximum Productivity Sun, 20 Nov 2022 21:21:19 GMT
- How To Find Your Purpose (By Solving Your Own Problems) Sun, 20 Nov 2022 21:07:59 GMT
- How To Master Your Focus Sun, 20 Nov 2022 20:58:42 GMT
- Why Your Life Isn't Enjoyable Sun, 20 Nov 2022 20:38:26 GMT
- Why You Can't Change (How To Reinvent Yourself) Sun, 20 Nov 2022 20:33:59 GMT
- The Most Profitable, Fulfilling, and Unsaturated Niche As A One Person Business Thu, 20 Oct 2022 22:08:01 GMT
- 98% Of People Get Anxiety For This Little Known Reason Mon, 26 Sep 2022 13:00:22 GMT
- How To Get What You Want Out Of Your Life & Career Mon, 19 Sep 2022 14:00:17 GMT
- This Meta Skill Will Make Or Break Your Career, Business, & Available Opportunities Mon, 12 Sep 2022 13:17:42 GMT
- Your Mind Is A Supercomputer Running The Game Of Life Mon, 05 Sep 2022 15:22:41 GMT
- The Importance Of Making Conscious Choices Wed, 20 Jul 2022 18:07:26 GMT
- The Ultimate Form Of Creativity Through Ordered Consciousness Wed, 29 Jun 2022 13:07:11 GMT
- You Will Never Have Access To Another Person's State Of Mind Wed, 22 Jun 2022 15:54:55 GMT
- The People Who Make The Most Money Don't Do This Sun, 19 Jun 2022 17:52:20 GMT
- How To Create A Life Of Meaning, Money, & Impact Thu, 02 Jun 2022 21:32:28 GMT
- How To Finally Stop Caring What Others Think Thu, 26 May 2022 12:00:42 GMT
- How To Get Into Flow & Intelligent Imitation For Business Success Thu, 19 May 2022 12:00:05 GMT
- My Prediction For The Future Of Creative Work Thu, 12 May 2022 22:27:42 GMT
- How To Navigate Seasons Of Feeling Lost In Life Tue, 10 May 2022 14:03:06 GMT
- What Video Games Can Teach You About Making Life & Business Fun Wed, 06 Apr 2022 14:00:00 GMT
- This Is Why You Are Failing At Online Business (Landing Clients) Wed, 30 Mar 2022 12:49:55 GMT
- How To Become The Hero Of Your Story & Win The Game Of Life Thu, 24 Mar 2022 12:51:35 GMT
- I'm Not Interested In Anything, What Do I Do? Wed, 16 Mar 2022 13:20:08 GMT
- Conscious Decision Making, Pursuing Truth, & The Lifestyle First Approach Wed, 02 Mar 2022 13:56:13 GMT
- My Counterintuitive Approach To Confidence, Happiness, & Productivity Wed, 23 Feb 2022 13:00:00 GMT
- Why You Should Stop Learning If You Want To Make Money Wed, 16 Feb 2022 13:00:00 GMT
- Productive Procrastination, Focus Fasting, & Your Unique System Wed, 09 Feb 2022 13:00:00 GMT
- If You Feel Overwhelmed, Lost, Or Insecure — This Is For You Thu, 03 Feb 2022 13:00:00 GMT
- College Or Business? (My Experience & The Fast Track To 6 Figures Online) Tue, 01 Feb 2022 13:00:00 GMT
- Being Honest With Yourself & The Massive Potential For Becoming A Creator Wed, 26 Jan 2022 17:37:25 GMT
- Cold Email Wizard Shows How To Create An Irresistible Offer Regardless Of Niche Mon, 24 Jan 2022 13:00:00 GMT
- How To Join The Creator Economy (The Self-Sufficient Utopia) Fri, 21 Jan 2022 13:00:00 GMT
- Life’s Cycles Of Intensity & How To Be A Skeptic Wed, 19 Jan 2022 13:00:00 GMT
- Ryan Dreyer Talks Sustainable Health, Cardio, & Nutrition Systems Mon, 17 Jan 2022 13:00:00 GMT
- Why Personal Growth Is All That Matters In Life Fri, 14 Jan 2022 13:00:00 GMT
- Use This Psychological Concept To Make Better Decisions Wed, 12 Jan 2022 13:00:00 GMT
- Dickie Bush Stresses Why & How You Need To Build Digital Leverage Mon, 10 Jan 2022 15:03:42 GMT
- Do This When You Feel Lost, Uncertain, Or Directionless Wed, 05 Jan 2022 12:00:00 GMT
- Tim Denning Shows How He Quit His Job To Write Full Time Mon, 03 Jan 2022 12:00:00 GMT
- Why Productivity Advice Is Ruining Your Life Fri, 31 Dec 2021 12:00:00 GMT
- 2021 Was The Greatest Year Of Our Lives Wed, 29 Dec 2021 12:00:00 GMT
- John Constas Warns About Mainstream Health Advice (& How It's Making You Sick) Mon, 27 Dec 2021 14:37:26 GMT
- Contradicting Yourself Is A Metric Of Growth (Me Contradicting Myself) Fri, 24 Dec 2021 13:00:00 GMT
- Making Small Lifestyle Changes For Massive Results Wed, 22 Dec 2021 13:00:00 GMT
- Justin Welsh Shows You How To Start & Grow A One-Person Business Mon, 20 Dec 2021 13:00:00 GMT
- How To Win In A Society That Has Set You Up To Fail Fri, 17 Dec 2021 13:00:00 GMT
- The Raw Power Of Saying "No" Wed, 15 Dec 2021 13:00:00 GMT
- Zack Kusnir Gives You The Truth Behind The Keto Diet Mon, 13 Dec 2021 13:00:00 GMT
- How To Focus In A World Of Distractions Fri, 10 Dec 2021 13:00:00 GMT
- Overcoming Your Fear Of Self-Promotion Wed, 08 Dec 2021 13:00:00 GMT
- Dakota Robertson On Adopting A "F*ck It" Mentality Mon, 06 Dec 2021 13:00:00 GMT
- Finding Your Strengths, Staying Focused, & Starting A Business Fri, 03 Dec 2021 13:00:00 GMT
- The Key To Maintaining Your Progress Over The Holidays Wed, 01 Dec 2021 13:00:00 GMT
- Zaid Dahhaj Unveils The Path To Seamless Discipline Mon, 29 Nov 2021 13:00:00 GMT
- Don't Make These Weight Loss & Muscle Gain Mistakes Fri, 26 Nov 2021 14:00:00 GMT
- How Alcohol Eliminates The Chance Of Reaching Your Goals Tue, 23 Nov 2021 13:00:00 GMT
- Randall Kanna Gives You The Roadmap To A Self-Taught Developer Job In 3 Months Mon, 22 Nov 2021 13:00:00 GMT
- The Perfect Low-Risk Zero-Cost Online Business Model Fri, 19 Nov 2021 13:00:00 GMT
- The Power Of Micro Goals For Getting Into Flow Wed, 17 Nov 2021 13:00:00 GMT
- JK Molina Talks Writing Flows, F*ck You Money, and Building A Software Business Mon, 15 Nov 2021 13:00:00 GMT
- You Are Living Someone Else's Life Fri, 12 Nov 2021 13:00:00 GMT
- How To Cultivate A Worry Free Mind Wed, 10 Nov 2021 13:00:00 GMT
- Oliver Anwar Shows Busy People How To Live A Fit & Fulfilling Lifestyle Mon, 08 Nov 2021 13:00:00 GMT
- Enlightenment... You're Doing It Wrong Fri, 05 Nov 2021 13:00:00 GMT
- Stop Taking Things Personally By Avoiding This Wed, 03 Nov 2021 13:00:00 GMT
- How Sean Anthony Lost $100K, Built An Audience, & Landed His First Client Mon, 01 Nov 2021 13:00:00 GMT
- For Those That Can't Stand The Thought Of A Mediocre Life Fri, 29 Oct 2021 13:00:00 GMT
- The Little Known Ingredient That Could Be Destroying Your Health With Analyze & Optimize Wed, 27 Oct 2021 13:00:00 GMT
- The Vessel For Not Giving A F*ck Tue, 19 Oct 2021 13:00:00 GMT
- Save Your Sons On The Need For High Value Men Mon, 18 Oct 2021 13:00:00 GMT
- Does A Lot Of Followers Mean A Lot Of Money? Wed, 13 Oct 2021 16:00:00 GMT
- Jeff Putnam - From Homeless To Writing For A Living Mon, 11 Oct 2021 16:00:00 GMT
- Eat Like This If You Want To Be Healthy Wed, 06 Oct 2021 16:00:00 GMT
- The Power Of Good Communication Wed, 22 Sep 2021 16:00:00 GMT
- Stephen Timoney On Forging Your Own Path To Success Mon, 20 Sep 2021 16:00:00 GMT
- One Simple Trick To Get Out Of A Bad Mood Fri, 17 Sep 2021 15:30:48 GMT
- Stop trying To "Find" Your Passion, Create It, Then Monetize It Wed, 15 Sep 2021 16:00:00 GMT
- Jay Croft On The Crossovers Of Mindfulness, Photography, & Online Business Mon, 13 Sep 2021 16:00:00 GMT
- The 3 Mental Hurdles That All Entrepreneurs Must Overcome Wed, 08 Sep 2021 16:00:00 GMT
- David Mendes - Life Is A Video Game, Here's How You Play It Mon, 06 Sep 2021 14:33:45 GMT
- The Top 3 Mistakes Beginner Online Business Owners Make Fri, 03 Sep 2021 16:00:00 GMT
- How Systems Thinking Can Accelerate Your Personal And Business Growth Wed, 01 Sep 2021 16:00:00 GMT
- Dan Go On Finding Purpose By Trusting Your Intuition (And Some Psychedelics) Mon, 30 Aug 2021 16:00:00 GMT
- The 3 Steps To Getting Into Deep Work Fri, 27 Aug 2021 17:25:53 GMT
- How To Choose A Profitable Niche In Online Business Wed, 25 Aug 2021 16:00:00 GMT
- Rob Lipsett On Balancing Degeneracy, Fitness, & Entrepreneurship Mon, 23 Aug 2021 12:51:41 GMT
- How To Stop Caring So Much Fri, 20 Aug 2021 16:00:00 GMT
- The 3 Step Process That Eliminates Stress On Demand Wed, 11 Aug 2021 16:00:00 GMT
- Danny Miranda On Loving Yourself, Meditation Routines, And The Creator Economy Mon, 09 Aug 2021 16:00:00 GMT
- The Best Morning Routine For Maximum Energy & Productivity Wed, 04 Aug 2021 16:00:00 GMT
- Path To Manliness On How A Daily Writing Habit Can Change Your Life Mon, 02 Aug 2021 16:00:00 GMT
- Stop Letting Others Live In Your Head Rent Free Wed, 28 Jul 2021 15:15:24 GMT
- Eddy Quan On Turning Yourself Into A High Profit Online Business Mon, 19 Jul 2021 19:43:52 GMT
- The First Step To Actualizing Your Potential Thu, 15 Jul 2021 20:08:16 GMT
- King David Shows You How Porn Addiction Is Ruining Your Life Mon, 12 Jul 2021 16:00:00 GMT
- How Joey Quit His Job As A Software Engineer Through Online Business Wed, 30 Jun 2021 16:00:00 GMT
- How 16-Year-Old Niti Sarran Sold $43,000 Of Digital Products on Instagram Mon, 28 Jun 2021 16:33:09 GMT
- The Art of Purpose On Quitting Your Job With Twitter Mon, 21 Jun 2021 14:47:23 GMT
- Joey Devlin On Finding Passion & Purpose By Transforming Your Body & Mind Mon, 14 Jun 2021 17:23:46 GMT
- Jimmy Grant On Traveling The World As An EDM Producer & DJ Mon, 31 May 2021 22:27:48 GMT
- How Aaron Will Makes $10,000/month By Leveraging The Internet Mon, 24 May 2021 13:02:15 GMT
- Andy Strohm’s Lessons Learned From $70 Million In Sales Mon, 17 May 2021 01:08:07 GMT
- Jack Peach On Attracting High Quality Women Without The Gimmicks Mon, 10 May 2021 19:50:52 GMT
- JK Molina On Earning 6 Figures By Writing Tweets In A 3rd World Country Mon, 03 May 2021 01:46:20 GMT
- Zaid K. Dahhaj On Holistic Personal Development Being The Only Worthwhile Pursuit Mon, 26 Apr 2021 00:26:00 GMT
- Joey Doughty On How You Are Not The Sum Of Your 5 Friends Mon, 19 Apr 2021 03:48:30 GMT
https://api.substack.com/feed/podcast/462466.rss Feed
http error: 403 Forbidden
The Megyn Kelly Show URL | Feed
The Megyn Kelly Show is your home for open, honest and provocative conversations with the most interesting and important political, legal and cultural figures today. No BS. No agenda. And no fear.
- Prince Harry's Hypocrisy in New BBC Interview, and Meghan's Fawning Podcast Appearance, with Dan Wootton | Ep. 1066 Wed, 7 May 2025 00:00:00 +0000
- Vulgar Met Gala, Jen Psaki's Cover-up Lies, and Trump vs. Harvard, with Stu Burguiere and Kevin Roberts | Ep. 1065 Tue, 6 May 2025 20:24:18 +0000
- Trump’s Cartel Crackdown Offer, Possible Alcatraz Reopening, Antarctic Ice Increases: AM Update 5/6 Tue, 6 May 2025 10:00:00 +0000
- Met Gala Goes Racial, Media's False Trump NBC Narrative, and Affirmative Action Myth, with Andrew Klavan and Jason Riley | Ep. 1064 Mon, 5 May 2025 19:29:18 +0000
- Trump On Potential MAGA Successors, Fetterman Hit Piece, Prince Harry Loses In Court: AM Update 5/5 Mon, 5 May 2025 10:00:00 +0000
- Michelle Obama's New White House Complaints, and "Blonde Origin" Premieres, with Mike Rowe and the MK Media Hosts | Ep. 1063 Fri, 2 May 2025 19:22:55 +0000
- Waltz Out Amid Security Counsel Shakeup, Bombshell HHS Report on Gender Treatments: AM Update 5/2 Fri, 2 May 2025 10:00:00 +0000
- New Details on Bill Belichick’s Controversial Relationship, Mike Waltz Out at NSC, Meghan Markle’s Strange Podcast Interview, with Dave Portnoy | Ep. 1062 Thu, 1 May 2025 19:30:06 +0000
- Tulsi Gabbard on Investigating the Leaks, Fighting the Deep State, and Whether She'll Run in 2028 | Ep. 1061 Thu, 1 May 2025 10:00:00 +0000
- Maureen Callahan on Maria Shriver, Mark Halperin with Ted Cruz - MK Media Week One Highlights Wed, 30 Apr 2025 18:00:00 +0000
- Trump's 100th Day Rally, PELOSI Act Targets Stock Trading, Kamala Returns: AM Update 4/30 Wed, 30 Apr 2025 10:00:00 +0000
- Tucker Carlson on Michelle Obama, Newsom and AOC, and Fentanyl Crisis in America, with Billy Baldwin and Dr. Robert Marbut | Ep. 1060 Tue, 29 Apr 2025 19:46:20 +0000
- Trump’s Historic Border Crackdown, First 100 Days Media Tour, Eagles at White House: AM Update 4/29 Tue, 29 Apr 2025 10:00:00 +0000
- Media's Sad and Smug Celebration, Gaslighting on Immigration, and Bizarre Belichick Interview, with Emily Jashinsky and Eliana Johnson | Ep. 1059 Mon, 28 Apr 2025 19:21:56 +0000
- New Details About Cause of Helicopter-Plane Crash, Trump and Zelensky Face-To-Face: AM Update 4/28 Mon, 28 Apr 2025 10:00:00 +0000
- Exclusive: Alleged Pentagon "Leaker" Colin Carroll Speaks Out About Life Inside DOD, Hegseth's Leadership, and to Dispute Allegations | Ep. 1058 Sat, 26 Apr 2025 11:00:00 +0000
- Megyn's Time 100 Recap, Trump's Board of Directors, and Dems' Sagging Poll Numbers, with Mark Halperin | Ep. 1057 Fri, 25 Apr 2025 19:21:05 +0000
- Trump Pushes for Peace, DNC Civil War Over Hogg, Michelle's Inauguration Excuse: AM Update 4/25 Fri, 25 Apr 2025 10:00:00 +0000
- 60 Minutes' Failures, Michelle Obama's New Complaints, and Abrego Garcia Truth, with Glenn Greenwald and Will Chamberlain | Ep. 1056 Thu, 24 Apr 2025 19:23:19 +0000
- Trump's China Decision, Potential Tax Increase For Rich, Elon Steps Back from DOGE: AM Update 4/24 Thu, 24 Apr 2025 10:00:00 +0000
- Megyn's Response to Clooney, Hegseth Saga Gets Personal, and Stopping Alzheimer's, with Rich Lowry, MBD, and Dr. Dale Bredesen | Ep. 1055 Wed, 23 Apr 2025 19:05:31 +0000
- Hegseth Goes On Offense, SCOTUS Arguments on LGBT Curriculum, FDA Fights Food Dyes: AM Update 4/23 Wed, 23 Apr 2025 10:00:00 +0000
- Truth About Hegseth Smears and Leak Firings, and Shocking Details of Ellen Greenberg Case, with Steve Bannon and Nancy Grace | Ep. 1054 Tue, 22 Apr 2025 19:36:47 +0000
- Vatican Prepares for Conclave, WH Says Hegseth Safe, IRS Commissioner Removed: AM Update 4/22 Tue, 22 Apr 2025 10:00:00 +0000
- Remembering Pope Francis’ Life and Legacy, Reality of Trump’s Tariff Policies, and Media Lies, with Kevin O’Leary and David Zweig | Ep. 1053 Mon, 21 Apr 2025 19:34:40 +0000
- The Case for Abolishing the Department of Education, Truth About Trump's Tariff Plan: AM Update 4/21 Mon, 21 Apr 2025 10:00:00 +0000
- Meghan Markle's "Founder" Absurdity, Michelle Trashes Barack Again, and Launching "The Nerve," with Maureen Callahan | Ep. 1052 Fri, 18 Apr 2025 19:21:08 +0000
- Dems Ignore Garcia Reality, Karmelo Anthony Family Speaks Out, Bernie Flies Private: AM Update 4/18 Fri, 18 Apr 2025 10:00:00 +0000
- Fighting the Swamp and Conflicts of Interest, Truth About DOGE Cuts, and Finding Autism Cause, with FDA Commissioner Dr. Marty Makary | Ep. 1051 Thu, 17 Apr 2025 18:00:00 +0000
- Bombshell New Info About Garcia, Boasberg’s Attempted Power Grab, RFK's Autism Fight: AM Update 4/17 Thu, 17 Apr 2025 10:00:00 +0000
- Blue Origin "Mission" Brutally Mocked, and Defamation Case Against NBC, with Batya Ungar-Sargon and Stacey Evans | Ep. 1050 Wed, 16 Apr 2025 19:49:43 +0000
- Rachel Morin's Killer Convicted, Trump Moves to Defund PBS and NPR, Biden Returns: AM Update 4/16 Wed, 16 Apr 2025 10:00:00 +0000
- Media's False "Maryland Dad" Narrative and Left's Spin on Illegal Gang Members, with Steve Deace, Delano Squires, and Joseph Massey | Ep. 1049 Tue, 15 Apr 2025 18:00:00 +0000
- Arsonist Arrested for Targeting PA Gov, Bukele's WH Visit, Blue Origin's Quick Trip: AM Update 4/15 Tue, 15 Apr 2025 10:00:00 +0000
- Horrifying CNN Celebration of Luigi, Sanchez in Space, and Maher's White House Trip, with Walter Kirn and Matt Taibbi | Ep. 1048 Mon, 14 Apr 2025 19:33:29 +0000
- World Leaders Line Up to Negotiate, Trump Ovation at UFC, Cognitive Test Results: AM Update 4/14 Mon, 14 Apr 2025 10:00:00 +0000
- Weinstein's New Trial, New Lively Questions, and Meghan Markle's Grift, with Tim Dillon, Arthur Aidala, and Mark Eiglarsh | Ep. 1047 Fri, 11 Apr 2025 19:15:54 +0000
- Ballerina Home from Russian Prison, RFK Autism Announcement, Shower Exec Order: AM Update 4/11 Fri, 11 Apr 2025 10:00:00 +0000
- American Freed by Trump, John Oliver's Outrageous Segment, and Saving Your Marriage, with Stu Burguiere, and Jason and Erica Redman | Ep. 1046 Thu, 10 Apr 2025 19:33:23 +0000
- Markets Rip on Tariff News, Judge Grants AP WH Access, DNI Launches Intel Task Force: AM Update 4/10 Thu, 10 Apr 2025 10:00:00 +0000
- Truth About SCOTUS and Trump, EPA Fraud Uncovered, and Tariff Drama, with Lee Zeldin, Tom Bevan, and Carl Cannon | Ep. 1045 Wed, 9 Apr 2025 19:21:19 +0000
- Disturbing New Details About Would-Be Trump Assassin, Coal EOs, Hegseth Warns China: AM Update 4/9 Wed, 9 Apr 2025 10:00:00 +0000
- Ending Chronic Disease, Forces Fighting RFK and MAHA, and Power of Functional Medicine, with Dr. Mark Hyman | Ep. 1044 Tue, 8 Apr 2025 19:15:54 +0000
- Trump Wins at Supreme Court, Tariffs Market Madness, Truth About RFK and Measles: AM Update 4/8 Tue, 8 Apr 2025 10:00:00 +0000
- Tariffs and Markets Perspective, Exclusive Info From Nashville Shooter's Journals, and American Held in Russia, with Victor Davis Hanson and Chris van Heerden | Ep. 1043 Mon, 7 Apr 2025 19:31:10 +0000
- Exclusive Details From Nashville Shooter's Journals, Truth About Anti-Trump Rallies: AM Update 4/7 Mon, 7 Apr 2025 10:00:00 +0000
- Trump vs. Judges, Clooney vs. MSNBC, and Legacy Media Failing in New Media, with Mike Solana, Dave Aronberg, and Mike Davis Fri, 4 Apr 2025 19:21:30 +0000
- Trump Admin Defends Gang Deportations, TX Teen Fatally Stabbed, Zuck Moves Near Trump: AM Update 4/4 Fri, 4 Apr 2025 10:00:00 +0000
- Maher's White House Visit, and Senseless High School Student Stabbing, with Michael Knowles and Ana Kasparian Thu, 3 Apr 2025 19:31:09 +0000
- Truth About Elon's WH Exit, Trump Unveils Tariff Plans, Bombshell Biden Reporting: AM Update 4/3 Thu, 3 Apr 2025 10:00:00 +0000
- Shocking New Biden Cognitive Decline Details, Elon's Future, and Cory's Long Speech, with The Fifth Column | Ep. 1040 Wed, 2 Apr 2025 19:32:44 +0000
- GOP Keeps House Seats, Tariff Day Announcement, Feds Seek Death Penalty for Luigi: AM Update 4/2 Wed, 2 Apr 2025 10:00:00 +0000
- Raising Mentally Strong Kids, with Dr. Daniel Amen, and Inside the Tragic "Rust" Set Shooting, with Rachel Mason | Ep. 1039 Tue, 1 Apr 2025 16:00:00 +0000
- High Stakes Wisconsin Election, Le Pen Banned from French Office, Trump's First Trip: AM Update 4/1 Tue, 1 Apr 2025 10:00:00 +0000
- Megyn's NYT Interview, WHCA Fires Unfunny Comedian From Dinner, and Newsom's Failed Shift, with Emily Jashinsky and Eliana Johnson | Ep. 1038 Mon, 31 Mar 2025 18:00:00 +0000
- Millions Spent on Crucial Special Elections, New Columbia Tension, Trump Warns Putin: AM Update 3/31 Mon, 31 Mar 2025 10:00:00 +0000
- Megyn Moments: Bill Maher, VP Vance, Charlamagne, All-In Podcast, Shawn Ryan, Karoline Leavitt Sat, 29 Mar 2025 08:00:00 +0000
- Shocking DOGE Findings, Elon vs. Sen. Kelly, and Hillary's Hypocrisy, with Mark Halperin, Sean Spicer, and Dan Turrentine | Ep. 1037 Fri, 28 Mar 2025 19:38:28 +0000
- The Vances Visit Greenland, Major MS-13 Arrest, Stefanik Withdraws Her UN Nomination: AM Update 3/28 Fri, 28 Mar 2025 10:00:00 +0000
- Absurd Signalgate Spin, NPR Exec Grilled, and Biggest Media Hacks in America, with Ruthless Podcast Hosts | Ep. 1036 Thu, 27 Mar 2025 18:58:51 +0000
- NPR and PBS Grilled on Bias, Signal Story's Latest Details, Crockett Doubles Down: AM Update 3/27 Thu, 27 Mar 2025 10:00:00 +0000
- Jordan Peterson on Pathological Masculinity, Alarming Political Gender Gap Among Young Voters, and Snow White | Ep. 1035 Wed, 26 Mar 2025 19:02:53 +0000
- WH Backs Waltz, DOJ Says Khalil Lied on Green Card App, Judge Boasberg Deep Dive: AM Update 3/26 Wed, 26 Mar 2025 10:00:00 +0000
- Bizarre Group Chat Details, Media Compares Trump to Nixon, and MK Media Launch, with Walter Kirn and Matt Taibbi | Ep. 1034 Tue, 25 Mar 2025 19:30:19 +0000
- Academia Caving to Trump, Bombshell Group Chat Atlantic Report, Massive ICE Roundup: AM Update 3/25 Tue, 25 Mar 2025 10:00:00 +0000
- Clooney Lectures About Journalism, and Dems Lean on Bernie and AOC, with Ben Shapiro and Stephen A. Smith | Ep. 1033 Mon, 24 Mar 2025 19:08:24 +0000
- Trump Zeroes in on Greenland, Mysterious Former US Attorney Death, Snow White Bombs: AM Update 3/24 Mon, 24 Mar 2025 10:00:00 +0000
- Disturbing Idaho Murders 911 Call Released, and New Bryan Kohberger Selfie Revealed, with Howard Blum | Ep. 1032 Fri, 21 Mar 2025 18:00:00 +0000
- Trump Dismantles Ed Dept, RFK Goes After Food Chemicals, American Released: AM Update 3/21 Fri, 21 Mar 2025 10:00:00 +0000
- Petitos Speak Out About New Doc, and "Snow White" Controversies and Baldwins Red Carpet Drama, with Link Lauren and Christian Toto | Ep. 1031 Thu, 20 Mar 2025 18:03:52 +0000
- Domestic Terrorism Targeting Tesla, Trump Cracking Down on Title IX Violations: AM Update 3/20 Thu, 20 Mar 2025 10:00:00 +0000
- Tesla Attacks, Weird Walz Comments, and Judges Keep Fighting Trump, with Rich Lowry and Charles C.W. Cooke | Ep. 1030 Wed, 19 Mar 2025 18:00:00 +0000
- Chief Justice's Rare Statement on Impeachment, Astronauts Back, Gaza Strikes Resume: AM Update 3/19 Wed, 19 Mar 2025 10:00:00 +0000
- Lawfare 2.0 Fighting Trump, and Sparring with Newsom, with Charlie Kirk, and Former Female Athlete Speaks Out | Ep. 1029 Tue, 18 Mar 2025 18:00:00 +0000
- Trump vs. Judge on Alien Enemies Act Escalates, Biden Autopen Questions, Putin Call: AM Update 3/18 Tue, 18 Mar 2025 10:00:00 +0000
- Dem Party Imploding, Michelle Obama's Failing Podcast, and Debating Khalil Deportation, with Glenn Greenwald | Ep. 1028 Mon, 17 Mar 2025 18:00:00 +0000
- Schumer on the Rocks, Trump Admin vs. DC Judge on Deportations, Trump Polling Highs: AM Update 3/17 Mon, 17 Mar 2025 10:00:00 +0000
- Megyn Kelly Goes After Paris Fashion Week, Mahmoud Khalil, Sarah McBride, Sen. Elissa Slotkin, and More | Ep. 1027 Sat, 15 Mar 2025 13:00:00 +0000
- Tanko Talks, Megyn's Hidden Camera Footage - Part 5 of Megyn Kelly Investigates: Baby Lisa's Disappearance | Ep. 1026 Fri, 14 Mar 2025 13:00:00 +0000
- Schumer Caves in Budget Battle, Putin Playing Hardball, Michelle Obama Podcast Flop: AM Update 3/14 Fri, 14 Mar 2025 10:00:00 +0000
- Alternate Theories, Alarming Details - Part 4 of Megyn Kelly Investigates: Baby Lisa's Disappearance | Ep. 1025 Thu, 13 Mar 2025 13:00:00 +0000
- Inflation Report Beats Expectations, Dems Face Shutdown Pressure, Trump Warns Russia: AM Update 3/13 Thu, 13 Mar 2025 10:00:00 +0000
- Mysterious Phone Call, New Leads - Part 3 of Megyn Kelly Investigates: Baby Lisa's Disappearance | Ep. 1024 Wed, 12 Mar 2025 13:00:00 +0000
- Canada Blinks First on Tariffs, Ukraine Agrees to Ceasefire, Trump Goes Car Shopping: AM Update 3/12 Wed, 12 Mar 2025 10:00:00 +0000
- Police Narratives, Mystery Man Holding Baby - Part 2 of Megyn Kelly Investigates: Baby Lisa's Disappearance | Ep. 1023 Tue, 11 Mar 2025 14:27:06 +0000
- Budget Battle Escalates, DHS Launches Self-Deport App, Trudeau Officially Replaced: AM Update 3/11 Tue, 11 Mar 2025 10:00:00 +0000
- Baby Goes Missing, Mother Questioned - Part 1 of Megyn Kelly Investigates: Baby Lisa's Disappearance | Ep. 1022 Mon, 10 Mar 2025 18:00:00 +0000
- Shutdown Showdown, Trump Responds on Musk vs. Rubio Report, Columbia Crackdown: AM Update 3/10 Mon, 10 Mar 2025 10:00:00 +0000
- Meghan Markle's Cringe Netflix Show, Bizarre Baldwins Reality Show, and Obama Divorce Rumblings, with Maureen Callahan | Ep. 1021 Fri, 7 Mar 2025 19:58:36 +0000
- Trump’s Tariff Shake-Up. Newsom’s Surprising Pivot, Censure Fallout Escalates: AM Update 3/7 Fri, 7 Mar 2025 11:00:00 +0000
- Andrew Schulz on Why Trump Dominates Culture and Politics, Becoming a Dad, and Dating Red Flags | Ep. 1020 Thu, 6 Mar 2025 20:30:07 +0000
- Rep. Green Facing Censure, Vance Teases Finishing the Wall: AM Update for 3/6 Thu, 6 Mar 2025 11:00:00 +0000
- Trump's Funny and Powerful Address, and Dems' Embarrassing Response, with Rich Lowry, Mark Halperin, and Alvin Lui | Ep. 1019 Wed, 5 Mar 2025 19:00:00 +0000
- Trump Breaks News on Zelensky in Address to Congress, Canada Responds to Tariffs: AM Update for 3/5 Wed, 5 Mar 2025 11:00:00 +0000
- Absurd New Resistance Efforts for Trump Address, and Dems Vote Against Protecting Women's Sports, with the Fifth Column | Ep. 1018 Tue, 4 Mar 2025 20:41:46 +0000
- Trump Suspends Ukraine Aid, Canada-Mexico Tariffs Kick In, Major Address Tonight: AM Update for 3/4 Tue, 4 Mar 2025 11:00:00 +0000
- Smug Elitists at Oscars, and What Zelensky Really Did Leading to Oval Blow Up, with Andrew Klavan, Link Lauren, and Christian Toto | Ep. 1017 Mon, 3 Mar 2025 19:57:09 +0000
- Trump vs. Zelensky Oval Office Fight Fallout, Musk Reveals All, Cuomo for Mayor?: AM Update for 3/3 Mon, 3 Mar 2025 11:00:00 +0000
- Epstein Files Debacle, and Trump Spars with Zelensky in Oval Office, with Emily Jashinsky and Red Scare Hosts | Ep. 1016 Fri, 28 Feb 2025 20:06:07 +0000
- Epstein Files Letdown, Zelensky Goes to Washington, Tate Brothers Arrive in America: AM Update 2/28 Fri, 28 Feb 2025 11:00:00 +0000
- Shocking NSA Chat Logs, Bezos Causes New WashPost Staff Revolt, and White House vs. Press, with Buck Sexton | Ep. 1015 Thu, 27 Feb 2025 19:00:00 +0000
- Trump's Newsy First Cabinet Meeting, Afghanistan Withdrawal Accountability: AM Update for 2/27 Thu, 27 Feb 2025 11:00:00 +0000
- Shocking Revolving Door at FDA and Pfizer, and How to Live Forever, with Dr. Aseem Malhotra and Bryan Johnson | Ep. 1014 Wed, 26 Feb 2025 20:28:45 +0000
- Elon's Email Results, White House Makes Major Media Changes, Town Hall Truth: AM Update for 2/26 Wed, 26 Feb 2025 11:00:00 +0000
- Elitist Maddow Smears MSNBC Bosses, and Culture Shift on Biological Reality, with Batya Ungar-Sargon, and Marcellus and Annemarie Wiley | Ep. 1013 Tue, 25 Feb 2025 20:50:59 +0000
- Trump Nears Major Ukraine Deal, NYC Migrant Center Closes, Joy Reid Signs Off: AM Update for 2/25 Tue, 25 Feb 2025 11:00:00 +0000
- Joy Reid Finally Fired, Bongino Joins Trump Admin, and Possible Russia-Ukraine Peace Deal, with Victor Davis Hanson | Ep. 1012 Mon, 24 Feb 2025 20:11:01 +0000
- Elon's Email Drama, Trump vs. Maine Governor, and a German Election Surprise: AM Update for 2/24 Mon, 24 Feb 2025 11:00:00 +0000
- How the Left Gaslighting America Relates to Blake Lively vs. Justin Baldoni: Megyn Kelly's Full CPAC Speech Sat, 22 Feb 2025 11:00:00 +0000
- Michael Waltz on How Russia-Ukraine Peace Deal Happens, and Karoline Leavitt on Sparring with the Press and Being a Working Mom | Ep. 1011 Fri, 21 Feb 2025 19:02:42 +0000
- Kash Patel Takes Over FBI, Hamas Hostage Outrage, and DOGE Refund Potential: AM Update for 2/21 Fri, 21 Feb 2025 11:00:00 +0000
- Trump's Nominee Chavez-DeRemer Grilled, RFK Unleashed, Lively-Baldoni Latest: AM Update for 2/20 Thu, 20 Feb 2025 11:00:00 +0000
- Zachary Levi on RFK and Tulsi Bringing Him to Trump, Secrets of Hollywood, and How God Saved His Life | Ep. 1010 Wed, 19 Feb 2025 20:26:41 +0000
- Trump's Ukraine War Negotiations, Adams in Crisis, Pope Francis’ Health Battle: AM Update for 2/19 Wed, 19 Feb 2025 11:00:00 +0000
- CBS vs. Free Speech, Elon Baby Drama, and Shocking Plane Crash, with Michael Knowles, Matt Taibbi, and Walter Kirn | Ep. 1009 Tue, 18 Feb 2025 21:09:59 +0000
- Power of Trump 2.0, Why Elon and DOGE are Working, and Independent Media's Impact, with Jason Calacanis and Chamath Palihapitiya of All-In | Ep. 1008 Fri, 14 Feb 2025 20:26:08 +0000
- RFK Confirmed, Trump Makes Kennedy Center "Hot" Again, and Unearthed Blake Lively Video, with Ruthless Podcast | Ep. 1007 Thu, 13 Feb 2025 20:12:51 +0000
- Unhinged Left Screams About Elon and Trump, and Trump Gets Detained American Released, with Adam Carolla and Ana Kasparian | Ep. 1006 Wed, 12 Feb 2025 20:15:22 +0000
- Left Pushes "Constitutional Crisis" Narrative, and Trump Brings Back Plastic Straws, with Charles Cooke, Rich Lowry, and Carol Swain | Ep. 1005 Tue, 11 Feb 2025 20:31:58 +0000
- Trump Cheered at Super Bowl, Taylor Swift Gets Booed, and Pfizer and Bud Light Try to Make a Comeback, with "Crain & Company" | Ep. 1004 Tue, 11 Feb 2025 01:05:03 +0000
- Dems Try To Storm Building, CNN Panel Melts Down, and Rise of "Tech Right," with Victor Davis Hanson and Mike Solana | Ep. 1003 Fri, 7 Feb 2025 20:22:20 +0000
- Shocking New Kohberger Case Details About DNA Match, "Unknown Male" Blood, and Witness, with Howard Blum | Ep. 1002 Fri, 7 Feb 2025 11:00:00 +0000
- Trump's Momentous Girls' Sports Exec Order, CBS Reveals Kamala Edits, and RFK's Odds, with Andrew Klavan, Ron Johnson, and Chuck Zito | Ep. 1001 Thu, 6 Feb 2025 20:13:31 +0000
- Trump Floats America Taking Over Gaza, Major Girls' Sports Executive Order, and Celebrating Episode 1,000, with The Fifth Column | Ep. 1000 Wed, 5 Feb 2025 20:09:42 +0000
- RFK and Tulsi Coast Toward Confirmation, and Trump's Legal Fights Ahead, with Dave Aronberg, Mike Davis, and Sean Stone | Ep. 999 Tue, 4 Feb 2025 21:07:54 +0000
- Tariff Threats Get Results, and Absurdity at Grammys and DNC Conference, with Ric Grenell, Stu Burguiere, and Coach Tuberville | Ep. 998 Mon, 3 Feb 2025 20:28:38 +0000
- Charlie Kirk on Tulsi and RFK's Fight Ahead, DEI vs. Merit, and Elites Against Trump's Immigration Policies | Ep. 997 Fri, 31 Jan 2025 19:00:00 +0000
- Tulsi vs. the Establishment, Kash on Hot Seat, and RFK's Final Push, with Glenn Greenwald, Calley Means, and More | Ep. 996 Thu, 30 Jan 2025 23:00:00 +0000
- Secretary of State Marco Rubio on Buying Greenland, His Trip to Panama, and How to End the Russia-Ukraine War | Ep. 995 Thu, 30 Jan 2025 19:00:00 +0000
- RFK Jr. Spars with Dem Senators Trying to Smear Him at Confirmation Hearing, with Michael Knowles and Link Lauren | Ep. 994 Wed, 29 Jan 2025 22:48:03 +0000
- Next Deportation Actions, RFK's Nomination Battle Ahead, and New Baldoni Audio, with Tom Homan, Mark Halperin, and Dan Turrentine | Ep. 993 Tue, 28 Jan 2025 20:04:55 +0000
- Media's ICE Hoax, Vance's Masterclass on CBS, and Trump vs. Bass, with Steve Bannon and Batya Ungar-Sargon | Ep. 992 Mon, 27 Jan 2025 20:06:30 +0000
- New Trump Derangement Syndrome Examples, and How CNN Smeared a Navy Veteran, with Piers Morgan, Zachary Young, and Vel Freedman | Ep. 991 Fri, 24 Jan 2025 19:00:00 +0000
- Trump's Instant Action on Illegal Immigration, CNN Cuts, and Obama Divorce Rumblings, with Ruthless Podcast Hosts | Ep. 990 Thu, 23 Jan 2025 20:26:53 +0000
- True Dangers of Men in Women's Prisons, as Trump Drives Change - Deep Dive with Maddy Kearns | Ep. 989 Thu, 23 Jan 2025 11:00:00 +0000
- Trump Ends DEI, 1/6 Pardons Media Meltdown, and Bombshell New Blake Lively Video, with Nicole Shanahan and Sasha Stone | Ep. 988 Wed, 22 Jan 2025 20:35:06 +0000
- Trump's Action-Packed Day One, and Ridiculous Media Spin on Elon "Salute," with Charles C.W. Cooke and Rich Lowry | Ep. 987 Tue, 21 Jan 2025 21:00:38 +0000
- President Trump is Back, Major Executive Orders, and Biden's Last Minute Pardons, with Emily Jashinsky and Eliana Johnson | Ep. 986 Mon, 20 Jan 2025 22:52:10 +0000
- New Details About Biden Coup, CNN Loses Millions in Defamation Case, and Obama Drama, with Maureen Callahan | Ep. 985 Fri, 17 Jan 2025 19:49:54 +0000
- Biden Mumbles Through Farewell Speech, and Jill's Mean Girl Exit, with Ana Kasparian, Kevin Madden, Amala Ekpunobi, and Link Lauren | Ep. 984 Thu, 16 Jan 2025 20:32:55 +0000
- Three Most Annoying Senators at Hegseth Hearing, and Pam Bondi Crushes Dems Today, with Victor Davis Hanson | Ep. 983 Wed, 15 Jan 2025 20:07:15 +0000
- Megyn Kelly's Instant Analysis of Pete Hegseth Hearing and Dem Absurdity, with Michael Knowles, Dakota Meyer, and Rob O'Neill | Ep. 982 Tue, 14 Jan 2025 21:28:13 +0000
- Newsom Tries to Salvage Political Career, and Woke Policies Backfire, with Stu Burguiere and Ilya Shapiro | Ep. 981 Mon, 13 Jan 2025 20:36:35 +0000
- Sham Political NYC Sentencing, and Trump and Obama Laugh While Kamala Snubbed, with Viva Frei and Jesse Kelly | Ep. 980 Fri, 10 Jan 2025 20:09:24 +0000
- LA Mayor Stumbles as She Returns to City, and Personal Stories of the Devastation, with James Woods and Adam Carolla | Ep. 979 Thu, 9 Jan 2025 19:00:00 +0000
- Mismanagement Leading to Devastating LA Wildfires, and Trump's Serious About Buying Greenland, with The Fifth Column | Ep. 978 Wed, 8 Jan 2025 20:12:02 +0000
- Secrets of Disgusting Media, and Explosive New Details About Blake Lively, with Billy Bush and Bryan Freedman | Ep. 977 Tue, 7 Jan 2025 20:47:46 +0000
- Media Obsessed with January 6 To Smear Trump Supporters, and Biden's Bizarre Outburst, with Ben Shapiro and Glenn Greenwald | Ep. 976 Mon, 6 Jan 2025 20:29:41 +0000
- Scott Peterson May Get a New Trial - A Look Back at the Case: A "True Crime Christmas" Special | Ep. 975 Thu, 2 Jan 2025 19:00:00 +0000
- Tucker Carlson, Shawn Ryan, Bill Maher, Charlamagne, and More: Most Memorable Interviews From 2024 Wed, 1 Jan 2025 19:00:00 +0000
- Alex Murdaugh's Life in Prison and Web of Crimes and Lies - A "True Crime Christmas" Special | Ep. 974 Mon, 30 Dec 2024 19:00:00 +0000
- From Debates to an Assassination Attempt - Most Memorable "Live" Megyn Kelly Show Moments in 2024 Sat, 28 Dec 2024 19:00:00 +0000
- What To Expect From Bryan Kohberger's Defense at Trial in 2025 - A "True Crime Christmas" Special | Ep. 973 Thu, 26 Dec 2024 19:00:00 +0000
- Jay-Z Accuser Inconsistencies, Murder One For Mangione, and Trump Lawfare Latest, with Arthur Aidala and Mark Geragos | Ep. 972 Mon, 23 Dec 2024 19:00:00 +0000
- "Political War" Coming For Trump in 2025, and Christmas Traditions, with Steve Bannon and Doug Brunt | Ep. 971 Fri, 20 Dec 2024 20:44:08 +0000
- Fani Willis DQ'ed in Georgia, and Delusional Biden's Cognitive Decline, with VDH, Ashleigh Merchant, Mike Davis, and Phil Holloway | Ep. 970 Thu, 19 Dec 2024 20:31:27 +0000
- Megyn Kelly Details the Curious Case of Carlos Watson, and Shocking Downfall of the Disgraced Media Mogul | Ep. 969 Thu, 19 Dec 2024 11:00:00 +0000
- ABC Host "Humiliated" After Settlement, and Trump's Victory Ending the Cancel Era, with Adam Carolla and Justine Bateman | Ep. 968 Wed, 18 Dec 2024 19:59:44 +0000
- RFK and Hegseth's Path to Confirmation, and Dangers of AI, with Mark Halperin, Sean Spicer, Dan Turrentine, and Tristan Harris | Ep. 967 Tue, 17 Dec 2024 20:12:14 +0000
- ABC Pays Trump Millions to Settle, and Government Deflects About "Drone" Truth, with Emily Jashinsky and Eliana Johnson | Ep. 966 Mon, 16 Dec 2024 20:17:03 +0000
- Best of the Week: Trump vs. NBC, Insane CEO Assassination Reaction, Caitlin Clark Bends the Knee Sun, 15 Dec 2024 19:00:00 +0000
- Megyn Kelly Reflects on the Outrageous Duke Lacrosse Case, as the Accuser Finally Admits the Truth | Ep. 965 Sat, 14 Dec 2024 19:00:00 +0000
- Mysterious "Drones" Spread, Media Malpractice, and How Medical Journals Became Captured, with Hugh Hewitt and Dr. Aseem Malhotra | Ep. 964 Fri, 13 Dec 2024 21:09:47 +0000
- Trump's Newsy "Person of the Year" Interview, Caitlin Clark Bends the Knee, and Mysterious Jersey "Drones," with Ruthless | Ep. 963 Thu, 12 Dec 2024 20:10:58 +0000
- Why CEO Killer Snapped, Dangers of "Gentle" Parenting, and Rise of "Normophobia," with Dr. Leonard Sax and Candice DeLong | Ep. 962 Wed, 11 Dec 2024 20:36:37 +0000
- Unhinged Leftists Celebrate CEO Murderer and Smear Daniel Penny, and Gay Wedding Cake Update, with Heather Mac Donald, Kristen Waggoner, and Jack Phillips | Ep. 961 Tue, 10 Dec 2024 19:59:42 +0000
- Daniel Penny NOT Guilty, Trump Spars with NBC, and CEO Assassin Possibly Caught, with Batya Ungar-Sargon, Amala Ekpunobi, and Link Lauren | Ep. 960 Mon, 9 Dec 2024 20:35:25 +0000
- Ghouls Cheer Healthcare CEO's Murder, Hegseth Smears Continue, and Penny Trial Update, with Maureen Callahan | Ep. 959 Fri, 6 Dec 2024 19:39:50 +0000
- MAGA vs. Establishment Over Hegseth, and Key SCOTUS Case About Protecting Kids, with Michael Knowles and AG Skrmetti | Ep. 958 Thu, 5 Dec 2024 20:25:21 +0000
- Pete Hegseth Speaks Out in Exclusive Interview, Addressing Media Smears, Responding to Accusations, and How He'd Reform Military | Ep. 957 Wed, 4 Dec 2024 19:00:00 +0000
- Megyn Kelly Breaks Down All the Ridiculous Excuses From Kamala's Top Campaign Staff For Her Loss | Ep. 956 Wed, 4 Dec 2024 11:00:00 +0000
- Dems Reckon with Biden's Pardon Lies, and Kamala's Possibly Tipsy Closing Message, with The Fifth Column Hosts | Ep. 955 Tue, 3 Dec 2024 21:44:40 +0000
- Biden's Lies Exposed as He Pardons Hunter, and Media Smears of Pete Hegseth, with Charles C.W. Cooke, Rich Lowry, and Marcia Clark | Ep. 954 Mon, 2 Dec 2024 20:27:10 +0000
- Part 2 - Robert F. Kennedy Jr. Deep Dive, on The JFK Assassination, Growing up Kennedy, His Marriage Fri, 29 Nov 2024 19:00:00 +0000
- Incoming HHS Secretary Robert F. Kennedy Jr. Deep Dive, Part 1 - on Fauci, Vaccines, and Big Pharma Wed, 27 Nov 2024 19:00:00 +0000
- Get To Know The Incoming Trump Cabinet: Tulsi Gabbard, Marco Rubio, Kristi Noem, and More Tue, 26 Nov 2024 19:00:00 +0000
- America Approves of Trump's Diverse Cabinet, and Jack Smith DROPS Charges, with Stu Buguiere and Stephen L. Miller | Ep. 953 Mon, 25 Nov 2024 20:34:33 +0000
- Media Lies About Hegseth, and the Cultural Shift That Led To Trump's Victory, with Victor Davis Hanson and Red Scare Hosts | Ep. 952 Fri, 22 Nov 2024 20:59:57 +0000
- Deep Dive: Megyn Kelly Breaks Down the Pete Hegseth Police Report and the Holes in Accuser's Story | Ep. 951 Fri, 22 Nov 2024 11:00:00 +0000
- Matt Gaetz WITHDRAWS as AG, and Biden Escalates Russia-Ukraine War in Final Weeks, with Andrew Klavan and Jeffrey Sachs | Ep. 950 Thu, 21 Nov 2024 19:55:07 +0000
- Mace's Quest to Protect Women's Spaces, and RFK vs. Corporate Media and the Swamp, with Casey Means and Vinay Prasad | Ep. 949 Wed, 20 Nov 2024 20:05:59 +0000
- Media Starts Telling Truth About Trump and Kamala, and Gaetz Battle Ahead, with Mark Halperin, Dan Turrentine, and Richie McGinniss | Ep. 948 Tue, 19 Nov 2024 20:14:40 +0000
- "Morning Joe" Grifters Meet with Trump, and Outrageous Attacks on Tulsi and RFK, with Glenn Greenwald and David Harsanyi | Ep. 947 Mon, 18 Nov 2024 20:41:04 +0000
- Best of the Week: Trump Puts Homan at Border and Gaetz to DOJ, Bill Ackman on Elon, Vivek and DOGE Sun, 17 Nov 2024 19:00:00 +0000
- Megyn Kelly on Massive Title IX Victory, Terrible NYC Advice Column, and Tips For Dems Freaking Out About Trump | Ep. 946 Sat, 16 Nov 2024 19:00:00 +0000
- Why Kamala Harris Lost: Megyn Kelly Breaks Down Exactly How It All Went So Spectacularly Wrong | Ep. 945 Fri, 15 Nov 2024 19:00:00 +0000
- Trump Pick Gaetz Throws DC Establishment Into Turmoil, Tulsi's DNI Perch, and Don and Joy Quit X, with Ruthless | Ep. 944 Thu, 14 Nov 2024 20:04:26 +0000
- Elon and Vivek Prepare to Lead DOGE, Pete Hegseth to Pentagon, and Trump Goes to White House, with Bill Ackman | Ep. 943 Wed, 13 Nov 2024 19:00:00 +0000
- Secrets of Trump's Ground Game Success, with Ashley Hayek, and Sen. Rick Scott Makes Senate Leader Case | Ep. 942 Tue, 12 Nov 2024 20:18:52 +0000
- Kamala Campaign Turns on Each Other, and Trump's New Badass Border Czar, with Emily Jashinsky and Eliana Johnson | Ep. 941 Mon, 11 Nov 2024 20:17:16 +0000
- How Trump Won, with Charlie Kirk, and Part Two of Megyn's Biggest Losers of the 2024 Election | Ep. 940 Fri, 8 Nov 2024 20:28:39 +0000
- Why Working Class Turned to Trump, and Kamala's Uniquely Terrible Campaign, with Batya Ungar-Sargon | Ep. 939 Fri, 8 Nov 2024 11:00:00 +0000
- Megyn's Biggest Losers of 2024 Election, and Pathetic Kimmel Cries Over Trump, with Donald Trump Jr. and Piers Morgan | Ep. 938 Thu, 7 Nov 2024 20:36:56 +0000
- Trump's Landslide Victory Causes Massive Media Meltdown, with Fifth Column, Rich Lowry, Charles C.W. Cooke, and Maureen Callahan | Ep. 937 Wed, 6 Nov 2024 19:37:00 +0000
- Trump Crushes Expectations, And Projected to Win The Election - Megyn Kelly's Election Night Special | Ep. 936 Wed, 6 Nov 2024 09:21:15 +0000
- Megyn Goes Behind-The-Scenes of Her Trump Rally Speech, Plus Key States to Watch, with Henry Olsen | Ep. 935 Tue, 5 Nov 2024 19:48:08 +0000
- Megyn Kelly Announces She's Speaking at Trump Rally, and Steve Bannon on What GOP Needs to Do For Trump To Win Tomorrow | Ep. 934 Mon, 4 Nov 2024 20:05:33 +0000
- Best of the Week: Biden's Garbage Gaffe, Trump's Garbage Truck Moment, What Polls Are Saying Sun, 3 Nov 2024 11:00:00 +0000
- Why Nicole Shanahan is Voting Trump, Media's New Liz Cheney Lie, and if Tim Sheehy Can Turn Montana Red | Ep. 933 Fri, 1 Nov 2024 19:47:53 +0000
- Trump's Garbage Truck Moment, Biden Biting Babies, and Swing State Polls, with Stu Burguiere, Stephen L. Miller, and Spencer Kimball | Ep. 932 Thu, 31 Oct 2024 19:48:15 +0000
- Getting Banned By CNN Over On-Air Battle, with Ryan Girdusky, and Megyn on Speaking Out Without Fear | Ep. 931 Thu, 31 Oct 2024 10:00:00 +0000
- Biden Smears Trump Supporters as "Garbage" While Media Spins, and Early Voting Updates, with Charlie Kirk | Ep. 930 Wed, 30 Oct 2024 18:00:00 +0000
- Panicked Media Getting More Hysterical, and Bezos Calls Out Own Newsroom, with Glenn Beck and Salena Zito | Ep. 929 Tue, 29 Oct 2024 19:45:17 +0000
- Trump's Fascinating Rogan Appearance, Michelle Obama's Shame Tactics, and Why Actor Zachary Levi Endorsed Trump | Ep. 928 Mon, 28 Oct 2024 19:36:37 +0000
- Menendez Brothers Could Be RELEASED, with Mark Geragos, Plus Megyn on Early Voting and How to Unwind | Ep. 927 Sat, 26 Oct 2024 16:00:00 +0000
- Dems Try Scare Tactics as Closing Message, and Why Trump is Dominating, with James Woods, Steve Hilton, and Shooter Jennings | Ep. 926 Fri, 25 Oct 2024 19:38:43 +0000
- Megyn Kelly on Kamala's CNN Town Hall Disaster, and Key Issue of Trans Ideology, with Rep. Ro Khanna | Ep. 925 Thu, 24 Oct 2024 19:09:46 +0000
- Trending Toward Trump, and Biden Says "Lock Him Up," with Mark Halperin, Sean Spicer, Dan Turrentine, and Dave McCormick | Ep. 924 Wed, 23 Oct 2024 19:32:06 +0000
- New Bombshell Kamala Plagiarism Reporting, and Kamala's Divisive Rhetoric, with Hogan Gidley, Doug Schoen, and Xi Van Fleet | Ep. 923 Tue, 22 Oct 2024 19:06:12 +0000
- Trump's "Genius" McDonald's Trip, and Media's "Arnold Palmer" Meltdown, with Emily Jashinsky and Eliana Johnson | Ep. 922 Mon, 21 Oct 2024 19:49:08 +0000
- Best of the Week: Tucker Carlson on Biden Debate Debacle, Megyn on Kamala's Fox News Failure Sun, 20 Oct 2024 10:00:00 +0000
- Trump Roasts Kamala and Walz at Al Smith Dinner, and Why 2024 Matters, with Maureen Callahan and Bernie Moreno | Ep. 921 Fri, 18 Oct 2024 19:50:23 +0000
- Megyn on Radical Trans Ideology as Key 2024 Campaign Issue, Plus Murderer Gets Surgery Thanks to Kamala, with Matt Murphy | Ep. 920 Fri, 18 Oct 2024 10:00:00 +0000
- Kamala's Fox Debacle is Missed Opportunity, and Media Smears Voters and Baier as Sexist, with Ruthless Hosts | Ep. 919 Thu, 17 Oct 2024 20:17:09 +0000
- Tucker Carlson on Kamala's Skill-Free Rise to Power, Trump's Brave Pick of JD Vance, and the Butler Memory Hole | Ep. 918 Wed, 16 Oct 2024 18:00:00 +0000
- New Dem "Enemy" Lie, Pandering to Black Men, and Unbiased Facts, with Josh Hammer, Delano Squires, and Steve Ballmer | Ep. 917 Tue, 15 Oct 2024 19:43:46 +0000
- Dems Panic Over Kamala's Emptiness, and Vance Takes on ABC Over Venezuelan Gangs, with Charles Cooke, MBD, and Allie Beth Stuckey | Ep. 916 Mon, 14 Oct 2024 19:15:24 +0000
- First Person: Female College Athlete Speaks Out About and Sues NCAA Over Biological Male On Her Team | Ep. 915 Sun, 13 Oct 2024 10:00:00 +0000
- Obama Tries Shaming Black Men, and Kamala Gets Vogue Treatment, with Mark Halperin, Sean Spicer, and Dan Turrentine | Ep. 914 Fri, 11 Oct 2024 20:04:13 +0000
- Expectation vs. Reality of Harris’ Campaign Strategy, Hurricane Drama Between Harris and DeSantis, with Glenn Greenwald | Ep. 913 Thu, 10 Oct 2024 21:15:00 +0000
- Megyn Kelly on the Meltdown and Hypocrisy at CBS News Over Coates Interview and "60 Minutes" Edits | Ep. 912 Thu, 10 Oct 2024 10:00:00 +0000
- Kamala Glitches on Colbert, and if Diddy Will Get Out on Bail, with Batya Ungar-Sargon, Arthur Aidala, and Mark Eiglarsh | Ep. 911 Wed, 9 Oct 2024 20:05:48 +0000
- Megyn Kelly on Kamala's "60 Minutes" Fail, and Her Shameful Hurricane Politics, with Evita Duffy-Alfonso and Link Lauren | Ep. 910 Tue, 8 Oct 2024 19:05:26 +0000
- Kamala's Embarrassing "Call Her Daddy" Moment, and Trump's Powerful Return to Butler, with Andrew Klavan | Ep. 909 Mon, 7 Oct 2024 19:23:06 +0000
- Deep Dive: How Big Food Companies Target Americans and Young People with Unhealthy Products, with Vani Hari and Grace Price | Ep. 908 Sun, 6 Oct 2024 10:00:00 +0000
- Explosive Doug Emhoff Assault Allegations, and MSNBC Producer Caught Telling the Truth, with Maureen Callahan | Ep. 907 Fri, 4 Oct 2024 18:52:40 +0000
- Inside the GOP and Democratic Ground Game in Pennsylvania and Other Swing States, with Scott Presler and David Callahan | Ep. 906 Fri, 4 Oct 2024 10:00:00 +0000
- Jack Smith's "Election Interference," and Truth About Walz's Abortion Law, with Michael Knowles and Mike Davis | Ep. 905 Thu, 3 Oct 2024 20:00:05 +0000
- Walz's Debate Brain Freeze, New Emhoff Allegations, and Trump Spurns 60 Minutes, with The Fifth Column hosts | Ep. 904 Wed, 2 Oct 2024 19:32:50 +0000
- JD Vance Shines and Tim Walz Stumbles in VP Debate, with Johnson, Lowry, Halperin, Spicer, Turrentine, Bolling | Ep. 903 Wed, 2 Oct 2024 05:08:50 +0000
- New Tim Walz Lies and China Connection, and Trump's NFL Politics, with RealClearPolitics Hosts and Joe Pags | Ep. 902 Tue, 1 Oct 2024 19:28:55 +0000
- Kamala Fundraises During Catastrophic Hurricane, and Caitlin Clark Derangement Syndrome, with Victor Davis Hanson and Crain & Co | Ep. 901 Mon, 30 Sep 2024 19:32:33 +0000
- Best of the Week: Megyn Breaks Down Kamala's Terrible Interview, Nicole Shanahan, Vivek Ramaswamy, and More Sun, 29 Sep 2024 10:00:00 +0000
- Rob Schneider on Beating a Culture of Censorship, and Jesse Kelly on Kamala's Failed Border Policies | Ep. 900 Fri, 27 Sep 2024 20:21:28 +0000
- Kamala's Empty, Rambling, MSNBC Interview, and Dire Consequences of Open Border, with Kari Lake and James O'Keefe | Ep. 899 Thu, 26 Sep 2024 19:02:31 +0000
- Megyn Kelly on Important "MAHA" Movement, Leftist Pundit's Absurd Spin, and Answering Your Questions | Ep. 898 Thu, 26 Sep 2024 10:00:00 +0000
- Polls Shift Toward Trump, and How Dems Abandoned Their Voters, with Nicole Shanahan, Charles C.W. Cooke, and Jim Geraghty | Ep. 897 Wed, 25 Sep 2024 20:07:05 +0000
- Political Realignment Favors Trump, and Truth About Democratic Party Machine, with Batya Ungar-Sargon and Vivek Ramaswamy | Ep. 896 Mon, 23 Sep 2024 18:00:00 +0000
- Eric Trump - The Full Interview | Assassination Attempt on His Dad, Whether FBI Can Handle Investigation Sun, 22 Sep 2024 10:00:00 +0000
- Oprah's Embarrassing Elitist Town Hall For Kamala, and Shocking Diddy Details, with Maureen Callahan | Ep. 895 Fri, 20 Sep 2024 18:59:14 +0000
- Deep Dive: The Truth About Minnesota's "Trans Refuge" Bill That Gov. Tim Walz Pushed Through | Ep. 894 Fri, 20 Sep 2024 10:00:00 +0000
- Trump's New York Surge, and Hillary Says Asking For Kamala's Policies is Sexist, with the Ruthless Podcast Hosts | Ep. 893 Thu, 19 Sep 2024 19:35:32 +0000
- Kamala Rambles Incoherently, Corporate Media Collusion, and Fighting DEI, with Dave Rubin and Robby Starbuck | Ep. 892 Wed, 18 Sep 2024 19:04:31 +0000
- Bombshell Diddy Charges, and "Dating Game Killer," with Matt Murphy, Plus Megyn on Tucker, Shawn Ryan, All-In | Ep. 891 Wed, 18 Sep 2024 10:00:00 +0000
- Media Blames Trump for Assassination Attempt, and Secret Service Concerns, with Piers Morgan, Ayaan Hirsi Ali, and Erik Prince | Ep. 890 Tue, 17 Sep 2024 20:06:42 +0000
- Would-Be Trump Assassin's Iran Connection, and JD Vance vs. Dana Bash, with Eric Trump, Emily Jashinsky, and Eliana Johnson | Ep. 889 Mon, 16 Sep 2024 19:34:59 +0000
- BREAKING: Another Trump Assassination Attempt Foiled, with Buck Sexton, Rich Lowry, Susan Crabtree, Dave Aronberg, Bill Stanton, and More | Ep. 888 Mon, 16 Sep 2024 01:55:07 +0000
- Best of the Week: ABC's Terrible Debate Moderators, Taylor Swift's Endorsement, Feminization of Men Sun, 15 Sep 2024 10:00:00 +0000
- Elite Establishment's Ties to Big Pharma, and Keys to Avoiding Ultra-Processed Food, with Dr. Casey Means | Ep. 887 Fri, 13 Sep 2024 19:13:56 +0000
- Press Covers Up How Extreme Kamala Was, and What "Eating Pets" Media Focus Shows, with Buck Sexton and Steve Deace | Ep. 886 Thu, 12 Sep 2024 18:00:00 +0000
- ABC's Bias, How Trump Could Have Played it, and Whether the Debate Sways Voters, with The Fifth Column Hosts | Ep. 885 Wed, 11 Sep 2024 19:27:31 +0000
- Trump vs. Harris AND the Moderators in Biased ABC Debate, with Jashinsky, Lowry, Halperin, Hogan, Spicer, and Bolling | Ep. 884 Wed, 11 Sep 2024 05:23:33 +0000
- Megyn Kelly's Questions For Trump and Debate Breakdown, and Kellie-Jay Keen on Protecting Women and Girls | Ep. 883 Tue, 10 Sep 2024 18:00:00 +0000
- New Poll Panics Dems, Debate Preview, and Kamala's Fake Nice Vibe, with Larry Elder and Adam Carolla | Ep. 882 Mon, 9 Sep 2024 19:07:47 +0000
- Best of the Week: Left's Censorship Regime, Veterans Speak Out on Walz, Harris' Debate Complaint Sun, 8 Sep 2024 10:00:00 +0000
- How Medical Establishment Keeps Americans Sick, and Evils of Censorship, with Dr. Marty Makary and Naval Ravikant | Ep. 881 Fri, 6 Sep 2024 18:52:51 +0000
- Truth About Media Indictment, and Harris Still Complaining About Debate Rule, with Joel Pollak, Dave Aronberg, Xavier Durousseau, Britt Mayer, and RCP | Ep. 880 Thu, 5 Sep 2024 19:27:34 +0000
- Deep Dive: How Technology and Addiction to Phones Harms Real Life Interactions, with Christine Rosen | Ep. 879 Thu, 5 Sep 2024 10:00:00 +0000
- Dems Smear Dissenters as Russian Assets, Nashville Shooter's Manifesto Revealed, and Stelter's CNN Return, with Glenn Greenwald | Ep. 878 Wed, 4 Sep 2024 19:42:36 +0000
- Media Lies About Kamala and Veterans, and Exposing "Anti-Racist" Grifters, with Ric Grenell and Matt Walsh | Ep. 877 Tue, 3 Sep 2024 19:20:42 +0000
- EXCLUSIVE: Four Veterans Speak Out About Tim Walz's "Stolen Valor" and Truth About Retiring Before Iraq Deployment | Ep. 876 Mon, 2 Sep 2024 18:00:00 +0000
- Megyn Kelly's Analysis of CNN's Softball Interview: Kamala Harris' Lies, Tim Walz's Ridiculous Spin | Ep. 875 Fri, 30 Aug 2024 18:00:00 +0000
- The Important and Powerful New Movie "Reagan," with Dennis Quaid, Penelope Ann Miller, Dan Lauria, and Clint Black | Ep. 874 Thu, 29 Aug 2024 20:25:36 +0000
- First Person: Legendary NFL Quarterback Brett Favre on the Truth About Concussions in Football | Ep. 873 Thu, 29 Aug 2024 10:00:00 +0000
- Kamala Finally Agrees to Interview, and Truth About Learning Loss, with Gov. Glenn Youngkin, Michael Knowles, and Carrie Prejean Boller | Ep. 872 Wed, 28 Aug 2024 19:39:13 +0000
- Tulsi Endorses Trump in Political Realignment, and Kamala's Substance-Free Campaign, with Stu Burguiere and Stephen L. Miller | Ep. 871 Tue, 27 Aug 2024 18:51:26 +0000
- Trump-RFK Alliance Terrifies Elites, and Brilliant "Make America Healthy Again" Message, with Victor Davis Hanson | Ep. 870 Mon, 26 Aug 2024 18:00:00 +0000
- Tucker Carlson - The FULL Interview | RFK Endorses Trump, Creepy Walz Vibes, and More Sun, 25 Aug 2024 10:00:00 +0000
- Kamala Harris' Empty Vessel Campaign, and Trump Makes Up With Kemp, with Charles C.W. Cooke and Rich Lowry | Ep. 869 Fri, 23 Aug 2024 19:06:00 +0000
- Tucker Carlson on if RFK Will ENDORSE Trump, and Tim Walz's Weak Masculinity, plus Monica Crowley, Hogan Gidley, and Rep. Adam Smith | Ep. 868 Thu, 22 Aug 2024 19:03:17 +0000
- Deep Dive: One Group Fighting To Safeguard Against Illegal Voting in November 2024 | Ep. 867 Thu, 22 Aug 2024 10:00:00 +0000
- The Obamas' Hypocritical Speeches, and Walz's Lies Continue, with Mark Halperin, Sean Spicer, Tim Hogan, and Liz Collin | Ep. 866 Wed, 21 Aug 2024 19:21:06 +0000
- Dems Disrespect Biden as They Kick Him Out, and Fake Speeches and Lies at the DNC, with the Ruthless Podcast Hosts | Ep. 865 Tue, 20 Aug 2024 19:04:26 +0000
- Violent Protests Over "Killer Kamala" and Free Abortions at DNC, with Tom Bevan, Carl Cannon, Andrew Walworth, John Kass, and Estee Palti | Ep. 864 Mon, 19 Aug 2024 19:06:14 +0000
- Best of the Week: Media Gaslighting, State of 2024, and Walz vs. Vance Coverage Sat, 17 Aug 2024 10:00:00 +0000
- Harris Agrees to Interview...with Walz, and "Dangerous" Speech Crackdown, with Maureen Callahan, Laurence Fox, and Calvin Robinson | Ep. 863 Thu, 15 Aug 2024 19:23:05 +0000
- Deep Dive: The Science of Protecting Women's Sports From Men, and the Olympics Boxing Controversy | Ep. 862 Thu, 15 Aug 2024 10:00:00 +0000
- Colbert Audience Laughs at CNN, Walz's Outrageous COVID Crackdowns, and Previewing Trump vs. Harris Debate, with The Fifth Column | Ep. 861 Wed, 14 Aug 2024 19:45:39 +0000
- Elon Musk Goes All In On Trump, and Predicting the 2024 Election, with Nate Silver, Bethany Mandel, and Karol Markowicz | Ep. 860 Tue, 13 Aug 2024 18:45:32 +0000
- Harris Steals Trump's "No Tax on Tips" Plan, and New Walz Military Controversies, with Emily Jashinsky and Eliana Johnson | Ep. 859 Mon, 12 Aug 2024 19:16:28 +0000
- Best of the Week: Harris Picks Radical Walz, Males Dominate Women's Boxing, Inside the Supreme Court Sat, 10 Aug 2024 10:00:00 +0000
- Walz's Military Service in Spotlight, Harris Ignores Press, and Males Go For Gold at Olympics, with Andrew Klavan | Ep. 858 Thu, 8 Aug 2024 19:24:34 +0000
- Media Pushes Vibes Over Reality, and Walz "Stolen Valor" Questions, with Mark Halperin, Drew Holden, Stephen L. Miller, and Tom Behrends | Ep. 857 Wed, 7 Aug 2024 19:08:26 +0000
- BREAKING: Kamala Picks Radical Walz as VP, and Value of Free Speech, with Justice Neil Gorsuch, Rich Lowry, and Batya Ungar-Sargon | Ep. 856 Tue, 6 Aug 2024 19:15:45 +0000
- Vetting Kamala and VP Options, Olympics Boxing Gaslighting, and Trump Lawfare Update, with Glenn Beck, Mark Halperin, and John Lauro | Ep. 855 Mon, 5 Aug 2024 19:25:24 +0000
- Injustice Against Female Boxer at Olympics, and Trump vs. Black Journalists, with Charlie Kirk, Steve Deace, and Delano Squires | Ep. 854 Thu, 1 Aug 2024 18:00:00 +0000
- Deep Dive: Protecting the Integrity of Girls' and Women's Sports, with Jennifer Sey, Sage Steele, and Michele Tafoya | Ep. 853 Thu, 1 Aug 2024 10:00:00 +0000
- Why Elites Hate Vance, Biden's True Condition, and Passive Aggressive Harris Supporters, with Batya Ungar-Sargon and Dr. Drew | Ep. 852 Wed, 31 Jul 2024 19:35:39 +0000
- Character Assassination Attempt on Vance, and Offensive Olympics Opening Ceremony, with Stephen A. Smith and Victor Davis Hanson | Ep. 851 Tue, 30 Jul 2024 18:44:51 +0000
- Kamala Harris' Shadow Presidency, and Which "White Dude" Harris Will Pick as VP, with Ben Shapiro, Tara Palmeri, and Shelby Talcott | Ep. 850 Mon, 29 Jul 2024 19:13:20 +0000
- Best of the Week: Hollywood Bias with James Woods, Kamala's Coronation, Whistleblowers Emerge Sun, 28 Jul 2024 10:00:00 +0000
- J.D. Vance on Democrats' Anti-Family Policies, Media Attacks, and Whether Biden Can Remain in Office | Ep. 849 Fri, 26 Jul 2024 18:00:00 +0000
- James Woods on Biden's Farewell and Political Bias in Hollywood, and Jim VandeHei on the Trump Era Media and More | Ep. 848 Thu, 25 Jul 2024 20:22:40 +0000
- Deep Dive: How Kamala Harris is Polling Against Donald Trump So Far... and What To Watch For, with Spencer Kimball | Ep. 847 Thu, 25 Jul 2024 10:00:00 +0000
- Left Smears Kamala Critics as Racist and Sexist, and False Narratives Emerge, with Tulsi Gabbard, Michael Knowles, and RealClearPolitics Hosts | Ep. 846 Wed, 24 Jul 2024 20:09:44 +0000
- Dem Elite Anoint Kamala, and Secret Service Director Finally Resigns, with Sen. Josh Hawley, Charlie Spiering, and Mike Baker | Ep. 845 Tue, 23 Jul 2024 19:30:15 +0000
- Biden Still Hiding After Dropping Out, and Elites Coronate Kamala, with Charles C.W. Cooke, and Jim Geraghty, and Dave Rubin | Ep. 844 Mon, 22 Jul 2024 19:31:27 +0000
- BREAKING: Biden DROPS OUT of Presidential Race, with Emily Jashinsky, Rich Lowry, and Mark Halperin | Ep. 843 Sun, 21 Jul 2024 21:17:48 +0000
- J.D. Vance on Trump, Addiction, and Family | November 2020 Re-Release Sun, 21 Jul 2024 10:00:00 +0000
- Trump's Emotional Closing to RNC, and Democrats in Chaos as They Push Biden Out, with Kmele Foster and Matt Welch | Ep. 842 Fri, 19 Jul 2024 19:37:21 +0000
- J.D. Vance Takes Centerstage, and "Ear Truthers" in Trump-Hating Media, with Donald Trump, Jr., Rep. Byron Donalds, and Matt Taibbi | Ep. 841 Thu, 18 Jul 2024 19:19:35 +0000
- More Dems Push Biden to Go, and Haley Endorses Trump and RNC Day 2 Highlights, with Vivek Ramaswamy, Rep. Elise Stefanik, and Ruthless | Ep. 840 Wed, 17 Jul 2024 18:45:48 +0000
- Trump's Compelling VP Pick of J.D. Vance, and Biden Refuses to Lower the Temperature, with Charlie Kirk, Hogan Gidley, and David Plouffe | Ep. 839 Tue, 16 Jul 2024 19:15:30 +0000
- Trump Assassination Attempt Fallout, And Florida Docs Case Dropped, with Emily Jashinsky, Eliana Johnson, Dave Aronberg, Mike Davis, Sean Parnell, and More | Ep. 838 Mon, 15 Jul 2024 19:50:19 +0000
- BREAKING: Donald Trump Survives Assassination Attempt at Rally, with Rich Lowry, Buck Sexton, Eric Bolling, Dennis Prager, Bill Stanton, and Jesse Kelly Sun, 14 Jul 2024 03:27:04 +0000
- Biden's Rough "Big Boy" Night, Elites' Whisper Campaign, and Trump's Polling Advantage, with Michael Knowles and Spencer Kimball | Ep. 836 Fri, 12 Jul 2024 19:20:04 +0000
- Is Obama Orchestrating Biden's Exit, and Media Elite Start Telling Truth, with Ric Grenell and Bill Sammon | Ep. 835 Thu, 11 Jul 2024 19:24:12 +0000
- Tulsi Gabbard on Trump's VP Decision, Jill Biden's Ego, and Joe Biden's Disastrous Foreign Policy | Ep. 834 Thu, 11 Jul 2024 10:00:00 +0000
- George Clooney Wants Biden Out, Nancy Pelosi Wavers, and Elites are Panicked, with Glenn Greenwald | Ep. 833 Wed, 10 Jul 2024 19:24:48 +0000
- Bonus Episode | Crime Stories with Nancy Grace Wed, 10 Jul 2024 10:00:00 +0000
- Biden's Leverage Over His Left Critics, and Signs of Cognitive Decline, with Ruthless, John Ellis, and Dr. Dale Bredesen | Ep. 832 Tue, 9 Jul 2024 19:08:27 +0000
- Disturbing New Reporting About Biden and Parkinson's Expert, and "Elder Abuse" Claims, with Stu Burguiere and Dave Marcus | Ep. 831 Mon, 8 Jul 2024 20:03:16 +0000
- The Media Lied About Biden’s Cognitive Decline - Until They Couldn’t Anymore, with Steve Krakauer | Ep. 830 Fri, 5 Jul 2024 10:00:00 +0000
- Is This the End for President Biden? More Democrats and the Press Call for Biden to Resign, with Charles C.W. Cooke and MBD | Ep. 829 Wed, 3 Jul 2024 19:44:36 +0000
- Could Cringe Kamala Really Replace Biden, and False Media Narratives on Immunity Ruling, with Mike Davis and Andrew Klavan | Ep. 828 Tue, 2 Jul 2024 18:00:00 +0000
- Media Quits Biden Cognitive Fitness Cover-Up, and Trump Gets Massive Immunity Ruling From Supreme Court, with Charlie Kirk | Ep. 827 Mon, 1 Jul 2024 18:00:00 +0000
- Steve Bannon on Biden's Cognitive Decline as National Security Threat, Fighting Lawfare Against Trump, and Preparing For Prison | Ep. 826 Fri, 28 Jun 2024 19:15:46 +0000
- Biden's Disastrous Debate Could Mean the End of His Candidacy, and Presidency, with Lowry, Jashinsky, Rubin, and Bolling | Ep. 825 Fri, 28 Jun 2024 04:23:34 +0000
- Biased Moderators, Bizarre Rules - Previewing Trump vs. Biden, and Memorable Debate Moments, with The Fifth Column | Ep. 824 Thu, 27 Jun 2024 19:18:22 +0000
- Truth About JFK's Cruelty and Predator Behavior, and New Reporting on JFK Jr., with Maureen Callahan | Ep. 823 Thu, 27 Jun 2024 10:00:00 +0000
- America's Ability to Tolerate Risk, and Hillary's Cringe Comeback Attempt, with Mike Rowe and Maureen Callahan | Ep. 822 Wed, 26 Jun 2024 19:44:34 +0000
- First Person: "I'm a Detransitioner Who Had a Baby...Here are the Massive Health Challenges I Faced" | Ep. 821 Wed, 26 Jun 2024 10:00:00 +0000
- CNN Host Cuts Trump Spokesperson's Mic, and Bombshell New Bryan Kohberger Reporting, with Howard Blum and Erick Erickson | Ep. 820 Tue, 25 Jun 2024 19:11:29 +0000
- Trump Picks His VP, and Jack Smith's Election Interference, with Victor Davis Hanson and Jonathan Turley | Ep. 819 Mon, 24 Jun 2024 19:40:39 +0000
- Military-Industrial Complex - From Bush to Biden | Shawn Ryan x Megyn Kelly - The FULL Interview Fri, 21 Jun 2024 12:00:00 +0000
- COLLUSION Keeping Him From Debate Stage? | Robert F. Kennedy Jr. x Megyn Kelly - The FULL Interview Thu, 20 Jun 2024 12:00:00 +0000
- He'll NEVER Endorse Biden Again | Charlamagne tha God x Megyn Kelly - The FULL Interview Wed, 19 Jun 2024 12:00:00 +0000
- What She SAW in That Locker Room | Riley Gaines x Megyn Kelly - The FULL Interview Tue, 18 Jun 2024 12:00:00 +0000
- "Hillary Was the OG Election Denier!" | Bill Maher x Megyn Kelly - The FULL Interview Mon, 17 Jun 2024 12:00:00 +0000
- Fraud Week: Megyn Kelly Reveals Personal Story of a Scam in Her Own Life Involving Her Family | Ep. 818 Fri, 14 Jun 2024 18:00:00 +0000
- Fraud Week: Two Former NXIVM Members Speak Out on True Horrors of the Cult...And How They Got Out | Ep. 817 Thu, 13 Jun 2024 18:00:00 +0000
- BONUS EPISODE | The Glenn Beck Program with Liz Wheeler Thu, 13 Jun 2024 10:00:00 +0000
- Fraud Week: How Crypto Convict Made Millions Before Getting Caught, with Ray Trapani and Jonny B Good | Ep. 816 Wed, 12 Jun 2024 18:00:00 +0000
- Fraud Week: Unraveling the Mystery of Ed Shin's True Identity, and Chris Smith's Disappearance, with Matt Murphy | Ep. 815 Tue, 11 Jun 2024 18:00:00 +0000
- Fraud Week: Fiancé Doctor Pulls Off Personal and Medical Fraud, with Journalist Benita Alexander | Ep. 814 Mon, 10 Jun 2024 18:00:00 +0000
- Weekend "Best Of": Bill Maher, Riley Gaines, Shawn Ryan, Charlamagne tha God, and More Sun, 9 Jun 2024 10:00:00 +0000
- Hunter Biden's Daughter's Mother Lunden Roberts Speaks Out, and Glenn Loury on Overcoming His Demons and Succeeding in Academia | Ep. 813 Fri, 7 Jun 2024 18:59:07 +0000
- What Post-Verdict Polls Show, and How "Apprentice" Made Trump a Megastar, with Hogan Gidley, David Pakman, and Ramin Setoodeh | Ep. 812 Thu, 6 Jun 2024 19:19:35 +0000
- Trump as "Pop Culture President," and Female "Rage Ritual Retreats," with Alex Clark and Mary Morgan | Ep. 811 Thu, 6 Jun 2024 10:00:00 +0000
- Hunter Biden Texts Torpedo His Defense, and Kamala Calls Trump "Cheater," with Viva Frei and Phil Holloway | Ep. 810 Wed, 5 Jun 2024 19:44:00 +0000
- Pride Month Pandering, Caitlin Clark Controversy, and Woke Drama at Washington Post, with Dave Rubin | Ep. 809 Tue, 4 Jun 2024 18:00:00 +0000
- Hunter Biden's Criminal Trial Begins, and Media Celebrates Trump Verdict, with Emily Jashinsky and Eliana Johnson | Ep. 808 Mon, 3 Jun 2024 20:00:48 +0000
- Trump Convicted - Now What? Expert Legal Analysis, with Aidala, Eiglarsh, Dershowitz, Geragos, Aronberg, Davis, and Holloway| Ep. 807 Fri, 31 May 2024 20:01:51 +0000
- Trump Found Guilty in New York: Megyn Kelly Gives Her Instant Reaction and Analysis Thu, 30 May 2024 23:03:18 +0000
- Could Trump Conviction Get Overturned on Appeal? With Dave Aronberg and Mike Davis, and Robert F. Kennedy Jr. On Fighting Collusion to Make Debate Stage | Ep. 806 Thu, 30 May 2024 19:59:52 +0000
- Failures of Biased Judge in Sham Trump Trial, with Alan Dershowitz and Mark Geragos | Ep. 805 Thu, 30 May 2024 10:00:00 +0000
- Flimsy Case Against Trump Heads to Jury After Outrageous Prosecution Tactics, with Arthur Aidala and Mark Eiglarsh | Ep. 804 Wed, 29 May 2024 19:42:31 +0000
- Biden Politicizes Trump Trial, and Hillary Tries Blaming Women For 2016 Loss, with Stu Burguiere and Dave Marcus | Ep. 803 Tue, 28 May 2024 19:24:29 +0000
- Shawn Ryan on the Physical and Emotional Toll of War, the Military-Industrial Complex, and Real Life Angels | Ep. 802 Mon, 27 May 2024 18:00:00 +0000
- Trump's Massive Bronx Rally, and Nathan Wade's New Lies, with Jesse Kelly, Andy McCarthy, and Phil Holloway | Ep. 801 Fri, 24 May 2024 19:18:50 +0000
- Is The Left Turning on Biden, with Charlamagne tha God, and Pastor John Amanchukwu on the Truth About America | Ep. 800 Thu, 23 May 2024 19:14:49 +0000
- Diddy's Narcissistic Apology, and "Domestic Labor" in Marriage, with Allie Beth Stuckey and Britt Mayer | Ep. 799 Thu, 23 May 2024 10:00:00 +0000
- Maddow's Softball Fani Willis Interview, and "Deadly Force" at Mar-a-Lago, with Rich Lowry and Charles C.W. Cooke | Ep. 798 Wed, 22 May 2024 19:25:46 +0000
- Bill Maher on Biden's Pandering, Woke Progressives Supporting Terrorists, and The Value of Disagreement | Ep. 797 Tue, 21 May 2024 18:00:00 +0000
- Cohen Admits to Stealing From Trump, and Protecting Women's Sports, with Sens. Ted Cruz and Katie Britt, and Riley Gaines | Ep. 796 Mon, 20 May 2024 20:51:18 +0000
- Best of the Week: Biden Agrees to Debate Trump, Michael Cohen's Lies, and Jen Psaki's Fake News Sun, 19 May 2024 10:00:00 +0000
- Dan Bongino on Michael Cohen's Lies, Trump's Debate Plan, and MSNBC's Embarrassing Segment | Ep. 795 Fri, 17 May 2024 18:00:00 +0000
- Michael Cohen Hammered by Defense, and Raising Resilient Kids, with Gary Vaynerchuk, Andy McCarthy, and Dave Aronberg | Ep. 794 Thu, 16 May 2024 19:25:25 +0000
- Shocking Allegations Against Megastar Diddy - Will He Be Arrested After Raids? With Jesse Weber | Ep. 793 Thu, 16 May 2024 10:00:00 +0000
- Biden Agrees to Debate Trump, Cohen Crushed in Cross, and Possible "Baby Reindeer" Lawsuit, with Marcia Clark and Mark Geragos | Ep. 792 Wed, 15 May 2024 19:27:34 +0000
- Jen Psaki Caught Lying About Biden, and Michael Cohen Celebrated by Media, with the Ruthless Podcast Hosts | Ep. 791 Tue, 14 May 2024 19:35:12 +0000
- Michael Cohen's Glaring Credibility Issues, and Decline of Public Schools, with Viva Frei, Phil Holloway, and Corey DeAngelis | Ep. 790 Mon, 13 May 2024 19:49:49 +0000
- Best of the Week: Legacy Media's Failures, Noem's Disastrous Book Tour, and the "Mr. Birchum" Cast Sun, 12 May 2024 18:00:00 +0000
- Megyn Kelly: Special Mother’s Day episode of "Dedicated with Doug Brunt" Sat, 11 May 2024 18:00:00 +0000
- Stormy Daniels Testimony Backfires, and Michael Cohen's Credibility Issues, with Arthur Aidala, Mark Eiglarsh, and Phil Holloway | 789 Sat, 11 May 2024 01:00:00 +0000
- Failures of Elite Media, and Hypocrisy of Left on Mob Behavior, with Bari Weiss and Nellie Bowles | Ep. 788 Fri, 10 May 2024 18:00:00 +0000
- Roseanne Barr on Her Incredible Career, Her Emotional ABC Exit, and Optimism About Our Culture | Ep. 787 Thu, 9 May 2024 18:00:00 +0000
- Stormy Daniels' Inconsistencies, and Judge Losing Control of Trial, with Julian Epstein and Phil Holloway | Ep. 786 Thu, 9 May 2024 02:00:00 +0000
- Media Loves Stormy Daniels, and Previewing "Mr. Birchum," with Adam Carolla, Brett Cooper, and Kyle Dunnigan | Ep. 785 Wed, 8 May 2024 19:19:45 +0000
- Judge Violates Trump's Free Speech, and What Noem's Lies Really Expose, with Vivek Ramaswamy and Buck Sexton | Ep. 784 Tue, 7 May 2024 18:00:00 +0000
- Judge Threatens to Jail Trump, Kristi Noem's Lies, and the "End of Everything," with Victor Davis Hanson | Ep. 783 Mon, 6 May 2024 20:19:34 +0000
- Best of the Week: Trump Legal Set-Up, Whiny College Brats, and Noem's Puppy Murder Sat, 4 May 2024 10:00:00 +0000
- America United Against Elite Brats, Trump Lawyer Grills Stormy Lawyer, and Noem's Puppy Excuse, with The Fifth Column Hosts | Ep. 782 Thu, 2 May 2024 19:01:27 +0000
- The Cost of "Transition," and Detransitioners Fighting Back, with Mary Margaret Olohan and Luka Hein | Ep. 781 Thu, 2 May 2024 10:00:00 +0000
- Latest Media Freakout Over Trump, Kamala as America's "Momala," and Anti-American Brats, with Batya Ungar-Sargon | Ep. 780 Wed, 1 May 2024 19:35:56 +0000
- Trump Shakedown Exposed, and Loser Students Occupy Columbia, with Andy McCarthy, Julian Epstein, Lexie Rigden, and Carrie Sheffield | Ep. 779 Tue, 30 Apr 2024 18:54:48 +0000
- First Person: "How I Saved My Teenage Daughter From Radical Transgender Ideology" | Ep. 778 Tue, 30 Apr 2024 10:00:00 +0000
- Kristi Noem Shoots Her Puppy, Cringe Kamala Interview, and Campus Chaos Continues, with Michael Knowles | Ep. 777 Mon, 29 Apr 2024 19:58:32 +0000
- Best of the Week: Campus Chaos and Left Indoctrination, Tabloid Trump Trial, and Media Hypocrisy Sat, 27 Apr 2024 10:00:00 +0000
- Petty Trump Prosecution, Presidential Immunity Question, and Biden's Pause Gaffe, with Piers Morgan, Harmeet Dhillon, Sara Gonzales and Josh Hammer | Ep. 776 Thu, 25 Apr 2024 19:00:30 +0000
- Free Speech vs. Harassment, and the State of "Cancel Culture," with Katie Herzog and Jesse Singal | Ep. 775 Thu, 25 Apr 2024 10:00:00 +0000
- Truth About Violent Crime in America, Ignorant Campus Protesters, and Left Indoctrination, with Heather Mac Donald | Ep. 774 Wed, 24 Apr 2024 19:32:43 +0000
- NBC "Catch and Kill" Hypocrisy, Baldwin Harassed, and What is a Woman Lawsuit, with Mike Davis, Dave Aronberg, Sall Grover, and Katherine Deves | Ep. 773 Tue, 23 Apr 2024 19:34:29 +0000
- Campus Antisemitism Chaos, Trump Trial Kicks Off, and Biden's Anti-Woman Title IX Rules, with Emily Jashinsky and Eliana Johnson | Ep. 772 Mon, 22 Apr 2024 19:49:47 +0000
- Best of the Week: Trump Trial Circus, Biden's Cannibal Lie, Smug Elites, and More Sun, 21 Apr 2024 10:00:00 +0000
- Biden's Outrageous Title IX Changes Hurting Women and Men, with Alex Clark, Mary Morgan, May Mailman, Inez Stepman, and KC Johnson | Ep. 771 Fri, 19 Apr 2024 19:26:14 +0000
- Biden's New Cannibal Lie, Trump Jurors Bounced, and NPR's Decline, with Charles C.W. Cooke and Jim Geraghty | Ep. 770 Thu, 18 Apr 2024 19:18:43 +0000
- NPR Whistleblower Resigns, Smug Elites, and Sports Pay Disparity Reality, with Andrew Klavan | Ep. 769 Thu, 18 Apr 2024 10:00:00 +0000
- Get To Know Trump Trial Jurors, and Absurd Media Coverage of Case, with Vinnie Politan and Jonna Spilbor | Ep. 768 Wed, 17 Apr 2024 19:38:25 +0000
- Biased Trump Trial Jury Pool, Supreme Court Takes on January 6 Defendants, and NPR's Woke New CEO, with the Ruthless Podcast | 767 Tue, 16 Apr 2024 19:12:39 +0000
- Bonus Episode | The President's Daily Brief with Mike Baker Tue, 16 Apr 2024 14:41:41 +0000
- Trump Trial Circus Begins, and Biden Foreign Policy Chaos Consequences, with Alan Dershowitz, Glenn Greenwald, Noah Pollak, and Josh Hammer | Ep. 766 Mon, 15 Apr 2024 19:17:16 +0000
- Best of the Week: Attacks on Women in Sports, Israel and Christians, Sadness in Our Culture and More Sun, 14 Apr 2024 10:00:00 +0000
- Bizarre Pro-O.J. Simpson Spin, Media Stupidity or Lies, and Woke Eating Their Own, with Adam Carolla | Ep. 765 Fri, 12 Apr 2024 18:50:52 +0000
- O.J. Simpson Dies, Trump Trial "Election Interference," and Men in Women's Spaces, with Viva Frei, Phil Holloway, Allie Beth Stuckey, and Britt Mayer | Ep. 764 Thu, 11 Apr 2024 19:28:26 +0000
- Thought Police and Censorship, and New Gender Surgery Guidance, with Laurence Fox and Father Calvin Robinson | Ep. 763 Thu, 11 Apr 2024 10:00:00 +0000
- Dems' "Democracy" Meltdown, Christians and Israel, and Abortion as Election Issue, with Victor Davis Hanson | Ep. 762 Wed, 10 Apr 2024 19:24:28 +0000
- How Corporate Media Protects Biden, and Secrets to Younger Skin, with Sage Steele and Dr. Anthony Youn | Ep. 761 Tue, 9 Apr 2024 19:47:46 +0000
- Caitlin Clark Haters, and Trump's VP Apprentice and Abortion Announcement, with Stu Burguiere and Dave Marcus | Ep. 760 Mon, 8 Apr 2024 19:14:18 +0000
- Beyonce's Feminism and Insecurity, and Young Women Finding Good Men, with Mary Katharine Ham and Bridget Phetasy | Ep. 759 Fri, 5 Apr 2024 18:41:03 +0000
- Jack Smith vs. Trump Docs Case Judge, and Disturbing Rise of Assisted Suicide, with Mike Davis, Dave Aronberg, and Rupa Subramanya | Ep. 758 Thu, 4 Apr 2024 19:02:40 +0000
- Society Marginalizing Biological Women, Shakira Defending Men, and Lizzo's Entitlement, with Maureen Callahan | Ep. 757 Thu, 4 Apr 2024 10:00:00 +0000
- 60 Minutes' Shoddy "Havana Syndrome" Report, and Hillary Attacking Undecided Voters, with Glenn Greenwald | Ep. 756 Wed, 3 Apr 2024 19:22:43 +0000
- Should Trump Judge Recuse Himself, and Disturbing Ruby Franke Details, with Arthur Aidala and Mark Eiglarsh | Ep. 755 Tue, 2 Apr 2024 18:56:27 +0000
- Media's Faulty "Fact-Checking," and Trump's Path to 2024 Victory, with Ben Shapiro, Joseph Massey, and Robert Cahaly | Ep. 754 Mon, 1 Apr 2024 19:07:14 +0000
- Young People Turning From Faith, the New Religion of "Woke," and an Easter Message, with Bishop Robert Barron | Ep. 753 Fri, 29 Mar 2024 18:00:00 +0000
- "The View" Exposed, Biden's Glitzy Fundraiser, and MSNBC's Tantrums, with The Fifth Column Hosts | Ep. 752 Thu, 28 Mar 2024 19:31:09 +0000
- Predators Exposed at Nickelodeon, and Democrats Abandoning the Working Class, with Alexa Nikolas and Batya Ungar-Sargon | Ep. 751 Wed, 27 Mar 2024 18:55:29 +0000
- MSNBC's Hypocritical Ronna Meltdown, and "Preachy Females" In Dem Party, with Emily Jashinsky and Eliana Johnson | Ep. 750 Tue, 26 Mar 2024 19:21:36 +0000
- Meltdown at NBC Over Ronna Hire, and Meghan Markle's Cringe New Brand, with Michael Knowles and Dan Wootton | Ep. 749 Mon, 25 Mar 2024 19:14:05 +0000
- EXCLUSIVE: Ashleigh Merchant Responds to Fani Willis Accusations, Reacts to Ruling, and Previews What Happens Next | Ep. 748 Tue, 19 Mar 2024 18:00:00 +0000
- BREAKING: Fani Willis Can Stay, But Nathan Wade Has to Go, with Alan Dershowitz, Dave Aronberg, Mike Davis, Phil Holloway, and Andy McCarthy | Ep. 747 Fri, 15 Mar 2024 19:13:17 +0000
- Trump’s Possible VP Contenders, Don Lemon’s Disastrous Interview with Elon Musk, Prince William Affair Rumors, with Dershowitz and Ruthless Hosts | Ep. 746 Thu, 14 Mar 2024 19:42:20 +0000
- Kate Middleton's Health, Dan Wootton Speaks Out For First Time Since Cancelation, and Pressures on Parents, with Tim Carney | Ep. 745 Wed, 13 Mar 2024 19:06:30 +0000
- New Biden Memory Revelations, and Movie Set Shooting Verdict, with Jonna Spilbor, David Wohl, Dave Aronberg, Mike Davis, and Amy Chozick | Ep. 744 Tue, 12 Mar 2024 19:18:52 +0000
- George Stephanopoulos' Gross Hypocrisy, and Kate Middleton Fake Photo Controversy, with Andrew Klavan and Maureen Callahan | Ep. 743 Mon, 11 Mar 2024 19:07:56 +0000
- Biden's Angry SOTU, Britt's Cringe Response, and Princess Kate's Disappearance, with Sara Gonzales, Josh Hammer, and Gareth Russell | Ep. 742 Fri, 8 Mar 2024 20:30:00 +0000
- Radical Trans Ideology Hurting Kids and Female Athletes, with April Hutchinson, Robby Starbuck, Isabelle Ayala, and Jordan Campbell | Ep. 741 Thu, 7 Mar 2024 19:00:00 +0000
- BONUS: Ashleigh Merchant Tells All About Fani Willis Affair Details, and How Judge Will Rule, with Phil Holloway | Ep. 740 Thu, 7 Mar 2024 00:00:00 +0000
- Trump's Huge Win, Haley Drops Out, and MSNBC Melts Down, with Vivek Ramaswamy and Rich Lowry | Ep. 739 Wed, 6 Mar 2024 20:40:51 +0000
- New Fani Willis Witnesses, and the Power of Drudge, with Dave Aronberg, Mike Davis, Chris Moody, and Jamie Weinstein | Ep. 738 Tue, 5 Mar 2024 20:22:08 +0000
- Unanimous Trump Victory at Supreme Court, and 60 Minutes "Moms for Liberty" Hit Job, with Stu Burguiere and Dave Marcus | Ep. 737 Mon, 4 Mar 2024 19:57:26 +0000
- BONUS: Breaking Down Closing Arguments in Fani Willis Disqualification Hearing, with Dave Aronberg, Mike Davis, and Phil Holloway | Ep. 736 Fri, 1 Mar 2024 23:18:18 +0000
- Media Freakout Over Trump Trials, and Biological Men in Women's Prisons, with Jesse Kelly, Kelsey Bolar, and Amie Ichikawa | Ep. 735 Fri, 1 Mar 2024 18:48:03 +0000
- Meltdown Over Supreme Court Tackling Trump "Immunity," and Why Biden Won't Take Cognitive Test, with The Fifth Column | Ep. 734 Thu, 29 Feb 2024 20:23:15 +0000
- REVEALED: All the Texts About Fani Willis and Nathan Wade Relationship Between Lawyer and Witness, with Phil Holloway | Ep. 733 Wed, 28 Feb 2024 21:27:28 +0000
- How Texts Could Torpedo Fani Willis, and Left Spinning Georgia Student Death, with Mary Katharine Ham, Phil Holloway, and Wendell Husebo | Ep. 732 Tue, 27 Feb 2024 20:22:02 +0000
- Fani Willis "Real Housewives" Drama, and Trump's SC Victory, with Emily Jashinsky, Eliana Johnson, and Phil Holloway | Ep. 731 Mon, 26 Feb 2024 20:45:49 +0000
- BONUS: Megyn Kelly on the Need to Fight For Our Kids, Fani Willis, and State of the Media, at CPAC Sun, 25 Feb 2024 12:00:00 +0000
- BREAKING: Bombshell New Phone Evidence Shows Fani Willis and Nathan Wade May Have Lied Under Oath, with Phil Holloway | Ep. 730 Fri, 23 Feb 2024 21:07:00 +0000
- Google's Anti-White AI Image Generator, Biden's Dangerous Dog, and the NYPD Dance Team, with the Ruthless Podcast Hosts | Ep. 729 Thu, 22 Feb 2024 20:23:17 +0000
- Did Fani Willis Lie on Stand, and Alec Baldwin's Trial, with Judge Joe Brown, Marcia Clark, Mark Geragos, and Charles Cooke | Ep. 728 Wed, 21 Feb 2024 20:50:51 +0000
- Fani Willis' Perilous Future, and Biden Nudged to Step Aside, with Charlie Kirk, Dave Aronberg, Mike Davis, and Phil Holloway | Ep. 727 Tue, 20 Feb 2024 19:00:00 +0000
- Explosive DA Fani Willis and Nathan Wade Testimony - What Happens Next? With Dave Aronberg and Mike Davis | Ep. 726 Fri, 16 Feb 2024 20:31:28 +0000
- DNA, “Targeted,” Autopsies: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part Six | Ep. 725 Thu, 15 Feb 2024 19:00:00 +0000
- Bombshell New Details on “Star Crossed Lovers” Fani Willis and Nathan Wade, and Could Susan Rice Be the Secret Replacement for Dems in 2024?, with Michael Knowles, Andy McCarthy, Dave Aronberg and Mike Davis | Ep. 724 Wed, 14 Feb 2024 20:26:39 +0000
- Media's Biden Rescue, and Harry and Meghan's "Rebrand," with Maureen Callahan, Plus Sopranos Star Drea de Matteo | Ep. 723 Tue, 13 Feb 2024 20:35:00 +0000
- Kelce and Swift Super Bowl "Overload," and Left's Lies about Biden Report, with Victor Davis Hanson and "Crain & Company" | Ep. 722 Mon, 12 Feb 2024 20:33:18 +0000
- Damning Report on Biden's Mental Fitness, and if Jeffrey Epstein Killed Himself, with Ben Shapiro, Mark Epstein, and Steve Krakauer | Ep. 721 Fri, 9 Feb 2024 20:24:24 +0000
- Biden's Cognitive Decline, America's Reckoning, and CNN's Ratings Slide, with Dennis Prager and Buck Sexton | Ep. 720 Thu, 8 Feb 2024 19:00:00 +0000
- Bud Light's Lack of Apology, and Fani Willis' Next Move, with Kevin O'Leary, Mark Davis, and Dave Aronberg | Ep. 719 Wed, 7 Feb 2024 19:56:45 +0000
- Bonus: Bret Weinstein on The Tucker Carlson Podcast Wed, 7 Feb 2024 11:00:00 +0000
- RFK's 2024 Impact, "Woke Kindergarten," and Inspiring "Fast Car" Grammys Collab, with Matt Welch, Liz Wolfe, and Sage Steele | Ep. 718 Tue, 6 Feb 2024 20:07:45 +0000
- Disastrous Biden Poll, and How Australia Cracks Down on Illegal Immigration, with Kmele Foster, Inez Stepman, and Paul Murray | Ep. 717 Mon, 5 Feb 2024 20:20:57 +0000
- Crime Friday: Frozen Kansas City Chiefs Fans, and Fani Willis Admits Affair, with Arthur Aidala, Mark Eiglarsh, and Charlie Condon | Ep. 716 Fri, 2 Feb 2024 20:26:20 +0000
- Tech CEOs on Hot Seat, Biden's Lies, and "Sociopath" Gavin Newsom, with Newt Gingrich and Adam Carolla | Ep. 715 Thu, 1 Feb 2024 20:18:10 +0000
- Exclusive with Montana Parents Who Had Daughter Taken Away, Plus New Fani Willis Drama, with Sara Gonzales, Josh Hammer, and David Menzies| Ep. 714 Wed, 31 Jan 2024 20:08:01 +0000
- Carroll's Lovefest with Maddow, Border Crisis Reality, and Taylor Swift Conspiracies, with Glenn Beck and Britt Mayer | Ep. 713 Tue, 30 Jan 2024 19:45:32 +0000
- Rise of Alternative Media as Corporate Press Implodes, with Glenn Greenwald, Rumble CEO Chris Pavlovski, and Entrepreneur Omeed Malik Mon, 29 Jan 2024 19:26:51 +0000
- Charlie Kirk on the Border "Invasion," Key GOP Ground Game Strategies, and Fani Willis' Rough Road | Ep. 711 Fri, 26 Jan 2024 19:00:00 +0000
- Kari Lake on the Bribe Attempt, Plus Texas vs. Biden Border Showdown, with Andrew Klavan and Alan Dershowitz | Ep. 710 Thu, 25 Jan 2024 20:11:50 +0000
- Trump Wins New Hampshire, But Haley Fights On, with Victor Davis Hanson, Comfortably Smug, and Michael Moynihan | Ep. 709 Wed, 24 Jan 2024 20:07:55 +0000
- Final GOP Primary of 2024? Plus, Fani Willis Affair Drama, with Rich Lowry and Charles C.W. Cooke | Ep. 708 Tue, 23 Jan 2024 20:14:04 +0000
- DeSantis Endorses Trump, Trump's VP Test, and Man Swimming Against Girls, with Emily Jashinsky, Eliana Johnson, and David Menzies | Ep. 707 Mon, 22 Jan 2024 20:44:35 +0000
- Crime Friday: New Murdaugh Trial Potential, Adult Dwarf or Child Case, and Gypsy Rose's Boyfriend, with Mark Geragos and Jonna Spilbor | Ep. 706 Fri, 19 Jan 2024 19:00:00 +0000
- Truth About Kamala Harris's Rise and Relationships, and Gender Identity Reality, with Charlie Spiering and Billboard Chris | Ep. 705 Thu, 18 Jan 2024 20:03:11 +0000
- Can Trump Unify GOP Now, and Whether Georgia DA Fani Willis Lied About Alleged Lover, with Michael Knowles | Ep. 704 Wed, 17 Jan 2024 20:31:41 +0000
- Trump's Huge Iowa Win, and MSNBC's Embarrassing Meltdown Over the Results, with Stu Burguiere and Dave Marcus | Ep. 703 Tue, 16 Jan 2024 20:14:49 +0000
- Trump vs. Vivek, and DeSantis vs. Haley for 2nd, on Iowa Caucus Day, with Dave Rubin and Rep. Byron Donalds | Ep. 702 Mon, 15 Jan 2024 20:26:39 +0000
- Michelle Obama's Bitterness, and Bombshell Matthew Perry Allegations, with Jason Whitlock, Evita Duffy, Will Witt, and Will Folks | Ep. 701 Fri, 12 Jan 2024 19:57:21 +0000
- Trump's Dominant Town Hall, MSNBC's Softball "Dr." Jill Interview, and Don Lemon's Media Return, with the Ruthless Podcast | Ep. 700 Thu, 11 Jan 2024 20:11:51 +0000
- Hunter Biden's Shock Capitol Hill Trip, and if President Biden Can Get Primaried, with Dean Phillips, Dave Aronberg, and Mike Davis | Ep. 699 Wed, 10 Jan 2024 20:03:04 +0000
- Biden Stokes Racial Division in Campaign Messaging, and Michelle Obama Says She's "Terrified" of Trump Win, with Victor Davis Hanson | Ep. 698 Tue, 9 Jan 2024 20:16:47 +0000
- Golden Globes Jokes Bomb, New Jeffrey Epstein Docs, and Antisemite of the Year, with Maureen Callahan and Liora Rez | Ep. 697 Mon, 8 Jan 2024 20:11:15 +0000
- Dems' "Dark Brandon" Scare Tactics, And Reality of AI Facial Recognition Tech, with Jesse Kelly and Kashmir Hill | Ep. 696 Fri, 5 Jan 2024 19:47:36 +0000
- Epstein Docs Released, Idaho Murders House Destroyed, and Trump's "Immunity" Claim, with Nancy Grace, Dave Aronberg, and Mike Davis | Ep. 695 Thu, 4 Jan 2024 20:37:01 +0000
- Left Blames "Racism" For Claudine Gay's Harvard Exit, and New Appreciation For Trump's Border Policy, with The Fifth Column Hosts | Ep. 694 Wed, 3 Jan 2024 20:03:23 +0000
- Record-Breaking Illegal Immigration Numbers, and What Joe Biden Knew About Hunter, with Ben Shapiro and the IRS Whistleblowers | Ep. 693 Tue, 2 Jan 2024 20:16:23 +0000
- Unanswered Questions: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part Five | Ep. 692 Fri, 22 Dec 2023 19:00:00 +0000
- The Trial Ahead: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part Four | Ep. 691 Thu, 21 Dec 2023 19:00:00 +0000
- Inside the Mind: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part Three | Ep. 690 Wed, 20 Dec 2023 19:00:00 +0000
- Pursuit and Arrest: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part Two | Ep. 689 Tue, 19 Dec 2023 19:00:00 +0000
- The Crime Scene: Idaho College Murders and Bryan Kohberger, Megyn Kelly Show Special - Part One | Ep. 688 Mon, 18 Dec 2023 19:00:00 +0000
- Cowardly Media, and Trump's 2024 Court Battles, with Bari Weiss, Arthur Aidala, Mark Eiglarsh, and Phil Houston | Ep. 687 Fri, 15 Dec 2023 20:33:27 +0000
- CNN's Vivek Meltdown, Status of the Bud Light Boycott, and Trump's Polling Dominance, with the Ruthless Podcast | Ep. 686 Thu, 14 Dec 2023 19:51:54 +0000
- Hunter Biden Plays the Victim, and Left Shifts Blame on Israel, with Peter Schweizer, Margot Cleveland, and Rabbi Steve Leder | Ep. 685 Wed, 13 Dec 2023 19:51:07 +0000
- Woke Hypocrisy Infects Elite Institutions, and How the GOP Can Win in 2024, with Andrew Klavan and Carl Higbie | Ep. 684 Tue, 12 Dec 2023 19:42:11 +0000
- Tucker Carlson on His Exit From Fox, What He's Building Now, and America's Free Speech Reckoning | Ep. 683 Mon, 11 Dec 2023 21:00:51 +0000
- Bombshell New Hunter Biden Charges, and Harry and Meghan's "Racist Royals" Drama, with Matt Welch, Liz Wolfe, and Maureen Callahan | Ep. 682 Fri, 8 Dec 2023 20:09:33 +0000
- Fiery and Fun GOP Debate, and Vivek vs. Haley, with Josh Holmes, Glenn Greenwald, Rich Lowry, and Jim Geraghty | Ep. 681 Thu, 7 Dec 2023 19:57:03 +0000
- Post-Debate Spin Room Special, with Vivek Ramaswamy, Nikki Haley, Emily Jashinsky, Michael Moynihan, Tom Bevan, and Chris Stirewalt Thu, 7 Dec 2023 04:57:08 +0000
- Haley vs. DeSantis, and Trump's "Dictator" Comment Freakout, with Chris Stirewalt, Stu Burguiere, and Dave Marcus | Ep. 680 Wed, 6 Dec 2023 20:05:26 +0000
- GOP Debate Stakes, and Progressives Refusing to Condemn Hamas, with Charles C.W. Cooke, Michael Brendan Dougherty, Josh Hammer, and Seth Mandel | Ep. 679 Tue, 5 Dec 2023 20:10:56 +0000
- Santos Expelled and DeSantis vs. Newsom, with Newt Gingrich, and Mike "The Situation" Sorrentino's Journey Through Jersey, Drugs, and Prison | Ep. 678 Fri, 1 Dec 2023 20:16:55 +0000
- Elon Tells Brands to "F" Off, and Fighting the Woke in Culture and Entertainment, with Jeremy Boreing and Britt Mayer | Ep. 677 Thu, 30 Nov 2023 20:24:27 +0000
- Anti-Israel Snowflakes in Biden Administration, and GOP Megadonors Back Haley, with The Fifth Column Hosts | Ep. 676 Tue, 28 Nov 2023 20:21:19 +0000
- Biden Takes Credit for Hostage Deal, and Elon's Media Matters Lawsuit, with Victor Davis Hanson, Marcia Clark, and Mark Geragos | Ep. 675 Mon, 27 Nov 2023 20:32:30 +0000
- What Life is Really Like in the Mob, and Finding God in Prison, with Former Mafia Member Michael Franzese | Ep. 674 Tue, 21 Nov 2023 19:00:00 +0000
- What Elon Musk's War with Media Matters Means, and Biden's Bad Birthday, with Emily Jashinsky and Eliana Johnson | Ep. 673 Mon, 20 Nov 2023 20:01:22 +0000
- Exclusive Reaction From Rob O’Neill on Viral Bin Laden Letter, and Gayle King’s “Grossly Inappropriate” CBS Interview, with Dave Rubin | Ep. 672 Fri, 17 Nov 2023 20:04:22 +0000
- Young Americans Praise Bin Laden, and Vivek Ramaswamy Takes on CNN, with Bethany Mandel, Karol Markowicz, and More | Ep. 671 Thu, 16 Nov 2023 20:17:14 +0000
- False George Floyd Narratives Exposed in New Film, and How It Changed Policing, with Liz Collin, JC Chaix, and Heather Mac Donald | Ep. 670 Wed, 15 Nov 2023 20:17:12 +0000
- What Democrat Panic Means for Biden and Trump, and San Francisco Suddenly Cleans Up, with the Ruthless Podcast Hosts | Ep. 669 Tue, 14 Nov 2023 19:57:13 +0000
- Disgusting Pro-Hamas Displays, and COVID Vaccine Consequences, with Konstantin Kisin and "Shot Dead" Documentary Director | Ep. 668 Mon, 13 Nov 2023 20:30:53 +0000
- Charlie Kirk on How Jill Stein and Joe Manchin Could Hurt Biden in 2024, and Progressive Left Turning on Each Other | Ep. 667 Fri, 10 Nov 2023 19:00:00 +0000
- Haley vs. Vivek Fight Club, and More GOP Debate Highlights, with Michael Knowles, Emily Jashinsky, Michael Moynihan, and Charles C.W. Cooke | Ep. 666 Thu, 9 Nov 2023 20:32:35 +0000
- GOP's 2023 Election Fails, Garland's Hunter Biden Lies, and Trump's Trials Helping Him in 2024, with Stu Burguiere and Dave Marcus | Ep. 665 Wed, 8 Nov 2023 20:16:35 +0000
- Jewish Man Killed in California, and Key Election Races to Watch, with John Podhoretz, Christine Rosen, Andy Ngo, and Chris Stirewalt | Ep. 664 Tue, 7 Nov 2023 20:12:58 +0000
- Disaster Polls For Biden, and Overcoming This Economy With Smart Investing, with Sen. Ted Cruz and Jordan Belfort | Ep. 663 Mon, 6 Nov 2023 20:17:22 +0000
- Adam Carolla on Hunter Biden Playing the Victim, "Sociopath" Gavin Newsom, and Crazy Plane Lady's New Excuse | Ep. 662 Fri, 3 Nov 2023 19:00:05 +0000
- Biden Panders to Anti-Israel Crowd, and Free Speech vs. Cancel Culture, with Tom Bevan, Josh Holmes, and Greg Lukianoff | Ep. 661 Thu, 2 Nov 2023 19:13:03 +0000
- Status of Trump Trials, and Cornell Student Arrested Over Threats to Jews, with Mike Davis, Dave Aronberg, and Maureen Callahan | Ep. 660 Wed, 1 Nov 2023 19:21:28 +0000
- Woke Frauds Exposed, Jew Haters at Universities, and Matthew Perry and the Drug of Fame, with Andrew Klavan | Ep. 659 Tue, 31 Oct 2023 19:14:05 +0000
- Media Spreading Hamas Propaganda, and COVID Vaccine Lawsuits, with Michael Oren, Arthur Aidala, and Jonna Spilbor | Ep. 658 Mon, 30 Oct 2023 19:17:36 +0000
- New Video Shows Bowman Lied About Fire Alarm, and Rational Gender Care, with Jesse Kelly, Joe Burgo, and Stella O'Malley | Ep. 657 Fri, 27 Oct 2023 18:56:55 +0000
- Jews Shelter From NYC Anti-Israel Protesters, and Biden's Middle East Failures, with the Fifth Column Hosts | Ep. 656 Thu, 26 Oct 2023 19:28:11 +0000
- Free Speech for Jew Haters, and Britney's Must-Read Memoir, with Gad Saad, Evita Duffy-Alfonso, and Will Witt | Ep. 655 Wed, 25 Oct 2023 19:43:58 +0000
- Every Leftist Social Justice Talking Point Under One Umbrella, and Campus Snowflakes, with Michael Knowles and Alan Dershowitz | Ep. 654 Tue, 24 Oct 2023 19:34:12 +0000
- Denying Hamas Atrocities, and Whiny Anti-Israel Students Playing Victim, with Rich Lowry and Charles C.W. Cooke | Ep. 653 Mon, 23 Oct 2023 19:25:07 +0000
- Biden Ties Israel To Ukraine, and Anti-Semitic Campus "Crying Bully," with Dave Marcus and Noah Pollak | Ep. 652 Fri, 20 Oct 2023 19:17:50 +0000
- Israel Prepares, Biden's Aid for Gaza, and "Insurrection" in DC, with Bethany Mandel, Karol Markowicz, and Victor Davis Hanson | Ep. 651 Thu, 19 Oct 2023 19:21:01 +0000
- Media and Left Botch Gaza Hospital Story, and Campus Anti-Semitism Grows, with Buck Sexton and Dennis Prager | Ep. 650 Wed, 18 Oct 2023 18:00:00 +0000
- True Scope of Atrocities in Israel, and Erasure of Women, with Gov. Ron DeSantis, Josh Hammer, and Britt Mayer | Ep. 649 Tue, 17 Oct 2023 19:32:14 +0000
- Jew Hatred on Display in America, and Free Speech vs. Cancel Culture, with Emily Jashinsky and Eliana Johnson Mon, 16 Oct 2023 18:56:41 +0000
- Jews Targeted in "Day of Rage," and the Money Behind Trans Movement, with Ayaan Hirsi Ali, Noah Rothman, and Jennifer Bilek Fri, 13 Oct 2023 19:30:12 +0000
- Evil of Hamas and in America, and the Rot of Woke Institutions Like Universities, with the Ruthless Podcast Hosts | Ep. 646 Thu, 12 Oct 2023 18:54:31 +0000
- America's Vulnerabilities, Anti-Semitism Reality, and Trauma of War, with Glenn Beck, Dr. Drew, and Eli Lake | Ep. 645 Wed, 11 Oct 2023 19:32:44 +0000
- What Israel Does Now After Terror Attack, and America's Next Move, with Ben Shapiro, Amb. David Friedman, and Lt. Col. Daniel Davis | Ep. 644 Tue, 10 Oct 2023 19:17:15 +0000
- Israel at War, Hamas Terror, Biden Response, Anti-Semitic Uprisings in U.S., with Sen. Ted Cruz, Ric Grenell, and Victor Davis Hanson | Ep. 643 Mon, 9 Oct 2023 19:25:38 +0000
- Exclusive interview with Laurence Fox About His Arrest and GB News Exit, and Dangers Parents Face with Their Kids on Trans Ideology, with Dr. Miriam Grossman | Ep. 642 Fri, 6 Oct 2023 19:11:59 +0000
- Biden’s Border Wall, Ex-MLB Pitcher Trevor Bauer’s Lawsuit Drama, and SBF Trial Begins, with Former VP Mike Pence, Arthur Aidala, and Mark Eiglarsh | Ep. 641 Thu, 5 Oct 2023 19:09:51 +0000
- Wargaming How Democrats Could Ditch Biden Next Year, and Criminalizing Speech in the U.K., with Chris Stirewalt and Calvin Robinson | Ep. 640 Wed, 4 Oct 2023 19:06:06 +0000
- Garland's Tears on 60 Minutes, Trump Back in Court, and the War on Men, with Dave Rubin and Owen Strachan | Ep. 639 Mon, 2 Oct 2023 19:22:00 +0000
- Trump's Power of Persuasion, and Democrats Downplaying Biden Corruption, with Scott Adams and Margot Cleveland | Ep. 638 Fri, 29 Sep 2023 19:22:36 +0000
- Who Won the Chaos "Hot Mess" Debate, with Glenn Greenwald, Eliana Johnson, Michael Duncan, and Larry Elder | Ep. 637 Thu, 28 Sep 2023 19:16:28 +0000
- Could Biden Be Replaced, Trans Sports Receipts, and Cuomo's COVID Lies, with Emily Jashinsky and Matt Welch | Ep. 636 Wed, 27 Sep 2023 19:20:37 +0000
- Rapinoe's Final Middle Finger, Radical Trans Ideology, and Failures of Progressive Policies, with Carrie Prejean and Jason Rantz | Ep. 635 Tue, 26 Sep 2023 19:28:40 +0000
- Left Freakout Over Great Trump Polls, Biden's "Boy" Gaffe, and Travis Kelce Shills For Pfizer, with Charlie Kirk | Ep. 634 Mon, 25 Sep 2023 18:00:00 +0000
- Dan Bongino on Threats to Trump, Biden's Poor Parenting, and the Gift of Failure | Ep. 633 Fri, 22 Sep 2023 18:00:00 +0000
- Dems Politicizing and Undermining Institutions, and Cameras in Kohberger Courtroom, with Mark Levin, Marcia Clark, and Mark Geragos | Ep. 632 Thu, 21 Sep 2023 20:09:26 +0000
- Garland Grilled on Hunter Investigation, and Russell Brand's Defenders, with Jim Geraghty and Maddy Kearns | Ep. 631 Wed, 20 Sep 2023 19:11:30 +0000
- The Mysterious Case of Rudolf Diesel, and How Reading Helps You Think, with Doug Brunt | Ep. 630 Tue, 19 Sep 2023 20:03:36 +0000
- Trump's Abortion Strategy, and Allegations Against Russell Brand, with David Sacks, Will Witt, and Savanah Hernandez | Ep. 629 Mon, 18 Sep 2023 19:39:49 +0000
- Media and Dems Turn Against Biden and Harris, and Hunter's Gun Charges, with Rich Lowry, Peter Schweizer, Dave Aronberg, and Mike Davis | Ep. 628 Fri, 15 Sep 2023 19:31:01 +0000
- Former President Donald Trump on Biden's Impeachment and Age, Fauci and COVID, and Melania and Barron, Plus, Victor Davis Hanson | Ep. 627 Thu, 14 Sep 2023 18:57:01 +0000
- DeSantis, Vivek, Haley, Scott - A Megyn Kelly Show Look at Past Interviews With GOP Candidates | Ep. 626 Wed, 13 Sep 2023 18:00:00 +0000
- Breaking: Impeachment Inquiry Into Biden's Corruption Begins, with Glenn Beck and Maureen Callahan | Ep. 625 Tue, 12 Sep 2023 19:04:13 +0000
- Left's 14th Amendment Fantasies, Novak's Big Victory, and 9/11 Memories, with Alan Dershowitz and Marcellus Wiley | Ep. 624 Mon, 11 Sep 2023 19:10:45 +0000
- Inside the Jimmy Fallon Toxic Workplace Allegations, Karine Jean-Pierre’s “Glitzy” Vogue Exclusive, with Jesse Kelly and Sasha Ayad | Ep. 623 Fri, 8 Sep 2023 19:27:12 +0000
- Megyn's Trump Interview Next Week, and Potential New Murdaugh Trial, with Ric Grenell, Mike Baker, Jonna Spilbor, and David Wohl | Ep. 622 Thu, 7 Sep 2023 19:22:32 +0000
- Legacy Media Constraints, and COVID Gaslighting Continues, with Bari Weiss, Nellie Bowles, and David Zweig | Ep. 621 Wed, 6 Sep 2023 19:56:24 +0000
- Media Malpractice Covering Biden and Trump, and Embarrassing Immigration Spin, with Emily Jashinsky and Eliana Johnson | Ep. 620 Tue, 5 Sep 2023 19:09:04 +0000
- McConnell's Alarming Freeze, Biden's Decline, and Elites Saying We'll "Own Nothing," with Glenn Greenwald and Carol Roth | Ep. 619 Thu, 31 Aug 2023 19:40:32 +0000
- Raising "Outdoor" Kids, and Overcoming Toxic Achievement Culture, with Steven Rinella and Jennifer Wallace | Ep. 618 Wed, 30 Aug 2023 19:18:39 +0000
- Biden's Incoherence and Corruption, and Leaning on Faith, with Victor Davis Hanson and Alexa and Carlos PenaVega | Ep. 617 Tue, 29 Aug 2023 19:35:28 +0000
- Media Drools Over Trump Mug Shot, and Vivek Beats the Press, with Stu Burguiere and Dave Marcus | Ep. 616 Mon, 28 Aug 2023 19:01:15 +0000
- Debating and Discussing the GOP Debate, with Listeners and Viewers: Megyn Kelly Show Weekend Extra | Ep. 615 Sat, 26 Aug 2023 11:00:00 +0000
- Vivek Rises, DeSantis Untouched, and Trump's Arrest, with Michael Knowles, Emily Jashinsky, Comfortably Smug, and Charles C.W. Cooke | Ep. 614 Thu, 24 Aug 2023 19:34:21 +0000
- Vivek's 9/11 Spin, Trump's Arrest Theater, and Prigozhin Dies in Plane Crash, with The Fifth Column Hosts | Ep. 613 Wed, 23 Aug 2023 18:54:42 +0000
- MAGA vs. GOP Takes Centerstage, "Blind Side" Truth, and Our "Feminized" Society, with Jason Whitlock | Ep. 612 Tue, 22 Aug 2023 18:00:00 +0000
- Did Joe Biden Enable Hunter's Addiction? Plus Biden's Shameful Maui Visit, with Dr. Nicholas Kardaras | Ep. 611 Mon, 21 Aug 2023 18:56:12 +0000
- Sage Steele Speaks Out For First Time About Her ESPN Exit, Being Stabbed in the Back, and Fighting For What's Right | Ep. 610 Thu, 17 Aug 2023 18:00:15 +0000
- Menopause, Libido, and Childbirth: Deep Dive on Women's Sexual Health, with Dr. Mary Jane Minkin | Ep. 609 Wed, 16 Aug 2023 19:31:09 +0000
- Yet Another Trump Indictment, And Why People Don't Trust Institutions, with the Ruthless Hosts, Dave Aronberg, and Mike Davis | Ep. 608 Tue, 15 Aug 2023 19:16:01 +0000
- Biden's Corruption as VP Revealed, and Kohberger's Idaho Murders Alibi, with Newt Gingrich, Viva Frei, and Peter Tragos | Ep. 607 Mon, 14 Aug 2023 19:20:07 +0000
- A DEI Session, Bullying, and a Tragic Suicide: Megyn Kelly Show Weekend Extra | Ep. 606 Sat, 12 Aug 2023 11:00:00 +0000
- Potential Biden Impeachment, and Explosive Revelations About Obama, with Rep. Wesley Hunt and David Garrow | Ep. 605 Thu, 10 Aug 2023 18:00:00 +0000
- Testosterone, Libido, and Infertility: Deep Dive on Men's Sexual Health, with Dr. Mohit Khera | Ep. 604 Wed, 9 Aug 2023 19:06:43 +0000
- NBC's Failed Abortion Fact-Check, and Biden's Gold Star Family Betrayal, with Rich Lowry and Michael Brendan Dougherty | Ep. 603 Tue, 8 Aug 2023 18:54:37 +0000
- U.S. Women Soccer's World Cup Fail, and Consequences of Criminal Behavior, with Clay Travis and Dana Loesch | Ep. 602 Mon, 7 Aug 2023 18:00:00 +0000
- Biden Corruption in Plain Sight, and Residents Fed Up With Crime, with Andrew Klavan, Alan Dershowitz, and More | Ep. 601 Thu, 3 Aug 2023 19:16:48 +0000
- Trump Indicted AGAIN, Now For January 6, with Andy McCarthy, Julie Kelly, Dave Aronberg, and Mike Davis | Ep. 600 Wed, 2 Aug 2023 19:13:41 +0000
- Potential Biden Bribery Revelations, and Power of Faith, with Dennis Quaid, Peter Schweizer, Will Witt, and Caroline Downey | Ep. 599 Tue, 1 Aug 2023 19:12:10 +0000
- Hunter's Buddy Testifies, Left's Asian Discrimination, and Non-Woke Sports, with Josh Holmes, Jonathan Isaac, and Kenny Xu | Ep. 598 Mon, 31 Jul 2023 19:14:42 +0000
- Gov. Ron DeSantis on DOJ Corruption, His Disney Fight, and Pardoning Trump, Plus, Victor Davis Hanson on Hunter's Sweetheart Near Deal | Ep. 597 Fri, 28 Jul 2023 19:30:06 +0000
- The Disturbing and Incredible Story of Fake Cancer Survivor "Scamanda," With Host Charlie Webster | Ep. 596 Thu, 27 Jul 2023 18:00:00 +0000
- Happiness in Relationships and Work, and Dangers of Social Media, with Gad Saad | Ep. 595 Wed, 26 Jul 2023 18:00:00 +0000
- Disgusting Media Lies About Florida Curriculum, and Harms of Trans Extremism, with Oli London, Charles C.W. Cooke and William Allen | Ep. 594 Tue, 25 Jul 2023 19:23:35 +0000
- New Hunter Corruption Revelations, Biden's Short Stairs, and Barbie's Message, with Emily Jashinsky and Eliana Johnson | Ep. 593 Mon, 24 Jul 2023 19:43:41 +0000
- Donald Trump, Jr. on Another Potential Indictment for His Dad, Attacks on Aldean, and Liberal Hypocrisy | Ep. 592 Fri, 21 Jul 2023 18:00:00 +0000
- IRS Whistleblowers on Hunter Biden Investigation Roadblocks, Significance of Laptop, and Accusations of Political Bias | Ep. 591 Thu, 20 Jul 2023 18:00:00 +0000
- Trans Activist Emotional Blackmail, Silencing Women, and Redefining Words to Win Arguments, with Helen Joyce | Ep. 590 Wed, 19 Jul 2023 19:00:09 +0000
- Another Trump Arrest Coming? Plus, Rich and Woke Politicians, with Chris Rufo, Matt Lewis, Dave Aronberg, and Mike Davis | Ep. 589 Tue, 18 Jul 2023 18:54:37 +0000
- Megyn on Trump Chat and Upcoming DeSantis Interview, and Ray Epps Questions, with Arthur Aidala, Mark Eiglarsh, and Kimberley Strassel | Ep. 588 Mon, 17 Jul 2023 18:00:00 +0000
- No Cocaine Culprit, CNN's Dylan Mulvaney Apology, and Hunter Investigation Questions, with Michael Knowles and Margot Cleveland | Ep. 587 Thu, 13 Jul 2023 18:49:41 +0000
- Wray Pressed, and Disney's Declining Attendance, with Nikki Haley, Joe Pags, Jaimee Michell, and Chris Barrett | Ep. 586 Wed, 12 Jul 2023 18:53:41 +0000
- Grandpa Joe's Cruelty, Kamala's Nonsense, and the Cocaine at the White House, with The Fifth Column Hosts | Ep. 585 Tue, 11 Jul 2023 19:31:43 +0000
- Media's Attacks on Casey DeSantis and RFK Continue, and Importance of IRL Connection, with Stu Burguiere, David Marcus, and The Wachobs | Ep. 584 Mon, 10 Jul 2023 19:20:58 +0000
- Did Joe Biden Actually Exploit Hunter, and Winning the Culture War, with Miranda Devine and Kirk Cameron | Ep. 583 Fri, 7 Jul 2023 18:58:57 +0000
- Explosive New Biden Corruption Allegations, Disney's Woke Implosion, and White House Cocaine Update, with Charlie Kirk | Ep. 582 Thu, 6 Jul 2023 18:00:00 +0000
- Biden Won't Acknowledge His 7th Grandchild, and White House Cocaine, with Amala Ekpunobi and Evita Duffy-Alfonso | Ep. 581 Wed, 5 Jul 2023 18:54:25 +0000
- Media Smears Asians and Muslims After Supreme Court Ruling, and Violent Riots in France, with Mark Steyn and Darren Grimes | Ep. 580 Mon, 3 Jul 2023 19:45:43 +0000
- Supreme Court's Historic Free Speech and Student Debt Decisions, with Charles C.W. Cooke, Judge Amul Thapar, Kristen Waggoner, and More | Ep. 579 Fri, 30 Jun 2023 19:00:59 +0000
- Supreme Court's Seismic Affirmative Action Ruling and More, with Jason Riley, Heather Mac Donald, Carrie Prejean, and Britt Mayer | Ep. 578 Thu, 29 Jun 2023 18:59:49 +0000
- Merrick Garland's Potential Felonies, and New Evidence in Idaho Murders Case, with Ric Grenell, Marcia Clark, and Mark Geragos | Ep. 577 Wed, 28 Jun 2023 18:53:48 +0000
- New Explosive Hunter Biden Revelations, and Whether Trump Should Have Been Charged, with the Ruthless Podcast Hosts | Ep. 576 Tue, 27 Jun 2023 19:11:02 +0000
- What Bombshell Hunter Biden Message Reveals, and Trump vs. Biden Hypocrisy From Left and Media, with Glenn Greenwald | Ep. 575 Mon, 26 Jun 2023 19:05:40 +0000
- BONUS: Doug Brunt Reveals Details About His Forthcoming Book on His "Dedicated" Podcast Wed, 21 Jun 2023 11:00:00 +0000
- What Happened to Missing Plane MH370: A Megyn Kelly Show True Crime Special | Ep. 574 Fri, 16 Jun 2023 18:00:00 +0000
- What Happens in Cults, and Escaping From Them: A Megyn Kelly Show True Crime Special | Ep. 573 Thu, 15 Jun 2023 18:00:00 +0000
- How Jared From Subway Was Exposed: A Megyn Kelly Show True Crime Special | Ep. 572 Wed, 14 Jun 2023 18:00:00 +0000
- Jodi Arias Trial That Captivated America: A Megyn Kelly Show True Crime Special | Ep. 571 Tue, 13 Jun 2023 18:00:00 +0000
- Horrific Chris Watts Family Murders: A Megyn Kelly Show True Crime Special | Ep. 570 Mon, 12 Jun 2023 18:00:00 +0000
- Trump Indicted Again, and Biden's Burisma Connection, with Victor Davis Hanson, Charles C.W. Cooke, Alan Dershowitz, Arthur Aidala, and Dave Aronberg | Ep. 569 Fri, 9 Jun 2023 19:23:10 +0000
- Fox's Post-Tucker Crisis, Harry's Media Vendetta, and Harms of Gender "Transition," with Chadwick Moore, Dr. Miriam Grossman, and Nile Gardiner | Ep. 568 Thu, 8 Jun 2023 18:00:00 +0000
- CNN CEO's Shock Firing, and Trans Ideology in Schools and Sports, with Peachy Keenan, Steve Krakauer and More | Ep. 567 Wed, 7 Jun 2023 19:16:08 +0000
- Outrageous Casey DeSantis Attacks, CNN's Whiny Newsroom, and Surviving Cancelation, with Jesse Kelly and Joseph Massey | Ep. 566 Tue, 6 Jun 2023 19:03:25 +0000
- Truth About the HPV Vaccine: A Megyn Kelly Show Debate and Discussion, with Dr. Kristen Walsh and Allison Krug | Ep. 565 Mon, 5 Jun 2023 19:40:06 +0000
- Biden's Alarming Fall, DeSantis Fires at Trump, and Not Using "Preferred Pronouns," with Rich Lowry and Jim Geraghty | Ep. 564 Fri, 2 Jun 2023 19:16:48 +0000
- Tara Reade Reveals What Led Her To Russia, and Biden Influence Peddling Revelations and More, with Gregg Jarrett | Ep. 563 Thu, 1 Jun 2023 19:11:13 +0000
- Budweiser's Permanently Tarnished Brand, DeSantis' Furry Battle, and Following the Culture War Money, with Adam Curry | Ep. 562 Wed, 31 May 2023 18:58:33 +0000
- Destruction of Women's Sports Over Trans Ideology, and Target Backlash Grows, with Michael Knowles, Inga Thompson, and Hannah Arensman | Ep. 561 Tue, 30 May 2023 19:26:53 +0000
- Navy SEAL Jason Redman on Overcoming the Victim Mindset, His Inspirational Recovery, and Our Military Today | Ep. 560 Mon, 29 May 2023 18:00:00 +0000
- DeSantis vs. Trump Fight Heats Up, and the Demise of Black Lives Matter, with Dave Rubin and Hotep Jesus | Ep. 559 Fri, 26 May 2023 19:16:14 +0000
- DeSantis' False Start and Missed Opportunity, and Body Image in Our Culture, with Josh Holmes, Kash Patel, and Jillian Michaels | Ep. 558 Thu, 25 May 2023 19:17:18 +0000
- DeSantis Declares, and Target's "Tuck-Friendly" Backlash, with Victor Davis Hanson, Beth Karas, and Peter Tragos | Ep. 557 Wed, 24 May 2023 19:15:43 +0000
- Fox News and CNN's Disastrous Ratings, and "CitiBike Karen" Smears, with Emily Jashinsky and Eliana Johnson | Ep. 556 Tue, 23 May 2023 19:18:28 +0000
- Charlie Kirk on Tucker Carlson's True Brand Value, AOC's Funeral Selfies, DeSantis' Mistakes, and Why RNC Leaders Should Go | Ep. 555 Mon, 22 May 2023 18:00:00 +0000
- Dan Bongino on His Fox News Exit, Tucker's Next Steps, Trump vs. DeSantis, and the Truth About the Deep State | Ep. 554 Fri, 19 May 2023 18:00:00 +0000
- Women Fight Back on Trans Ideology, and New Info on Harry and Meghan's "Car Chase," with Carrie Prejean Boller and Britt Mayer | Ep. 553 Thu, 18 May 2023 19:05:24 +0000
- Roseanne Barr on Toxic Hollywood Betrayals and Surviving Cancel Culture, Plus Harry and Meghan's Paparazzi Ploy | Ep. 552 Wed, 17 May 2023 19:28:15 +0000
- CNN's Post-Trump Town Hall Meltdown, and No Media Accountability Post-Durham, with the Fifth Column Hosts | Ep. 551 Tue, 16 May 2023 19:13:58 +0000
- Left's Trans Ideology Religion, and Men in Women's Spaces, with Sen. Josh Hawley and KKG Sisters Suing Over Trans Pledge | Ep. 550 Mon, 15 May 2023 19:07:45 +0000
- Biden's Border Chaos, and Marine Charged in Subway Death, with Stephen Miller, Liz Wolfe, and Sara Gonzales | Ep. 549 Fri, 12 May 2023 19:06:34 +0000
- Trump Wins CNN Town Hall, and if Tucker Got Fired Over Big Pharma, with Robert F. Kennedy Jr. and Charles C.W. Cooke | Ep. 548 Thu, 11 May 2023 19:01:00 +0000
- Tucker Carlson vs. Fox News Legal Battle, and George Santos Arrested, with David Sacks, Jonna Spilbor, and David Wohl | Ep. 547 Wed, 10 May 2023 19:20:28 +0000
- Leaked Tucker and DeSantis Videos, and Taking Control of Our Health, with Stu Burguiere, Dave Marcus, and Darin Olien | Ep. 546 Tue, 9 May 2023 18:55:23 +0000
- Tucker's Next Move, Harry's Quick UK Trip, and Trump's Wild Deposition, with Dan Wootton, Maureen Callahan, and Robert Gouveia | Ep. 545 Mon, 8 May 2023 19:09:03 +0000
- New Tucker Leaks, and Meghan Markle Skips Coronation, with Mark Steyn, Sophie Corcoran, and Leilani Dowding | Ep. 544 Fri, 5 May 2023 19:13:11 +0000
- Navy's Drag Queen Recruiter, and Fox News' Post-Tucker Ratings, with the Ruthless Podcast Hosts and Graham Allen | Ep. 543 Thu, 4 May 2023 19:19:19 +0000
- Failed Attempt to Destroy Tucker Carlson, and Supreme Court Leaker Latest, with James O'Keefe and Sen. Mike Lee | Ep. 542 Wed, 3 May 2023 18:47:28 +0000
- What New Leaked Tucker Carlson Videos Really Show, and Met Gala Debauchery, with The Hodgetwins and Patrick Bet-David | Ep. 541 Tue, 2 May 2023 19:02:10 +0000
- Dylan Mulvaney's Latest Pivot, and Leaks Against Tucker Carlson Continue, with Matt Taibbi & Libs of TikTok's Chaya Raichik | Ep. 540 Mon, 1 May 2023 19:11:41 +0000
- Fox News' Post-Tucker Existential Crisis, and Brave Young Women Speaking Out, with Buck Sexton, Payton McNabb, and more | Ep. 539 Fri, 28 Apr 2023 18:00:00 +0000
- Fox Ratings Crater Post-Tucker, and Lia Thomas Slams Women, with Allie Beth Stuckey, Melissa Francis, and Tatiana Siegel | Ep. 538 Thu, 27 Apr 2023 18:59:52 +0000
- Fox Goes to War with Tucker Carlson, and Fauci Pressed on His Lies, with Michael Brendan Dougherty and Noah Rothman | Ep. 537 Wed, 26 Apr 2023 19:33:05 +0000
- Tucker and Lemon Firing Fallout, and Dark Brandon Returns, with Victor Davis Hanson, Emily Jashinsky, Michael Moynihan, and Vivek Ramaswamy | Ep. 536 Tue, 25 Apr 2023 19:44:33 +0000
- Tucker Carlson Exits Fox News, Don Lemon Fired by CNN, with Glenn Beck, Glenn Greenwald, Rich Lowry, and Steve Krakauer | Ep. 535 Mon, 24 Apr 2023 19:19:58 +0000
- Biden's Foreign Policy Failures, Rise of Woke Police, and the Value of Religion, with Niall Ferguson | Ep. 534 Fri, 21 Apr 2023 19:04:50 +0000
- RFK Announces Presidential Run, and Actress Compares Christians to Taliban, with Alex Berenson, Isabel Brown, and Will Witt | Ep. 533 Thu, 20 Apr 2023 19:26:36 +0000
- Trump vs. DeSantis Culture War, and Sorority Trans Pledge Lawsuit, with Jeffrey Lord, Michael Duncan, Viva Frei, and Vinnie Politan | Ep. 532 Wed, 19 Apr 2023 19:28:32 +0000
- Disturbing Chicago Violence Excused by Politicians, and Media Salivates Over Fox News Trial, with the Fifth Column Hosts | Ep. 531 Tue, 18 Apr 2023 18:53:36 +0000
- Bud Light Backlash Grows, Mr. Beast Fallout, and Race Trumping Merit, with Michael Knowles and Heather Mac Donald | Ep. 530 Mon, 17 Apr 2023 19:59:36 +0000
- Trans Ideology Harming Women, and Dangers of "Affirming" Care, with Kellie-Jay Keen "Posie Parker," Cat Cattinson, and More | Ep. 529 Fri, 14 Apr 2023 19:13:58 +0000
- Biden's Doomed Electric Car Push, and Bud Light's Woke Backlash, with Eric Bolling, Andrew Klavan, and Dr. Marilyn Singleton | Ep. 528 Thu, 13 Apr 2023 19:26:03 +0000
- Activists Capturing Institutions, Censorship and Twitter Toxicity, and Woke Untruths, with Sam Harris | Ep. 527 Wed, 12 Apr 2023 18:51:16 +0000
- Bud Light Learns "Go Woke Go Broke," and Famous Female Athletes Go Anti-Woman, with Emily Jashinsky and Eliana Johnson | Ep. 526 Tue, 11 Apr 2023 19:07:10 +0000
- Left's Hypocrisy on Women, Ignoring Nashville Trans Shooter, and How to Live Better Longer, with Glenn Greenwald and Dr. Peter Attia | Ep. 525 Mon, 10 Apr 2023 19:19:02 +0000
- Truth About Tennessee Expulsions, and Anti-Speech Activists on College Campuses, with Dennis Prager and Ian Haworth | Ep. 524 Fri, 7 Apr 2023 18:30:00 +0000
- Unhinged Media Reaction to Trump Arrest, and Don Lemon's Misogyny, with the Ruthless Podcast Hosts | Ep. 523 Thu, 6 Apr 2023 19:09:43 +0000
- The Weak Case Against President Trump, with Rep. Byron Donalds, Arthur Aidala, Dave Aronberg, and Brad Smith | Ep. 522 Wed, 5 Apr 2023 18:55:21 +0000
- Historic Arrest of Former President Donald Trump, with Alan Dershowitz, Charles C.W. Cooke, and Ric Grenell | Ep. 521 Tue, 4 Apr 2023 18:56:48 +0000
- Trump's Coming Arrest, and Political Prosecution Hypocrisy, with Victor Davis Hanson, Arthur Aidala, and Dave Aronberg | Ep. 520 Mon, 3 Apr 2023 19:09:08 +0000
- Family Annihilators: Alex Murdaugh, Chris Watts, and More Men Who Murdered Their Families, with Laura Richards | Ep. 519 Thu, 30 Mar 2023 18:00:00 +0000
- Performance of Outrage, and Gwyneth Paltrow Ski Crash Trial, with Jason Whitlock, Mark Geragos, Jonna Spilbor, and Angenette Levy | Ep. 518 Wed, 29 Mar 2023 19:10:53 +0000
- America's Mental Health Crisis, and Speaking the Truth, with Carrie Prejean Boller, Britt Mayer, and Charles Negy | Ep. 517 Tue, 28 Mar 2023 19:23:40 +0000
- Trans Activists Honored on Women's History Month, and Trump's Potential Arrest, with Amala Ekpunobi and Evita Duffy-Alfonso | Ep. 516 Mon, 27 Mar 2023 19:02:56 +0000
- Idaho College Murders: Who is Suspect Bryan Kohberger, and What Evidence is There Against Him, with Howard Blum | Ep. 515 Mon, 20 Mar 2023 18:30:00 +0000
- Jussie Smollett Attack Reenactment, How Stanford Employee’s Rape Allegations Became Lies, with the Fifth Column Hosts | Ep. 514 Fri, 17 Mar 2023 18:53:05 +0000
- Trump's Looming Prosecution, and Fired For Not Being "Woke" Enough, with Alan Dershowitz, Dr. Tabia Lee, and Michael Cunningham | Ep. 513 Thu, 16 Mar 2023 19:39:18 +0000
- Biden's Gay Marriage Lie, and Drew Barrymore Kneels Before Trans Celeb, with Charles Cooke, Madeleine Kearns, and Dave McCormick | Ep. 512 Wed, 15 Mar 2023 19:33:21 +0000
- What the Silicon Valley Bank Collapse Means for the U.S. Economy, Whether Tom Brady Will Un-Retire…Again, with Steve Forbes and Marcellus Wiley | Ep. 511 Tue, 14 Mar 2023 19:23:40 +0000
- Silicon Valley Bank Collapse, and Mayhem at Stanford Law, with David Sacks, Vivek Ramaswamy, and Tim Rosenberger | Ep. 510 Mon, 13 Mar 2023 19:50:53 +0000
- Democrats Against Journalism, and COVID Truth Revealed, with Stu Burguiere, Dave Marcus, David Zweig, and Isabel Oakeshott | Ep. 509 Fri, 10 Mar 2023 20:03:05 +0000
- Major COVID Lab Leak Revelations, and Harry's Therapy Session, with Steven Crowder and Bridget Phetasy | Ep. 508 Thu, 9 Mar 2023 20:13:04 +0000
- Tucker's 1/6 Footage, Fauci's Lies, and Chris Rock's Special, with Emily Jashinsky and Eliana Johnson | Ep. 507 Wed, 8 Mar 2023 20:14:12 +0000
- Navigating Life's Mission Changes, the Fear of Success, and the Goal of Greatness, with Lewis Howes | Ep. 506 Mon, 6 Mar 2023 19:30:00 +0000
- Murdaugh Convicted, and the Dominion-Fox News Lawsuit, with Andrew Branca, Jeremy Peters, Peter Tragos, Ronnie Richter, and More | Ep. 505 Fri, 3 Mar 2023 20:12:29 +0000
- DOJ Targets Religious Americans, and NYC Paying BLM Protesters, with Sen. Josh Hawley, Karol Markowicz, and Bethany Mandel | Ep. 504 Thu, 2 Mar 2023 19:51:29 +0000
- Lori Lightfoot Voted Out, and Murdaugh Closing Arguments, with Mark Steyn, Dave Aronberg, and Eric Bland | Ep. 503 Wed, 1 Mar 2023 20:14:00 +0000
- San Fran's Reparations, Today Show COVID Freakout, and Gisele Fetterman's Vacation, with the Ruthless Podcast Hosts | Ep. 502 Tue, 28 Feb 2023 20:27:55 +0000
- Lab Leak Reality, Woody Harrelson's Pharma Joke, and Media Malpractice, with Adam Carolla and Dr. Drew | Ep. 501 Mon, 27 Feb 2023 20:03:38 +0000
- Fatal Flaws in Alex Murdaugh’s Cross Examination, Staying True to Your Convictions, with Mark Geragos, Ronnie Richter, and More | Ep. 500 Fri, 24 Feb 2023 20:53:53 +0000
- Alex Murdaugh Takes the Stand and MSNBC’s ‘Non-Apology’ to DeSantis, with Ben Shapiro, Ronnie Ritcher, and Peter Tragos | Ep. 499 Thu, 23 Feb 2023 20:14:03 +0000
- Don Lemon Returns to CNN with His “Liberal Privilege,” How We Can Increase Longevity, with Dr. Mark Hyman, Britt Mayer, and Carrie Prejean Boller | Ep. 498 Wed, 22 Feb 2023 20:36:08 +0000
- CNN Refuses to Fire Don Lemon, Biden’s Message to Putin, How the Media Got "Cozy" With Power, with Glenn Beck and Steve Krakauer | Ep. 497 Tue, 21 Feb 2023 20:22:27 +0000
- Escaping North Korea, Woke College Students and Professors, and American Opportunity, with Yeonmi Park | Ep. 496 Fri, 17 Feb 2023 19:30:00 +0000
- Don Lemon's Misogyny, Trans Activists Attack NYT, and Murdaugh Latest, with Jim Geraghty, Michael Brendan Dougherty, and Peter Tragos | Ep. 495 Thu, 16 Feb 2023 20:00:26 +0000
- Does Nikki Haley Have a Shot, and Parenting and Friendship Tips, with David Sacks, and Megyn's Friends | Ep. 494 Wed, 15 Feb 2023 20:27:57 +0000
- America's "Reality Crisis," and Free Speech and Censorship Today, with Spencer Klavan, Will Chamberlain, and Kate Tummarello | Ep. 493 Tue, 14 Feb 2023 19:30:00 +0000
- What Are "Objects" We're Shooting Down, Woke Super Bowl Ads, and State of the Media, with Rick Leventhal | Ep. 492 Mon, 13 Feb 2023 19:41:57 +0000
- Fetterman Truth Coming Out, and Overcoming Cultural Focus on Race, with Victor Davis Hanson and Patrick Bet-David | Ep. 491 Fri, 10 Feb 2023 20:14:53 +0000
- Fetterman Hospitalized, Hunter Hearing, and Murdaugh Fireworks, with Rich Lowry, Miranda Devine, Vinnie Politan, and More | Ep. 490 Thu, 9 Feb 2023 19:54:09 +0000
- Biden's SOTU Spectacle, and Job Market Reality, with Charles Cooke, Jeremy Peters, and Dave Ramsey | Ep. 489 Wed, 8 Feb 2023 19:56:10 +0000
- Disastrous Biden Poll Numbers, Don Lemon's New Meltdown, and Armie Hammer Context, with The Fifth Columns Hosts | Ep. 488 Tue, 7 Feb 2023 19:56:16 +0000
- Biden Blinks on Balloon, and Detransitioner Sues Her Enablers, with Rob O'Neill, Chloe Cole, and Chrissy Clark | Ep. 487 Mon, 6 Feb 2023 20:10:07 +0000
- Don Lemon Allegedly “Screamed” at Co-Host, and a Must-Hear Debate on the Alex Murdaugh Trial, with Jesse Kelly, Vinnie Politan, Steve Gosney, and Amy Hamm | Ep. 486 Fri, 3 Feb 2023 19:53:02 +0000
- Murdaugh's Deception, and Idaho Murders Suspect's Past, with Phil Houston, Bill Stanton, Mike Swain, and Anne Bremner | Ep. 485 Thu, 2 Feb 2023 19:30:00 +0000
- How Media Sparked Pelosi Conspiracy Theories, and Tom Brady Retires, with Emily Jashinsky and Eliana Johnson | Ep. 484 Wed, 1 Feb 2023 19:30:23 +0000
- How Psychedelics Can Help People, Addiction in America, and Practicing Gratitude, with Dr. Roland Griffiths | Ep. 483 Tue, 31 Jan 2023 20:04:46 +0000
- Racial Police Violence Spin, and Alex Murdaugh on Trial, with Larry Elder, Arthur Aidala, and Mark Eiglarsh | Ep. 482 Mon, 30 Jan 2023 20:27:42 +0000
- Pelosi Bodycam Footage Revealed, and Pfizer Exec Caught on Tape, with Michael Knowles and Mike Baker | Ep. 481 Fri, 27 Jan 2023 20:09:36 +0000
- Erasing What Makes Women Women, and COVID Lockdown Protests, with Mary Katharine Ham, Bethany Mandel, Winston Sterzel, and Matthew Tye | Ep. 480 Thu, 26 Jan 2023 19:56:25 +0000
- Kavanaugh Character Assassination, and America's Place in the World, with Victor Davis Hanson and Mike Pompeo | Ep. 479 Wed, 25 Jan 2023 20:00:28 +0000
- Now There's Pence Classified Docs, and Harry's Media Obsession, with Amala Ekpunobi, Evita Duffy, and Valentine Low | Ep. 478 Tue, 24 Jan 2023 20:44:26 +0000
- DOJ Finds More Biden Docs, Crowder vs. Daily Wire, and Gender Identity and Kids, with Dave Smith and Dr. Debra Soh | Ep. 477 Mon, 23 Jan 2023 20:14:13 +0000
- SCOTUS Leaker Investigation Fails, Baldwin Charges, and Idaho Latest, with Ilya Shapiro, Viva Frei, Brian Entin, and James Fitzgerald | Ep. 476 Fri, 20 Jan 2023 20:39:01 +0000
- Alec Baldwin Charged, COVID Death Overcounting, and NHL Rainbow Jersey Uproar, with the Ruthless Podcast Hosts | Ep. 475 Thu, 19 Jan 2023 19:52:17 +0000
- Truth About Gender Differences, Danger of "Affirm Only" Care, and Parenting Today, with Dr. Leonard Sax | Ep. 474 Wed, 18 Jan 2023 20:03:26 +0000
- Hunter Hypocrisy, and Trans vs. Girls Rights, with Glenn Greenwald, Carrie Prejean Boller, and Britt Mayer | Ep. 473 Tue, 17 Jan 2023 20:30:46 +0000
- Biden Lawyers Find More Docs, Vaccine Safety Signals, and MLK's Legacy, with Rich Lowry and Charles C.W. Cooke | Ep. 472 Mon, 16 Jan 2023 19:49:49 +0000
- Classified Docs in Biden's Garage, and Evidence Against Idaho Suspect, with Alan Dershowitz, Sharyl Attkisson, Marcia Clark, and Mark Geragos | Ep. 471 Fri, 13 Jan 2023 20:23:30 +0000
- How Police Used Genetics in Idaho Murders Case, and Solving Crimes with Genealogy, with CeCe Moore | Ep. 470 Thu, 12 Jan 2023 20:30:47 +0000
- Prince Harry Blames the Press, and Golden Globes Attempts Cultural Rehab, with Dan Wootton and Andrew Klavan | Ep. 469 Wed, 11 Jan 2023 20:29:22 +0000
- Biden's Classified Docs, Free Speech Crackdowns, and Woke Golden Globes, with the Fifth Columns Hosts | Ep. 468 Tue, 10 Jan 2023 20:00:54 +0000
- Biden's Brief Border Visit, and Prince Harry's Media Tour, with Greg Kelly, Sophie Corcoran, and Leilani Dowding | Ep. 467 Mon, 9 Jan 2023 20:08:26 +0000
- Idaho Murders Latest, and 1/6 Intel Failures, with Matt Taibbi, Candice DeLong, Brian Entin, and Jonna Spilbor | Ep. 466 Fri, 6 Jan 2023 21:58:00 +0000
- Explosive Prince Harry Allegations, and Wellness Tips for 2023, with Tom Bower, Dr. Ehsan Ali, and Dr. Layne Norton | Ep. 465 Thu, 5 Jan 2023 19:59:56 +0000
- McCarthy's Speaker Fail, and Alarming Decline in Sperm Counts, with Eric Bolling and Dr. Shanna Swan | Ep. 464 Wed, 4 Jan 2023 20:17:31 +0000
- McCarthy's Speaker Fight, and Horrific NFL Injury, with Emily Jashinsky, Eliana Johnson, and Clay Travis | Ep. 463 Tue, 3 Jan 2023 20:16:35 +0000
- Fauci Finally Retires, and Idaho Murders Arrest, with Dave Rubin, Harmeet Dhillon, and Viva Frei | Ep. 462 Mon, 2 Jan 2023 20:21:22 +0000
- Best of 2022: Memorable Moments Featuring Malcolm Gladwell, RFK Jr., Goldie Hawn, and More | Ep. 461 Thu, 29 Dec 2022 19:00:00 +0000
- Inspirational Interviews From 2022, Featuring Tim Scott, Dakota Meyer, Rob O'Neill, and More | Ep. 460 Mon, 26 Dec 2022 19:00:00 +0000
- Thomas Jefferson and the Founding of America: History Week on the Megyn Kelly Show | Ep. 459 Thu, 22 Dec 2022 19:00:00 +0000
- What World War I Was All About: History Week on The Megyn Kelly Show | Ep. 458 Wed, 21 Dec 2022 19:00:00 +0000
- Revisiting World War II: History Week on The Megyn Kelly Show | Ep. 457 Tue, 20 Dec 2022 19:00:00 +0000
- Ronald Reagan Assassination Attempt: History Week on The Megyn Kelly Show | Ep. 456 Mon, 19 Dec 2022 19:00:00 +0000
- Shadowbanning Science, and Meghan and Harry Dishonoring the Queen, with Dan Wootton and Dr. Jay Bhattacharya | Ep. 455 Fri, 16 Dec 2022 20:25:02 +0000
- Harry and Meghan's Complaining, and Putting Faith and Family First, with Kirk Cameron and Maureen Callahan | Ep. 454 Thu, 15 Dec 2022 19:56:09 +0000
- SBF Arrested, and Trans Activism in Media and Culture, with Victor Davis Hanson, Abigail Shrier, and James Murphy | Ep. 453 Wed, 14 Dec 2022 19:50:28 +0000
- Revisiting the JonBenet Ramsey Murder Case, and How New DNA Technology Can Help, with Her Father John Ramsey | Ep. 452 Tue, 13 Dec 2022 20:16:57 +0000
- Harry and Meghan Play the Victim, and Twitter Files Revelations, with Tom Bower, Ric Grenell, Sophie Corcoran, and Leilani Dowding | Ep. 451 Mon, 12 Dec 2022 20:21:29 +0000
- Dismal State of America's Economy, and Harry and Meghan's Narcissism, with Peter Schiff and Adam Carolla | Ep. 450 Thu, 8 Dec 2022 19:00:00 +0000
- Corruption of Our Institutions, and Unaccountable Dr. Fauci, with Jesse Kelly and Buck Sexton | Ep. 449 Wed, 7 Dec 2022 19:35:53 +0000
- Censorship as Virtue Signaling, and False Meghan and Harry Claims, with the Fifth Column Hosts | Ep. 448 Tue, 6 Dec 2022 20:20:49 +0000
- Truth About Twitter Files, and Amber Heard Appeals, with Michael Knowles, Arthur Aidala, and Mark Eiglarsh | Ep. 447 Mon, 5 Dec 2022 20:18:53 +0000
- Harry and Meghan Target Kate, and Ye's Meltdown, with Dan Wootton, Dominique Samuels and Eva Vlaardingerbroek | Ep. 446 Fri, 2 Dec 2022 20:15:49 +0000
- Explosive New Casey Anthony Allegations, and Importance of Defense Attorneys, with Jose Baez and Vinnie Politan | Ep. 445 Thu, 1 Dec 2022 20:19:49 +0000
- Media Panics Over Elon Musk and Free Speech, and Will Smith Forgives Himself, with the Ruthless Podcast Hosts | Ep. 444 Wed, 30 Nov 2022 19:56:49 +0000
- Balenciaga's Gross Campaign, and Feminism's False Promise, with Louise Perry and Carrie Prejean Boller | Ep. 443 Tue, 29 Nov 2022 20:22:13 +0000
- Left Turns on Democracy, and Rise of Anti-Semitism in Culture, with Charles C.W. Cooke and Shadi Hamid | Ep. 442 Mon, 28 Nov 2022 20:10:02 +0000
- Alec Baldwin "Rust" Movie Set Deadly Shooting: Deep Dive Into All Legal Angles, with Viva Frei | Ep. 441 Wed, 23 Nov 2022 19:00:00 +0000
- Legacy Media Discovers Hunter's Laptop, and Warnock vs. Walker, with Clay Travis and Erick Erickson | Ep. 440 Tue, 22 Nov 2022 19:00:00 +0000
- Elon's Free Speech Quest, and Vaccine Mandate Reality, with Vivek Ramaswamy, Ken Mauer, and Jason Phillips | Ep. 439 Mon, 21 Nov 2022 20:20:01 +0000
- New Casey Anthony and JonBenet Ramsey Revelations, and Overcoming Envy, with Mark Geragos, Marcia Clark, and Dr. Laura | Ep. 438 Fri, 18 Nov 2022 20:30:16 +0000
- House Kicks off Biden Investigation, FBI and 1/6, and the Life of a Writer, with Andrew Klavan and Doug Brunt | Ep. 437 Thu, 17 Nov 2022 20:00:07 +0000
- Trump Makes it Official, and Defeating the Censors, with Alex Berenson, Michael Brendan Dougherty, and Jason Miller | Ep. 436 Wed, 16 Nov 2022 20:26:57 +0000
- GOP's Next Move, FTX's Crash, and Men Out of Work, with Sen. Rand Paul, Jeffrey Tucker, and Nick Eberstadt | Ep. 435 Tue, 15 Nov 2022 20:24:19 +0000
- Independents Go Blue, Trump's Announcement, and COVID Lockdown Harms, with Victor Davis Hanson and Jennifer Sey | Ep. 434 Mon, 14 Nov 2022 20:05:29 +0000
- Should GOP Blame Trump or McConnell, and Donald vs. DeSantis, with Rich Lowry, Ric Grenell, and Mike Lawler | Ep. 433 Fri, 11 Nov 2022 20:19:18 +0000
- Trump's Next Move, DeSantis' Future, and Pence's Op-Ed, with Kmele Foster, Michael Moynihan, and Matt Welch | Ep. 432 Thu, 10 Nov 2022 20:17:35 +0000
- DeSantis Crushes, Trump's Effect, and a Red Ripple, with Charles C.W. Cooke, Jeremy Peters, Jason Riley, and More | Ep. 431 Wed, 9 Nov 2022 20:38:30 +0000
- Red Wave? Megyn Kelly's Election Night Special, with Larry Elder, Bari Weiss, David Sacks, Dennis Prager, and More | Ep. 430 Wed, 9 Nov 2022 04:57:13 +0000
- Election Day Predictions, and Media Smears, with Glenn Beck, Salena Zito, Matt Continetti, and Doug Schoen | Ep. 429 Tue, 8 Nov 2022 20:31:28 +0000
- No Filler, No Filter, No Spin: Megyn Kelly Previews Special Election Night Episode Tonight Tue, 8 Nov 2022 11:00:00 +0000
- Fetterman's Faults, and Tomorrow's Red Wave, Plus Tiffany Smiley and Tudor Dixon on Their Potential Upsets | Ep. 428 Mon, 7 Nov 2022 20:29:05 +0000
- Media's Pre-Election Meltdown, and Kyrie Irving Suspended, with Jason Whitlock and Dana Loesch | Ep. 427 Fri, 4 Nov 2022 18:00:00 +0000
- Dark Brandon Tries Again, with Andrew Klavan, and COVID Origins Deep Dive, with Dr. Alina Chan and Dr. Robert Garry | Ep. 426 Thu, 3 Nov 2022 19:13:41 +0000
- Undecideds Breaking Red, and Biden's Sad Gaffe, with Josh Holmes, and Sean Parnell on His Personal Story | Ep. 425 Wed, 2 Nov 2022 19:54:42 +0000
- Media's "October Surprise," and Meghan's Relationship with Charles, with Emily Jashinsky, Eliana Johnson, and Christopher Anderson | Ep. 424 Tue, 1 Nov 2022 19:09:10 +0000
- Need for Pelosi Attack Transparency, Media Hypocrisy, and Left Abandons Free Speech, with Sen. Tom Cotton | Ep. 423 Mon, 31 Oct 2022 19:39:29 +0000
- Oz Takes the Lead, and "Family Friendly Drag Show," with Jeremy Boreing, Robert Cahaly, and Carrie Prejean | Ep. 422 Fri, 28 Oct 2022 19:21:18 +0000
- Megyn's Tribute to Her Sister, and Media Lying to Cover for Fetterman: Part One with Sean Parnell | Ep. 421 Thu, 27 Oct 2022 19:40:47 +0000
- Fetterman's Debate Disaster, and Biden's Bizarre Cancer Comments, with the Ruthless Podcast Hosts | Ep. 420 Wed, 26 Oct 2022 18:57:24 +0000
- Robert F. Kennedy, Jr. on COVID Orthodoxy, Fauci's Legacy, and War in Ukraine | Ep. 419 Tue, 25 Oct 2022 18:00:00 +0000
- Biden's Mental Fitness, Targeting Political Enemies, and "Trans Dopers," with Ted Cruz and Michael Shermer | Ep. 418 Mon, 24 Oct 2022 19:30:52 +0000
- Kids and Vaccines, CNN and Toobin, and Life After Cancelation, with Mary Katharine Ham and John Crist | Ep. 417 Fri, 21 Oct 2022 19:23:23 +0000
- GOP Chances in NY and CT, Military Recruitment Issues, and REAL Top Gun Pilot, with John Ellis and Dave Berke | Ep. 416 Thu, 20 Oct 2022 19:38:32 +0000
- Meghan Markle's Rise and Lies, and Stacey Abrams' Vulnerabilities, with Mike Rowe and Greg Bluestein | Ep. 415 Wed, 19 Oct 2022 19:14:05 +0000
- Whether Walker and Oz Can Win, and Learning to Breathe and Detox, with Tom Bevan and Darin Olien | Ep. 414 Tue, 18 Oct 2022 19:08:35 +0000
- Biden's "Strong" Economy Spin, and Smears Over Ukraine Nuclear Concerns, with David Sacks and David Friedberg | Ep. 413 Mon, 17 Oct 2022 19:17:17 +0000
- Leaving the Dems, Leftist Policies in Schools, and Weinstein’s Upcoming Trial, with Tulsi Gabbard and Jonna Spilbor | Ep. 412 Fri, 14 Oct 2022 19:28:29 +0000
- Media Covers for Fetterman's Impairment, and Left Turns on Islam Film, with Victor Davis Hanson and Meg Smaker | Ep. 411 Thu, 13 Oct 2022 19:21:07 +0000
- Crime in American Cities, and Myth of "Red State Murder Problem," with Rafael Mangual and Jennifer Castro | Ep. 410 Wed, 12 Oct 2022 19:12:42 +0000
- Kardashian Narcissism, Kanye's Anti-Semitism, and Nuclear "Armageddon," with The Fifth Column Hosts | Ep. 409 Tue, 11 Oct 2022 19:27:00 +0000
- Jon Stewart's Gender Hypocrisy, and an Arizona Deep Dive, with Andrew Sullivan and Jeremy Duda | Ep. 408 Mon, 10 Oct 2022 19:32:52 +0000
- Meghan and Harry's Neediness and Disloyalty, and New Free Speech Case, with Tom Bower and Lorie Smith | Ep. 407 Fri, 7 Oct 2022 19:07:07 +0000
- Dire Consequences of Biden's Policies, and Fetterman-Oz Deep Dive, with Charles C.W. Cooke and Salena Zito | Ep. 406 Thu, 6 Oct 2022 20:04:59 +0000
- Fauci Overstays His Welcome, a Society of Whiners, and Meltdown Over Elon Buying Twitter, with Gad Saad | Ep. 405 Wed, 5 Oct 2022 18:59:16 +0000
- Democrats' Racism, and Elon Buying Twitter After All, with Dave Rubin, Adam Carolla and Mark Geragos | Ep. 404 Tue, 4 Oct 2022 19:08:26 +0000
- VP Harris' Relief "Equity," and NFL's Concussion Issue, with Rich Lowry, Chris Nowinski, and Chloe Valdary | Ep. 403 Mon, 3 Oct 2022 19:40:02 +0000
- Bridget Phetasy on the Value of Regret, Who Can Get Pregnant (and Her Own Baby), and Tua's Awful Injury | EP. 402 Fri, 30 Sep 2022 19:04:35 +0000
- Ben Shapiro on Biden Mental Fitness Gaslighting, FBI's Pro-Life Activist Raid, and Gender Reality | EP. 401 Thu, 29 Sep 2022 18:39:20 +0000
- Escaping Scientology, Tom Cruise's Impact, and a Prison of Belief, with Mike Rinder | EP. 400 Wed, 28 Sep 2022 20:01:11 +0000
- The Value of Having Faith, Heaven and Hell, and Believing in Signs, with Father Mike Schmitz | EP. 399 Tue, 27 Sep 2022 19:16:46 +0000
- Dangerous DOJ Overreach, and Adnan Syed Released, with Matt Taibbi, Arthur Aidala, and Mark Eiglarsh | Ep. 398 Mon, 26 Sep 2022 19:17:25 +0000
- Growing Up in Hollywood, the Brutal Media Business, and Her Exit From Fox News, with Melissa Francis | Ep. 397 Fri, 23 Sep 2022 19:00:34 +0000
- Truth About Ashley Biden's Diary, and the State of Men, with Ryan Grim, Joel Pollak, and Coleman Hughes | Ep. 396 Thu, 22 Sep 2022 19:19:21 +0000
- Biden's Border Crisis Spin, and Don Lemon Gets Schooled On Air, with the Ruthless Podcast Hosts | Ep. 395 Wed, 21 Sep 2022 19:09:28 +0000
- A Deep Dive on School Choice and Education Freedom, with Parents, Experts, and Advocates | Ep. 394 Tue, 20 Sep 2022 19:23:52 +0000
- Biden Says COVID is Over, and Martha's Migrants, with Victor Davis Hanson, and a Powerful Tribute to Blake Barklage | Ep. 393 Mon, 19 Sep 2022 19:33:05 +0000
- Malcolm Gladwell on Gender Identity in Kids, Becoming a Dad, and Working From Home | Ep. 392 Thu, 15 Sep 2022 19:36:24 +0000
- Out of Touch Elites, and Oppression as a Currency, with Jesse Kelly and Amala Ekpunobi | Ep. 391 Wed, 14 Sep 2022 19:12:39 +0000
- Harry and Meghan's Selfishness, and Media Smears, with Nigel Farage and Joseph Arthur | Ep. 390 Tue, 13 Sep 2022 19:17:38 +0000
- Trump Associates Raided, and Victimhood in America, with Sharyl Attkisson and Vivek Ramaswamy | Ep. 389 Mon, 12 Sep 2022 19:34:33 +0000
- Remembering the Queen's Life and Legacy, with Mark Steyn, Dan Wootton, Charles C.W. Cooke, and Dominique Samuels | Ep. 388 Fri, 9 Sep 2022 19:18:45 +0000
- Queen Elizabeth II Dies, and the Left's Divisiveness, with David and Christen Limbaugh, Calvin Robinson, and Dr. Nicholas Kardaras | Ep. 387 Thu, 8 Sep 2022 19:17:32 +0000
- James O'Keefe on His Latest Bombshell Videos, and Larry Elder on His Powerful Film "Uncle Tom II" | Ep. 386 Wed, 7 Sep 2022 19:17:38 +0000
- Bombshell School Videos, and Dark Brandon's Speech, with Kmele Foster, Michael Moynihan, and Matt Welch | Ep. 385 Tue, 6 Sep 2022 19:21:17 +0000
- Biden Attacks Half the Country, and Legacy Media Decline, with Michael Knowles and Chris Stirewalt | Ep. 384 Thu, 1 Sep 2022 18:57:57 +0000
- Rittenhouse Two Years Later, and Markle's Story Questioned, with Richie McGinniss and Maureen Callahan | Ep. 383 Wed, 31 Aug 2022 19:13:06 +0000
- Speaking Your Mind, Markle's "Diva" Moment, and the Importance of Dads, with Spencer Klavan | Ep. 382 Tue, 30 Aug 2022 19:16:13 +0000
- FBI's Hunter Warning, and Climate Hysteria, with Michael Shellenberger, Emily Jashinsky, and Eliana Johnson | Ep. 381 Mon, 29 Aug 2022 19:23:23 +0000
- Biden's Wealth Transfer, and Search Censorship, with Andrew Klavan, Nicole Levitt, and Todd Ricketts | Ep. 380 Thu, 25 Aug 2022 19:13:07 +0000
- Good Riddance Fauci, and Meghan Markle's Smug Podcast, with Bethany Mandel, Karol Markowicz, and Dan Wootton | Ep. 379 Wed, 24 Aug 2022 19:08:05 +0000
- Media Irrelevance, Fauci's Retirement, and the Trump Raid, with Jared Kushner, Bryan Dean Wright, and Mike Davis | Ep. 378 Tue, 23 Aug 2022 19:18:51 +0000
- Prosecuting O.J., Misogyny in the Courtroom, and Race and Justice, with Marcia Clark | Ep. 377 Mon, 22 Aug 2022 19:21:23 +0000
- Political Hypocrisy, Trump Obsession, and Intel Community Absurdity, with the Ruthless Podcast Hosts | Ep. 376 Thu, 18 Aug 2022 19:41:21 +0000
- Biden's Title IX Sham, Abolishing the Department of Education, and Hard Work, with Betsy DeVos | Ep. 375 Wed, 17 Aug 2022 19:29:17 +0000
- Trump Raid's 1/6 Connection, and Building Mental Toughness, with Andy Frisella and Charles C.W. Cooke | Ep. 374 Tue, 16 Aug 2022 19:09:59 +0000
- A Deep Dive Into Alzheimer's and Disturbing New Scientific Findings, with Dr. Dale Bredesen, Dr. Matthew Schrag, and Charles Piller | Ep. 373 Mon, 15 Aug 2022 18:50:45 +0000
- The Importance of Dads, Allowing Kids to Take Risks, and the Boy Crisis, with Dr. Warren Farrell | Ep. 372 Thu, 11 Aug 2022 19:02:27 +0000
- Trump Investigation Circus, D.C. Corruption, and Saving America, with Glenn Beck | Ep. 371 Wed, 10 Aug 2022 19:30:50 +0000
- Feds Raid Trump's Home, and American Opportunity, with Sen. Tim Scott, Alan Dershowitz, and Harmeet Dhillon | Ep. 370 Tue, 9 Aug 2022 19:24:53 +0000
- Truth About Alex Jones, Immigration Crisis, and COVID Fear, with Rep. Mayra Flores and Dr. Joseph Ladapo | Ep. 369 Mon, 8 Aug 2022 19:35:39 +0000
- Parenting in Today's Society, and Hunter Biden Laptop Latest, with Dr. Laura and Ken LaCorte | Ep. 368 Fri, 5 Aug 2022 19:48:57 +0000
- A Deep Dive into Detransitioners, with Experts, Doctors, and Those Who Have Been Through It | Ep. 367 Thu, 4 Aug 2022 19:31:25 +0000
- "Experts" Mislead on COVID Origins, and Biden's Afghanistan Baggage, with Josh Rogin and Robert O'Neill | Ep. 366 Wed, 3 Aug 2022 19:11:12 +0000
- Truth About Terrorist's Killing, and Media Lies vs. Mistakes, with Victor Davis Hanson and Adam Carolla | Ep. 365 Tue, 2 Aug 2022 19:29:58 +0000
- Biden's Ridiculous Recession Spin, and Pelosi's Taiwan Trip, with Peter Schiff and Jim Geraghty | Ep. 364 Mon, 1 Aug 2022 19:19:42 +0000
- Jocko Willink on Responding to Adversity, Personal Responsibility, and Parenting | Summer Re-Release Thu, 28 Jul 2022 18:00:00 +0000
- Bridget Phetasy on Trauma and Recovery, Victimhood, and Marriage | Summer Re-Release Tue, 26 Jul 2022 18:00:00 +0000
- Defund Fallout, Arizona Showdown, and the Hunter Biden Probe, with Rafael Mangual, Karrin Taylor Robson, Jonna Spilbor, and Mark Eiglarsh | Ep. 363 Fri, 22 Jul 2022 18:59:44 +0000
- Biden has COVID Not Cancer, and Green Policy Consequences, with the Ruthless Podcast Hosts | Ep. 362 Thu, 21 Jul 2022 19:10:12 +0000
- AOC Pretends to Get Handcuffed, and Border Chaos, with Dan Abrams, Ali Bradley, and Sasha Stone | Ep. 361 Wed, 20 Jul 2022 19:06:24 +0000
- Prince Harry Goes Woke at the UN, and Cybercrime Lessons, with Dan Wootton and Brett Johnson | Ep. 360 Tue, 19 Jul 2022 19:12:47 +0000
- Lia Thomas as "Woman of the Year," and Political Hypocrisy, with Kari Lake, Jamie Kirchick, and Eddie Scarry | Ep. 359 Mon, 18 Jul 2022 19:09:11 +0000
- Disrupting the Entertainment Industry, Empathy on Abortion, and Shark Attacks, with Andrew Schulz | Ep. 358 Fri, 15 Jul 2022 18:56:34 +0000
- Woke Shaming Over Reality, and Faith Over Fame, with Konstantin Kisin and Alexa and Carlos PenaVega | Ep. 357 Thu, 14 Jul 2022 19:35:53 +0000
- Biden's Inflation Crisis, and Elon Musk vs. the Bots, with David Sacks, Renee DiResta, and Todd Henderson | Ep. 356 Wed, 13 Jul 2022 18:57:06 +0000
- Dr. Jill's Taco Gaffe, and Narrative vs. Truth, with Kmele Foster, Michael Moynihan, and Matt Welch | Ep. 355 Tue, 12 Jul 2022 19:33:45 +0000
- New Questions About Biden's Cognitive Decline, and COVID Panic is Back, with Dr. Drew | Ep. 354 Mon, 11 Jul 2022 19:16:52 +0000
- Threats Aimed at Kavanaugh, and a Free Speech Culture, with Greg Lukianoff and Anjelah Johnson-Reyes | Ep. 353 Fri, 8 Jul 2022 18:57:38 +0000
- The Mafia Code, Turning on the Mob, and Life After Prison, with "Sammy the Bull" Gravano | Ep. 352 Thu, 7 Jul 2022 19:13:18 +0000
- Free Speech Suppression, and a Culture Leading to Mass Shootings, with Keith Rabois and John Kass | Ep. 351 Wed, 6 Jul 2022 18:58:07 +0000
- Why America is Worth Celebrating, Woke Misery, and PTSD, with Noah Rothman, Jason Kander, and Caroline Messer | Ep. 350 Tue, 5 Jul 2022 18:57:44 +0000
- Racist Attacks on Clarence Thomas, and Our Culture Today, with Glenn Greenwald, Nancy Armstrong, and Suzy Weiss | Ep. 349 Fri, 1 Jul 2022 19:05:27 +0000
- Free Speech Pushback, the Gift of Fear, and Dangers of Fame, with Gavin de Becker | Ep. 348 Thu, 30 Jun 2022 19:07:24 +0000
- "Bombshell" Testimony Dud, and Biden and Trump in 2024, with Andrew Klavan and Stephen L. Miller | Ep. 347 Wed, 29 Jun 2022 19:21:06 +0000
- Hysteria Over Abortion Next Steps, and Personal Liberty, with Gov. Kristi Noem and Jim Geraghty | Ep. 346 Tue, 28 Jun 2022 19:32:28 +0000
- Roe Overturned - Political, Legal, and Personal Implications, with Charles Cooke, Alan Dershowitz, Lila Rose, and Batya Ungar-Sargon | Ep. 345 Mon, 27 Jun 2022 19:10:14 +0000
- Andrew Schulz on Trump and Biden, the State of Comedy, and Feminism | Summer Re-Release Thu, 23 Jun 2022 18:00:00 +0000
- Tim Dillon on Comedy in the Trump Era, Out of Touch Celebrities, and Alex Jones | Summer Re-Release Tue, 21 Jun 2022 18:00:00 +0000
- The Golden State Killer: A Megyn Kelly Show True Crime Special | Ep. 344 Fri, 17 Jun 2022 18:00:00 +0000
- The D.C. Sniper: A Megyn Kelly Show True Crime Special | Ep. 343 Thu, 16 Jun 2022 18:00:00 +0000
- The Zodiac Killer: A Megyn Kelly Show True Crime Special | Ep. 342 Wed, 15 Jun 2022 18:00:00 +0000
- Media's Trump Obsession, and Amber Heard Blames Social Media, with Dave Rubin, Emily Jashinsky, and Eliana Johnson | Ep. 341 Mon, 13 Jun 2022 19:24:52 +0000
- Brutal Inflation, 1/6 Manipulation, and Motherhood, with Eric Bolling, Michael Knowles, and Christina P. | Ep. 340 Fri, 10 Jun 2022 19:14:39 +0000
- Biden's Mental Fitness, and Kavanaugh Assassination Threat, with Rand Paul, Rich Lowry, and Ryan Grim | Ep. 339 Thu, 9 Jun 2022 19:50:22 +0000
- Progressives Fail, and January 6 Theater, with Comfortably Smug, Josh Holmes, and Michael Duncan | Ep. 338 Wed, 8 Jun 2022 18:00:00 +0000
- Crime and Chesa Boudin's Recall, and Elon Musk's Twitter Plan, with Jason Calacanis and David Sacks | Ep. 337 Tue, 7 Jun 2022 19:16:45 +0000
- Cultural Drift From Reality, and Depp Fallout, with Red Scare Podcast Hosts Anna Khachiyan and Dasha Nekrasova | Ep. 336 Mon, 6 Jun 2022 19:24:32 +0000
- Harry and Meghan Get Booed, and a Free Speech Victory, with Ilya Shapiro and Mark Steyn | Ep. 335 Fri, 3 Jun 2022 19:37:00 +0000
- Justice For Johnny Depp, and What is a Woman, with Matt Walsh and Mark Geragos | Ep. 334 Thu, 2 Jun 2022 19:35:52 +0000
- Heard's Lies, Depp's Lawyer, and the Truth about Fossil Fuels, with Robert Barnes and Alex Epstein | Ep. 333 Wed, 1 Jun 2022 19:05:16 +0000
- The Reality of Biology, and Sussmann Found NOT Guilty, with Andrew Sullivan and Robert Gouveia | Ep. 332 Tue, 31 May 2022 19:30:08 +0000
- Running Directly Into the Fight, Honoring Those We've Lost, and Fatherhood, with Dakota Meyer | Ep. 331 Fri, 27 May 2022 18:00:00 +0000
- Outrageous Media Behavior, and Balancing White House Work and Family, with Kellyanne Conway | Ep. 330 Thu, 26 May 2022 18:00:00 +0000
- Tragedy in Texas: Another Deadly School Shooting, with Charles C.W. Cooke and Neil Heslin | Ep. 329 Wed, 25 May 2022 19:57:41 +0000
- Criminalizing Speech, and Performative Outrage, with Kmele Foster, Michael Moynihan, and Matt Welch | Ep. 328 Tue, 24 May 2022 19:20:58 +0000
- A Culture of Fear, Social Media Toxicity, and America's Descent Into Stupidity, with Jonathan Haidt | Ep. 327 Mon, 23 May 2022 19:05:29 +0000
- Dinesh D'Souza on Ballot Trafficking, "Election Integrity," and His Movie, "2000 Mules" | Ep. 326 Fri, 20 May 2022 19:00:34 +0000
- Cultural Backlash Against Truth, and Pawns in Political Games, with Glenn Loury and Rob Montz | Ep. 325 Thu, 19 May 2022 19:41:10 +0000
- Uncovering the UAP Mystery, and Standing For Your Beliefs, with Lue Elizondo and Jonathan Isaac | Ep. 324 Wed, 18 May 2022 18:00:00 +0000
- Buffalo Blame Game, and Amber Heard Crossed on the Stand, with Jesse Kelly and Mark Geragos | Ep. 323 Tue, 17 May 2022 19:23:50 +0000
- Horrific Buffalo Shooting Gets Grossly Politicized, with Brandon Tatum, Christian Walker, and Devin Nunes | Ep. 322 Mon, 16 May 2022 19:21:10 +0000
- How To Lose Five Pounds By Memorial Day, with Dr. Cate Shanahan and Mark Sisson | Ep. 321 Fri, 13 May 2022 19:28:02 +0000
- Disney's Decline, and Alarming Crypto and Stock Drops, with Chris Rufo, Eric Bolling, and Bethany Mandel | Ep. 320 Thu, 12 May 2022 19:16:37 +0000
- Biden's Inflation Blame Game, and Elites' Empire of Lies, with Tyler Cowen and Victor Davis Hanson | Ep. 319 Wed, 11 May 2022 19:25:16 +0000
- Roe Protests Grow, and Crime in Chicago, with Judge Andrew Napolitano, John Kass, and Mark Rasch | Ep. 318 Tue, 10 May 2022 19:29:12 +0000
- Activists Target Justices' Homes, and Meghan Markle's Woke Show Canceled, with Piers Morgan and Tom Bevan | Ep. 317 Mon, 9 May 2022 18:00:00 +0000
- Americans' Actual Abortion Views, and Amber Heard's Disturbing Testimony, with Charles C.W. Cooke, Mark Geragos, and More | Ep. 316 Fri, 6 May 2022 19:03:17 +0000
- The Rise of Threats Against the Supreme Court Justices and Leaker Latest with Sen. Ted Cruz, Rich Lowry & Michael Knowles | Ep. 315 Thu, 5 May 2022 19:24:28 +0000
- Dems New Abortion Push, and SCOTUS Leaker Fallout, with Sen. Josh Hawley, Glenn Greenwald, and Jay Sekulow | Ep. 314 Wed, 4 May 2022 19:45:01 +0000
- Bombshell Leak Signals Roe Will Be Overturned, with Bill Barr, Allie Beth Stuckey and Alan Dershowitz | Ep. 313 Tue, 3 May 2022 19:18:59 +0000
- Corporate Media Gate-Keeping, and Bizarre Depp-Heard Behavior, with the Ruthless Podcast Hosts, Mark Geragos, and Vinnie Politan | Ep. 312 Mon, 2 May 2022 19:40:22 +0000
- True Cost of Tech Censorship, and Celebrity Corruption, with Sharyl Attkisson and Tom MacDonald | Ep. 311 Fri, 29 Apr 2022 19:35:56 +0000
- Elite Panic Over Alternative Media Power, and Press Ignores Biden's Mental Fitness, with Matt Taibbi | Ep. 310 Thu, 28 Apr 2022 19:29:04 +0000
- Megyn Kelly's Special Message on Open and Honest Conversations, Exclusively For Podcast Listeners Thu, 28 Apr 2022 12:00:00 +0000
- Elon Musk's Twitter Takeover, From All Angles, with Seth Dillon, Vivek Ramaswamy, and Peter Schiff | Ep. 309 Wed, 27 Apr 2022 19:20:11 +0000
- Meltdown Over Musk Buying Twitter, and Backlash Against Woke Left, with Douglas Murray | Ep. 308 Tue, 26 Apr 2022 19:13:57 +0000
- Elon Musk Buys Twitter, and Free Speech Under Attack, with Charles C.W. Cooke and Yascha Mounk | Ep. 307 Mon, 25 Apr 2022 19:25:15 +0000
- Why CNN Plus Failed, DeSantis vs. Disney, and What Depp Trial Says About Marriage, with Steven Crowder | Ep. 306 Fri, 22 Apr 2022 19:20:40 +0000
- Biden Confused Again, and CNN Plus Already Getting Shut Down, with Fifth Column Hosts Kmele Foster, Michael Moynihan, and Matt Welch | Ep. 305 Thu, 21 Apr 2022 19:20:37 +0000
- Corporate Media's Latest Smears, and a Disastrous Border Crisis, with Glenn Greenwald and Brandon Judd | Ep. 304 Wed, 20 Apr 2022 19:04:13 +0000
- Hunter Biden's Business Connections to Joe, and the Future of the Right, with Peter Schweizer and Matt Continetti | Ep. 303 Tue, 19 Apr 2022 18:00:00 +0000
- Patriotism, Perseverance, and Beating the Russians, with "Miracle on Ice" Team Captain Mike Eruzione | Ep. 302 Mon, 18 Apr 2022 19:09:50 +0000
- The Truth About Biden's Decline, and the Liberal Meltdown Over Elon Musk with Buck Sexton and Dana Loesch | Ep. 301 Fri, 15 Apr 2022 18:00:00 +0000
- Will Elon Musk Buy Twitter, and Johnny Depp Trial Drama, with Peter Schiff, Jonna Spilbor, and Anne Bremner | Ep. 300 Thu, 14 Apr 2022 19:25:55 +0000
- Chilling Journalistic Crackdown by Feds, and the Future of Unions, with James O'Keefe and Max Alvarez | Ep. 299 Wed, 13 Apr 2022 19:08:34 +0000
- Free Speech Suppression, Woke Cultural Drift, and Becoming a Parent, with Dave Rubin | Ep. 298 Tue, 12 Apr 2022 19:06:54 +0000
- Inappropriate Messaging to Our Kids, and Being Skeptical of Power, with Jeremy Boreing and Bryan Dean Wright | Ep. 297 Mon, 11 Apr 2022 19:07:07 +0000
- Savile's Horrific Crimes, and Life After the Cancel Mob, with Dan Wootton, Joseph Massey and Dr. Robert Maloney | Ep. 296 Fri, 8 Apr 2022 19:25:06 +0000
- The Truth About Hunter Biden's Legal Troubles, and a Border Surge, with Sen. Ron Johnson and Joe Pags | Ep. 295 Thu, 7 Apr 2022 19:20:21 +0000
- How America Enabled Putin's Atrocities, and Democracy's Retreat, with Garry Kasparov | Ep. 294 Wed, 6 Apr 2022 19:24:00 +0000
- Silencing Free Speech and BLM's $6 Million Mansion, with Andrew Klavan | Ep. 293 Tue, 5 Apr 2022 19:11:58 +0000
- Fauci's Finances, and Growing Immigration Crisis, with the Ruthless Podcast Hosts and Adam Andrzejewski | Ep. 292 Mon, 4 Apr 2022 19:42:24 +0000
- Biden, Fauci, Kardashian, Baldwin, "Trans Trump," and More, with Kyle Dunnigan | Ep. 291 Fri, 1 Apr 2022 19:18:55 +0000
- What Will Smith's Slap Says About America, and Dangerous Speech Censorship, with Richard Dreyfuss | Ep. 290 Thu, 31 Mar 2022 19:37:02 +0000
- Smith's Slap Fallout and Dems and Unions Coziness, with Sen. Tim Scott, Arthur Aidala, Mark Eiglarsh, and Lee Smith | Ep. 289 Wed, 30 Mar 2022 18:54:38 +0000
- Collusion Between Political and Media Elite, and Learning Through Joy, with Marianne Williamson | Ep. 288 Tue, 29 Mar 2022 19:24:11 +0000
- Biden's Blunder and Will Smith's Oscars Smack, with Sohrab Ahmari, Emily Jashinsky, and Eliana Johnson | Ep. 287 Mon, 28 Mar 2022 19:32:03 +0000
- Importance of Exercise, Effects of Alcohol, and the Science of Longevity, with Peter Attia | Ep. 286 Fri, 25 Mar 2022 18:00:00 +0000
- Taking Risks, Time Management, and Leading a Productive Life, with Oliver Burkeman | Ep. 285 Thu, 24 Mar 2022 18:00:00 +0000
- Alcohol and Caffeine, Naps, and the Science of Sleep, with Dr. Matt Walker | Ep. 284 Wed, 23 Mar 2022 18:00:00 +0000
- The JFK Assassination, Growing up Kennedy, and His Marriage | Robert F. Kennedy, Jr. Interview, Part 2 | Ep. 283 Tue, 22 Mar 2022 18:00:00 +0000
- Fauci, Vaccines, and Big Pharma's Power | Robert F. Kennedy, Jr. Interview, Part 1 | Ep. 282 Mon, 21 Mar 2022 18:00:00 +0000
- The BLM Grift, Overcoming Adversity, and the Importance of Faith, with Dr. Carol Swain | Ep. 281 Wed, 16 Mar 2022 19:19:49 +0000
- Tone-deaf Green Activism, and Absurd COVID Authoritarianism and Kyrie Irving, with Victor Davis Hanson and Adam Carolla | Ep. 280 Tue, 15 Mar 2022 19:23:49 +0000
- Exclusive Breonna Taylor Raid Details, and Omicron Reality, with Sgt. John Mattingly and David Leonhardt | Ep. 279 Mon, 14 Mar 2022 19:15:41 +0000
- Media's "Don't Say Gay" Misinformation, and Durham Probe Reality, with Dave Rubin and Paul Sperry | Ep. 278 Fri, 11 Mar 2022 20:28:12 +0000
- Biden's Gas Price Spin and Putin's Motive and Opportunity, with Sen. Josh Hawley, Admiral James Stavridis, Vinnie Politan and Robert Barnes | Ep. 277 Thu, 10 Mar 2022 20:24:59 +0000
- The Truth About Russia and Ukraine: Narratives, Moralizing, and Humanitarian Crises, with Rod Dreher and Michael Repass | Ep. 276 Wed, 9 Mar 2022 20:03:52 +0000
- Biden Blocks Russian Oil and How Weak Leadership Led to Invasion, with Ric Grenell, Michael Shellenberger, and John Daniel Davidson | Ep. 275 Tue, 8 Mar 2022 20:12:41 +0000
- Rod Blagojevich on Corruption in Politics, Overcoming Adversity, and the State of the Democratic Party | Ep. 274 Fri, 4 Mar 2022 19:00:00 +0000
- Brutal Reality About Putin, and Biden Sounding Like Trump, with Buck Sexton and Jason Whitlock | Ep. 273 Thu, 3 Mar 2022 19:00:00 +0000
- Biden's Incoherent State of the Union and Pandemic Hypocrisy, with Charles C.W. Cooke, Jeremy Peters, Matt Welch, and Nancy Rommelmann | Ep. 272 Wed, 2 Mar 2022 20:13:26 +0000
- Putin's Madness and Next Moves, and Biden's Massive Speech, with Michael Knowles and Garry Kasparov | Ep. 271 Tue, 1 Mar 2022 20:16:28 +0000
- Robert O'Neill and Dakota Meyer on Trust and Humility, Hard Work, and Uniting Behind Ukraine | Ep. 270 Mon, 28 Feb 2022 19:50:36 +0000
- Biden's Putin Miscalculation and Supreme Court Pick, with Morgan Ortagus, Rich Lowry, Harmeet Dhillon, and Jonna Spilbor | Ep. 269 Fri, 25 Feb 2022 20:09:39 +0000
- Russia Invades Ukraine, with Mike Pompeo, Jim Geraghty, Konstantin Kisin, and Nataliya Gumenyuk | Ep. 268 Thu, 24 Feb 2022 20:11:38 +0000
- Parents Fighting Back and COVID Policy Hypocrisy, with Dr. Joseph Ladapo and Brian Echevarria Wed, 23 Feb 2022 20:15:00 +0000
- Putin Exploits Biden's Weakness and Canada's Authoritarian Crackdown, with Eric Bolling, Charles Cooke, and Jamil Jivani | Ep. 266 Tue, 22 Feb 2022 20:20:30 +0000
- The Science of Love, Cheating, and Long-Lasting Relationships, with Dr. Helen Fisher | Ep. 265 Fri, 18 Feb 2022 19:00:00 +0000
- San Fran Recalls Progressive School Board and More Cuomo CNN Drama, with Josh Holmes and Comfortably Smug of the Ruthless Podcast | Ep. 264 Thu, 17 Feb 2022 19:00:00 +0000
- The Keys to Happiness, Embracing Weakness, and the Importance of Friendship, with Arthur Brooks | Ep. 263 Wed, 16 Feb 2022 20:22:47 +0000
- Top Exec Resigns and Turns Down $1 Million to Speak Freely on COVID Hypocrisy, with Jennifer Sey | Ep. 262 Tue, 15 Feb 2022 20:25:15 +0000
- Speaking Freely and Kaepernick Truth, with Michele Tafoya, Plus Hillary Spying on Trump, with Victor Davis Hanson | Ep. 261 Mon, 14 Feb 2022 20:08:31 +0000
- Parents Pushed to Breaking Points, COVID Child Abuse, and Why the Corporate Press Hates Joe Rogan, with Dave Smith | Ep. 260 Fri, 11 Feb 2022 20:12:05 +0000
- Secrets to Living Longer and Better, with Tony Robbins, and Hollywood Captured by China, with Erich Schwartzel | Ep. 259 Thu, 10 Feb 2022 20:40:13 +0000
- Biden's COVID Gaslighting, Anti-Science Masking, and Trucker Crackdown, with Ben Shapiro, Ezra Levant and Rob Astorino | Ep. 258 Wed, 9 Feb 2022 20:22:59 +0000
- Big Tech Turns Against Free Speech and Fighting the COVID Ruling Class, with David Sacks | Ep. 257 Tue, 8 Feb 2022 20:15:45 +0000
- New Battle in Left's War on Joe Rogan, and Black Prosperity Under Trump, with Jason Riley | Ep. 256 Mon, 7 Feb 2022 20:17:44 +0000
- Zucker Advising Cuomo, Olympics Propaganda, and Cancel Culture, with Tatiana Siegel, Allison Williams, Ethan Strauss, and Akaash Singh | Ep. 255 Fri, 4 Feb 2022 20:04:13 +0000
- Smug CNN, Silencing Speech, and Misguided Biden, with Daniel Cameron, Erik Wemple, and Todd Rose | Ep. 254 Thu, 3 Feb 2022 20:15:08 +0000
- Zucker's Seismic CNN Exit, Whoopi's Suspension, and Canada's Freedom-Loving Truckers, with Rich Lowry, Melissa Cronin, Stu Burguiere, and Ezra Levant | Ep. 253 Wed, 2 Feb 2022 20:34:28 +0000
- Whoopi's Crazy Holocaust Comments and the Value of Regret, with Emily Jashinsky, Eliana Johnson, and Daniel Pink | Ep. 252 Tue, 1 Feb 2022 20:12:48 +0000
- Censorship Mob Blasts Rogan, Biden's NYPD No-Show, and Putin's Next Move, with Clay Travis and Ric Grenell | Ep. 251 Mon, 31 Jan 2022 19:00:00 +0000
- Dr. Laura on Marriage Secrets, Protecting Your Kids, and the Value of Personal Responsibility | Ep. 250 Fri, 28 Jan 2022 20:43:04 +0000
- Disturbing Leaked Illegal Immigration Video and Ray Epps Latest, with Matt Walsh and Julie Kelly | Ep. 249 Thu, 27 Jan 2022 20:16:58 +0000
- Guns in America: A Megyn Kelly Show Debate, with Stephen Gutowski and Mike Spies | Ep. 248 Wed, 26 Jan 2022 20:21:07 +0000
- Hysteria Harming Our Kids and Why We Can't Stay Focused, with Abigail Shrier, Johann Hari, and Megan Rafalski | Ep. 247 Tue, 25 Jan 2022 20:22:42 +0000
- Media's Failed Pushback on Power and Ridiculous COVID Restrictions, with Nick Gillespie and Tara Henley | Ep. 246 Mon, 24 Jan 2022 20:24:57 +0000
- Goldie Hawn on the Importance of Family, Her Storied Career, and Mental Health | Ep. 245 Fri, 21 Jan 2022 20:17:14 +0000
- Tristan Harris on Secrets of Social Media Algorithms, Tech Manipulation and Addiction, and How Our Feeds Divide Us | Ep. 244 Thu, 20 Jan 2022 21:09:54 +0000
- Free Speech Under Attack and Crime Wave in American Cities, with Greg Lukianoff and Ray Kelly | Ep. 243 Wed, 19 Jan 2022 20:14:02 +0000
- Terror in Texas and a Possible Clinton Comeback, with Monica Crowley and Briahna Joy Gray | Ep. 242 Tue, 18 Jan 2022 20:10:27 +0000
- COVID Truth Suppression and Prince Andrew's Perilous Future, with Sen. Marco Rubio, Dan Wootton, and Anne Bremner | Ep. 241 Fri, 14 Jan 2022 19:00:00 +0000
- Arrogance of the Elites and Our Alarming Digital Future, with Chris Arnade, David Zweig, and Tracey Follows | Ep. 240 Thu, 13 Jan 2022 20:20:04 +0000
- The Truth About Climate Change, Climate Realism and Climate Alarmism, with Bjorn Lomborg and David Wallace-Wells | Ep. 239 Wed, 12 Jan 2022 20:00:26 +0000
- Adam Curry on Coordinated COVID Attacks, Following the Money, and Michael and Janet Jackson | Ep. 238 Tue, 11 Jan 2022 20:37:13 +0000
- CDC Damage Control and Teachers Refusing to Teach, with Matt Taibbi, Phil Kerpen and Corey DeAngelis | Ep. 237 Mon, 10 Jan 2022 20:35:25 +0000
- Afghanistan Accountability and COVID Misinformation at Supreme Court, with Stuart Scheller and Robert Barnes | Ep. 236 Fri, 7 Jan 2022 20:20:59 +0000
- January 6 Obsession and Maxwell Verdict, with Comfortably Smug, Michael Duncan, Josh Holmes, Arthur Aidala, and Lis Wiehl | Ep. 235 Thu, 6 Jan 2022 19:59:33 +0000
- Fauci's "Noble Lie," Natural Immunity, and China's Latest Crackdown, with Sen. Rand Paul, Josh Rogin, and Dr. Aaron Kheriaty | Ep. 234 Wed, 5 Jan 2022 20:33:45 +0000
- Zuby on COVID Doom Addiction, the Harms of Closing Schools, and How to Fight Back | Ep. 233 Tue, 4 Jan 2022 20:52:33 +0000
- COVID Truth and Propaganda, and a Trans Swimmer Update, with Dr. Jay Bhattacharya, Cynthia Millen, and Nancy Hogshead-Makar | Ep. 232 Mon, 3 Jan 2022 20:24:30 +0000
- The Year of the Parent: A 2021 Megyn Kelly Show Retrospective | Ep. 231 Wed, 29 Dec 2021 19:00:00 +0000
- 2021 Year in Review: The Best of The Megyn Kelly Show | Ep. 230 Mon, 27 Dec 2021 19:00:00 +0000
- "Dopesick" - The Sackler Family: A Megyn Kelly Show True Crime Special | Ep. 229 Fri, 24 Dec 2021 19:00:00 +0000
- Jeffrey Epstein: A Megyn Kelly Show True Crime Special | Ep. 228 Thu, 23 Dec 2021 19:00:00 +0000
- The Unabomber: A Megyn Kelly Show True Crime Special | Ep. 227 Wed, 22 Dec 2021 19:00:00 +0000
- Casey Anthony: A Megyn Kelly Show True Crime Special | Ep. 226 Tue, 21 Dec 2021 19:00:00 +0000
- Scott Peterson: A Megyn Kelly Show True Crime Special | Ep. 225 Mon, 20 Dec 2021 19:00:00 +0000
- Bombshell Report on Masking Kids and Little House on the Prairie Tell-All, with David Zweig and Karen Grassle | Ep. 224 Fri, 17 Dec 2021 20:00:31 +0000
- Social Justice Consequences and a Vaccine Injury Story, with Allie Beth Stuckey, Andrew Branca, and Kyle Warner | Ep. 223 Thu, 16 Dec 2021 20:00:40 +0000
- Dave Ramsey on Inflation Reality, the Millionaire Mentality, and the Power of Hope | Ep. 222 Wed, 15 Dec 2021 20:09:42 +0000
- Real COVID Risk to Kids and Biden's Lagging Leadership, with Charles C.W. Cooke and David Wallace-Wells | Ep. 221 Tue, 14 Dec 2021 19:00:00 +0000
- COVID Hysteria Aimed at Kids, New Proposed Gun Laws, and Cuomo Latest, with Janice Dean, Bethany Mandel, and John Lott Jr. | Ep. 220 Mon, 13 Dec 2021 19:58:56 +0000
- Jussie Smollett's Hate Crime Hoax and Media Enablers, with The Hodgetwins and Dr. Carol Swain | Ep. 219 Fri, 10 Dec 2021 19:48:24 +0000
- Mark Geragos on Scott Peterson, Kim Potter, Alec Baldwin, and the State of CNN | Ep. 218 Thu, 9 Dec 2021 20:09:12 +0000
- Fauci's COVID Responsibility and Gun vs. Criminal Culture, with Peter Navarro and Dana Loesch | Ep. 217 Wed, 8 Dec 2021 19:00:00 +0000
- Rise in Crime, Corporate Cowardice, and Media Hypocrisy in America, with Bari Weiss and Brandon Tatum | Ep. 216 Tue, 7 Dec 2021 20:07:59 +0000
- NBA's China Hypocrisy on Human Rights and COVID Reality, with Enes Kanter Freedom and David Leonhardt | Ep. 215 Mon, 6 Dec 2021 20:24:12 +0000
- Matt Walsh and Adam Carolla on Viewpoint Censorship, Alec Baldwin Speaking Out, and Australia's COVID crackdown | Ep. 214 Fri, 3 Dec 2021 20:11:11 +0000
- Jussie Smollett, Ghislaine Maxwell, and Abortion Before The Supreme Court, with Lila Rose, Jonna Spilbor, and Lis Wiehl | Ep. 213 Thu, 2 Dec 2021 19:00:00 +0000
- Fauci, Cuomo, Hunter, and Omicron, with Sen. Rand Paul, Miranda Devine, Dr. Jay Bhattacharya, and Dr. David Dowdy | Ep. 212 Wed, 1 Dec 2021 19:53:00 +0000
- Amanda Knox on Media Bias and Sensationalism, Reclaiming Her Name, and Motherhood and Marriage | Ep. 211 Tue, 30 Nov 2021 20:22:01 +0000
- Omicron Panic and Limbaugh's Legacy, with Kmele Foster, Michael Moynihan, Matt Welch, and James Golden | Ep. 210 Mon, 29 Nov 2021 19:51:20 +0000
- Media Malpractice and Criminal Consequences, with Kathie Lee Gifford, E.D. Hill, John Kass and Amy Swearer | Ep. 209 Tue, 23 Nov 2021 20:33:00 +0000
- Rittenhouse Media Insanity and the Dangers of China, with Sen. Tom Cotton, Jason Whitlock, and Jesse Singal | Ep. 208 Mon, 22 Nov 2021 20:18:08 +0000
- Kyle Rittenhouse Found Not Guilty on All Counts, with Glenn Greenwald, Andrew Branca, Mark Eiglarsh, and Angenette Levy | Ep. 207 Fri, 19 Nov 2021 20:01:01 +0000
- COVID Lockdown Reality and MSNBC Banned from Rittenhouse Courtroom, with Dr. Scott Atlas, Robert Barnes, and Dan Abrams | Ep. 206 Thu, 18 Nov 2021 19:56:56 +0000
- Rittenhouse Jury Deliberates and Media's Disastrous Coverage, with Gov. Chris Christie, Robert Barnes, Andrew Branca, and Richard Baris | Ep. 205 Wed, 17 Nov 2021 20:09:13 +0000
- Rittenhouse Trial Heads to Jury and O'Keefe Raided By FBI, with Robert Barnes, Dave Aronberg, Andrew Branca and Harmeet Dhillon | Ep. 204 Tue, 16 Nov 2021 20:07:01 +0000
- Steele Dossier Implodes and Rittenhouse Trial Nears Conclusion, with Kash Patel, Erik Wemple, and Julio Rosas | Ep. 203 Mon, 15 Nov 2021 20:24:52 +0000
- Jim Breuer on the Downsides of Fame and Vanity, SNL in the 90s, and Canceling Chappelle | Ep. 202 Fri, 12 Nov 2021 20:47:46 +0000
- Explosive Rittenhouse Trial Moments and COVID Testing and Vaccines, with Robert Gruler, Dr. Michael Mina, and Brian Dressen | Ep. 201 Thu, 11 Nov 2021 20:34:20 +0000
- Rittenhouse Takes Stand, COVID Overreach, and Lemon's Accuser Responds, with Sharyl Attkisson, Coleman Hughes, Robert Barnes and Dustin Hice | Ep. 200 Wed, 10 Nov 2021 20:15:43 +0000
- Peter Schiff on Biden's Dysfunctional Economy, Inflation Concerns, and the Value of Bitcoin | Ep. 199 Tue, 9 Nov 2021 19:54:27 +0000
- Don Lemon's Accuser Speaks Out and the Mediocrity of the Elites, with Dustin Hice and Emily Jashinsky | Ep. 198 Mon, 8 Nov 2021 20:04:27 +0000
- Policing Comedy and the Kaepernick Documentary, with Jason Whitlock and Seth Dillon | Ep. 197 Fri, 5 Nov 2021 18:52:53 +0000
- Tuesday's Red Wave and the Kyle Rittenhouse Trial, with Victor Davis Hanson, Jonna Spilbor, and Arthur Aidala | Ep. 196 Thu, 4 Nov 2021 18:54:37 +0000
- GOP's Giant Virginia Victory, with Ken Cuccinelli, Charles C.W. Cooke, Asra Nomani, and Bill McGurn | Ep. 195 Wed, 3 Nov 2021 19:03:26 +0000
- All Eyes on Virginia, with Salena Zito, Comfortably Smug, Josh Holmes, and Michael Duncan | Ep. 194 Tue, 2 Nov 2021 19:22:33 +0000
- VA Gov Race Ramifications and Texas Abortion Case Before SCOTUS, with Rich Lowry and Alan Dershowitz | Ep. 193 Mon, 1 Nov 2021 19:11:45 +0000
- Ghost Stories: A Haunted Megyn Kelly Show Halloween, with Jason Hawes and Jim Harold | Ep. 192 Fri, 29 Oct 2021 19:28:05 +0000
- Free Speech Under Fire and Vaccine Mandates, with Michael Knowles and John Kass | Ep. 191 Thu, 28 Oct 2021 19:04:08 +0000
- Tim Kennedy on the Taliban Terror Threat, Personal Responsibility, and the Importance of Losing | Ep. 190 Wed, 27 Oct 2021 19:10:26 +0000
- Culture War Disconnects, Nike Hypocrisy, and the Religion of Woke, with John McWhorter and Ethan Strauss | Ep. 189 Tue, 26 Oct 2021 19:11:33 +0000
- Dr. Lisa Littman on Rapid Onset Gender Dysphoria, the Teen Trans Trend, and Intellectual Rigor | Ep. 188 Mon, 25 Oct 2021 19:28:04 +0000
- A Wuhan Lab Admission and White House Coordination Against Parents, with Hugh Hewitt, Melissa Francis, Allie Beth Stuckey, and Nicki Neily | Ep. 187 Fri, 22 Oct 2021 18:59:15 +0000
- Vaccine Freedom, China's Military Might, and Woke Media, with Allison Williams, Sen. Josh Hawley, and Batya Ungar-Sargon | Ep. 186 Thu, 21 Oct 2021 19:05:23 +0000
- Havana Syndrome and Vaccinating Young Kids, with Glenn Greenwald, David Zweig, and Marc Polymeropoulos | Ep. 185 Wed, 20 Oct 2021 19:02:53 +0000
- Vaccine Mandates, Supply Chain Crisis, and CRT in Middle School, with Eric Bolling and Ramona Bessinger | Ep. 184 Tue, 19 Oct 2021 19:23:38 +0000
- Steven Crowder on His YouTube Suspension, Fatherhood, and His Near-Death Health Scare | Ep. 183 Mon, 18 Oct 2021 19:08:33 +0000
- Jordan Belfort on His Incredible Life, Victimhood Mentality, and the Keys to Entrepreneurial Success | Ep. 182 Fri, 15 Oct 2021 18:00:00 +0000
- Dave Rubin on Vaccine Choice, Media Narratives, and Trump in 2024 | Ep. 1 81 Thu, 14 Oct 2021 19:25:42 +0000
- Moms Fighting Back Over Masking Kids and CRT, with Maud Maron, Natalya Murakhver, and Jenin Younes | Ep. 180 Wed, 13 Oct 2021 19:31:13 +0000
- Sharon Osbourne on Her "The Talk" Exit and Marriage, and Adam Curry on Cancel Culture and Dave Chappelle | Ep. 179 Tue, 12 Oct 2021 19:10:00 +0000
- COVID Origins and the Homelessness Crisis, with Richard Muller and Michael Shellenberger | Ep. 178 Mon, 11 Oct 2021 19:13:50 +0000
- Ryan Holiday on Confronting Our Fear, the Value of Being "Difficult," and Courage | Ep. 177 Fri, 8 Oct 2021 19:48:03 +0000
- Biden's Border Crisis and Cratering Poll Numbers, with Eliana Johnson, Chris Stirewalt, and Brandon Judd | Ep. 176 Thu, 7 Oct 2021 19:16:06 +0000
- Getting Real About How COVID Started and COVID Vaccines, with Josh Rogin and Scott Gottlieb | Ep. 175 Wed, 6 Oct 2021 19:16:23 +0000
- Tech Censorship, Media Malpractice, and Woke Icons, with Victor Davis Hanson, John Stossel, and Ben Smith | Ep. 174 Tue, 5 Oct 2021 19:41:32 +0000
- Sexual Harassment Allegation Against Chris Cuomo, and a Woke Push To Eliminate Biological Sex, with Shelley Ross and Katie Herzog | Ep. 173 Mon, 4 Oct 2021 19:30:05 +0000
- Glenn Beck on the Impending Inflation Disaster, the Border Crisis, and Biden's Divisive Messaging | Ep. 172 Fri, 1 Oct 2021 19:50:53 +0000
- COVID Child Abuse, Vaccine Truth and Lebron James Backlash with Karol Markowicz, Dr. Monica Gandhi and Dr. Martin Kulldorff | Ep. 171 Thu, 30 Sep 2021 19:55:30 +0000
- Aftermath of Afghanistan and Julian Assange Allegations with Mike Pompeo and Jack Carr | Ep. 170 Wed, 29 Sep 2021 20:17:04 +0000
- Tulsi Gabbard on the Afghanistan Withdrawal Hearing and the ‘Woke-ification’ of the Military | Ep. 169 Tue, 28 Sep 2021 20:11:27 +0000
- Missing Migrants, Mask Mutiny, and the Hunter Biden Email Coverup with Robby Soave and Sohrab Ahmari | Ep. 168 Mon, 27 Sep 2021 19:40:40 +0000
- Tucker Carlson on the Media's Deception, the ADL's Attacks, and Armor Against Criticism | Ep. 167 Fri, 24 Sep 2021 19:55:56 +0000
- Gabby Petito’s Death, Theranos Fraud Trial, and Britney Spears with Brian Entin, Mark Eiglarsh and Arthur Aidala | Ep. 166 Thu, 23 Sep 2021 19:54:06 +0000
- The Truth about Del Rio and the Migrant Crisis with Dennis Michael Lynch, Stephanie Crisp-Canales, and Brandon Darby | Ep. 165 Wed, 22 Sep 2021 19:45:23 +0000
- Dr. Drew and Paulina Pinsky on Radical Honesty, Hard Conversations, and the Benefits of Therapy | Ep. 164 Tue, 21 Sep 2021 19:51:58 +0000
- The Naked Hypocrisy of the Emmys, Crazy Mask Policies, and the LuLaRoe ‘Cult’ with Leonydus Johnson, Roberta Blevins and Derryl Trujillo | Ep. 163 Mon, 20 Sep 2021 20:24:35 +0000
- The Russiagate ‘Scandal’ and Media’s Shaming of the Unvaccinated with Glenn Greenwald | Ep. 162 Fri, 17 Sep 2021 19:45:39 +0000
- Left Turns on Nicki Minaj, Fauci’s New Title and Immigration Madness with Kmele Foster, Matt Welch, and Michael Moynihan | Ep. 161 Thu, 16 Sep 2021 19:34:35 +0000
- The COVID Numbers Game and the Toxicity of Big Tech with Dr. Jay Bhattacharya, Vivek Ramaswamy, and Prof. Scott Galloway | Ep. 160 Wed, 15 Sep 2021 19:48:03 +0000
- Solutions for a World in Disarray with Bret Weinstein and Heather Heying | Ep. 159 Tue, 14 Sep 2021 19:50:39 +0000
- Rebellion Against Wokeism, the Loss of Patriotism, and the Vaccine Push with Peter Boghossian, Janice Dean, and Adam Carolla | Ep. 158 Mon, 13 Sep 2021 19:57:49 +0000
- 9/11 20 Years Later and Biden's Vaccine Mandate, with Rep. Dan Crenshaw, Debra Burlingame, Frank Siller, and Shannen Coffin | Ep. 157 Fri, 10 Sep 2021 20:19:07 +0000
- COVID Truth on Fauci, Vaccines, and Masks, with Sen. Rand Paul, David Zweig, and Dr. Vinay Prasad | Ep. 156 Thu, 9 Sep 2021 19:37:00 +0000
- Is Newsom Done? California Recall, with Larry Elder and Caitlyn Jenner | Ep. 155 Wed, 8 Sep 2021 19:54:48 +0000
- Afghanistan, Abortion, and COVID, with Lara Logan, Charles C.W. Cooke, and Alan Dershowitz | Ep. 154 Tue, 7 Sep 2021 20:19:53 +0000
- Michael Shermer on COVID Hysteria, the Religion of Wokeism, and Cults | Ep. 153 Thu, 2 Sep 2021 08:00:00 +0000
- Stephen Miller on Biden’s Terror Response, the Border Crisis, and Trump 2024 | Ep. 152 Mon, 30 Aug 2021 08:00:00 +0000
- The Benefits and Dangers of Artificial Intelligence, with Nick Bostrom and Andrew Ng | Ep. 151 Thu, 26 Aug 2021 08:00:00 +0000
- Wesley Yang on Weaponized Fragility, Policing Debate Out of Existence, and The Successor Ideology | Ep. 150 Mon, 23 Aug 2021 20:29:50 +0000
- Marcus and Morgan Luttrell on the Afghanistan Debacle, Loving America, and Never Quitting | Ep. 149 Fri, 20 Aug 2021 08:00:00 +0000
- Chaos and Violence, in Afghanistan and Chicago, with Ayaan Hirsi Ali and John Kass | Ep. 148 Wed, 18 Aug 2021 19:43:01 +0000
- Biden's Afghanistan Blame Game, with Robert O'Neill and Ric Grenell | Ep. 147 Tue, 17 Aug 2021 20:36:53 +0000
- Afghanistan Falls to the Taliban, with Sean Parnell and Charles C.W. Cooke | Ep. 146 Mon, 16 Aug 2021 20:03:53 +0000
- Heather Mac Donald on COVID Fear and Power, Embracing Balance, and The Demonization of Men | Ep. 145 Fri, 13 Aug 2021 08:00:00 +0000
- Cuomo is Done - And What Comes Next, with Janice Dean and Stu Burguiere | Ep. 144 Wed, 11 Aug 2021 20:32:25 +0000
- The Cost of Biden's Eviction Moratorium - One Landlord's Story | Ep. 143 Tue, 10 Aug 2021 19:45:00 +0000
- Andrew Sullivan on the Woke Left's Religious Zealotry, Anti-Tribalism, and a Crisis of Trust | Ep. 142 Mon, 9 Aug 2021 20:06:00 +0000
- Dr. Drew Pinsky on COVID Hysteria, The Rise of Narcissism, and Marriage and Parenting | Ep. 141 Fri, 6 Aug 2021 08:00:00 +0000
- The Truth About January 6th, with Andy McCarthy and Julie Kelly | Ep. 140 Wed, 4 Aug 2021 19:21:12 +0000
- Cuomo and COVID, with Janice Dean and Dr. Martin Kulldorff | Ep. 139 Tue, 3 Aug 2021 20:38:00 +0000
- Sean Parnell on Fighting For America, Running For Political Office, and How Military Combat Changes You | Ep. 138 Mon, 2 Aug 2021 19:29:06 +0000
- The Rise Of The Illiberal Left, with Christina Hoff Sommers, Desh Amila, and Curt Jaimungal | Ep. 137 Fri, 30 Jul 2021 08:00:00 +0000
- Intermittent Fasting - What You Need To Know, with Cynthia Thurlow | Ep. 136 Wed, 28 Jul 2021 20:20:00 +0000
- COVID Confusion and Olympics Storylines, with Dr. Joel Zinberg and Juliet Huddy | Ep. 135 Tue, 27 Jul 2021 20:49:16 +0000
- Ben Shapiro on DeSantis, Biden, and Our Authoritarian Moment in America | Ep. 134 Mon, 26 Jul 2021 19:40:00 +0000
- Malcolm Gladwell on Forgiveness, The Value of Being Disagreeable, and The Little Mermaid | Ep. 133 Fri, 23 Jul 2021 08:00:00 +0000
- What's Happening In Cuba and Hong Kong, with Antonio Garcia-Martinez and Samuel Chu | Ep. 132 Wed, 21 Jul 2021 19:20:00 +0000
- Defund The Police Consequences, with Larry Elder and Don and Sondra Samuels | Ep. 131 Tue, 20 Jul 2021 20:05:00 +0000
- Allie Beth Stuckey on Protecting Women and Girls, Motherhood, and the Courage To Stand Up | Ep. 130 Mon, 19 Jul 2021 20:05:00 +0000
- Dr. Ben Carson on American Exceptionalism, Being Victors Instead of Victims, and Biden and Trump | Ep. 129 Fri, 16 Jul 2021 08:00:00 +0000
- Critical Race Theory, And How To Effectively Fight Back, with Kmele Foster and Rich Lowry | Ep. 128 Wed, 14 Jul 2021 08:00:00 +0000
- Chrissie Mayr on Cancel Culture, the State of Comedy, and Supporting Trump | Ep. 127 Mon, 12 Jul 2021 08:00:00 +0000
- Jason Whitlock and "Uncle Jimmy" on Patriotism, Sin and Morality, and the Drama at ESPN | Ep. 126 Fri, 9 Jul 2021 08:00:00 +0000
- Two Women Fighting Back, with "ThisIsSavvy" Savannah Edwards and Rancher Leisl Carpenter | Ep. 125 Wed, 7 Jul 2021 08:00:00 +0000
- Bret Weinstein on Tech Censorship, The Value of Conversation, and COVID Treatments | Ep. 124 Mon, 5 Jul 2021 08:00:00 +0000
- American Stories, with Bari Weiss, J.D. Vance, and Mike Rowe | Ep. 123 Fri, 2 Jul 2021 08:00:00 +0000
- Victor Davis Hanson on Defunding the Police, Woke Warriors, and the State of the Biden Presidency | Ep. 122 Wed, 30 Jun 2021 08:00:00 +0000
- Britney Spears, Vaccine Mandates, "Central Park Karen," and More Hot Legal Cases, with Arthur Aidala and Mark Eiglarsh | Ep. 121 Mon, 28 Jun 2021 08:00:00 +0000
- Leader Kevin McCarthy and Sen. Joni Ernst on the Crime Surge, the Border Crisis, and Bipartisanship | Ep. 120 Fri, 25 Jun 2021 08:00:00 +0000
- Gad Saad on Victimhood, Fighting Back Against the Tyranny of the Minority, and the Differences Between Men and Women | Ep. 119 Wed, 23 Jun 2021 08:00:00 +0000
- Clay Travis and Buck Sexton on Political Double Standards, COVID Hypocrisy, and Following Rush Limbaugh | Ep. 118 Mon, 21 Jun 2021 08:00:00 +0000
- Alice Marie Johnson on Her Journey Out of Prison, President Trump, Kim Kardashian, and Criminal Justice Reform | Ep. 117 Fri, 18 Jun 2021 08:00:00 +0000
- The Truth About UFOs and UAPs, with Lue Elizondo and John Greenewald | Ep. 116 Wed, 16 Jun 2021 08:00:00 +0000
- Jason Riley on Critical Race Theory, Policing in America, and Thomas Sowell's Honest Intellectualism | Ep. 115 Mon, 14 Jun 2021 08:00:00 +0000
- The COVID Cover-Up, with Josh Rogin, David Marcus, and Richard Muller | Ep. 114 Fri, 11 Jun 2021 08:00:00 +0000
- Exposing The Embarrassing Elites, with Sohrab Ahmari, Krystal Ball, Saagar Enjeti, and Dan Abrams | Ep. 113 Wed, 9 Jun 2021 08:00:00 +0000
- Zaid Jilani and Andy Ngo on COVID Truth and Censorship, Antifa's Tactics, and Failings of the Corporate Media | Ep. 112 Mon, 7 Jun 2021 08:00:00 +0000
- Dennis Prager on the Leftward Drift in Schools, Secular Extremism, and American Exceptionalism | Ep. 111 Fri, 4 Jun 2021 08:00:00 +0000
- Matt Taibbi on Fighting Cancel Culture, Biden Media Coverage, and COVID Hypocrisy | Ep. 110 Wed, 2 Jun 2021 08:00:00 +0000
- Robert O'Neill on Killing Bin Laden, Life Lessons from SEAL Training, and American Unity | Ep. 109 Mon, 31 May 2021 07:00:00 +0000
- The Rise in Anti-Jewish and Anti-Asian Violence in America, with Ron Dermer and Ying Ma | Ep. 108 Fri, 28 May 2021 08:00:00 +0000
- COVID Reality on Kids and Masks, the Wuhan Lab, and Vaccines, with Dr. Nicole Saphier and Dr. Lucy McBride | Ep. 107 Wed, 26 May 2021 08:00:00 +0000
- Daryl Davis on Getting KKK Members to Leave the Klan, Policing in America, and Lacking Bitterness | Ep. 106 Mon, 24 May 2021 08:00:00 +0000
- Lara Logan on Overcoming Trauma, Political Operatives in the Media, and Dangers of Technology | Ep. 105 Fri, 21 May 2021 08:00:00 +0000
- What's Happening in Israel and Gaza, Today and Throughout History - With Alan Dershowitz and Shadi Hamid | Ep. 104 Wed, 19 May 2021 08:00:00 +0000
- Carlos Watson on Challenging Conversations, the State of the Media, and the Ingredients to Success | Ep. 103 Mon, 17 May 2021 08:00:00 +0000
- Ryan Long on Intersectional Trainwrecks, the State of Comedy, and COVID Hypocrisy | Ep. 102 Fri, 14 May 2021 08:00:00 +0000
- The Trans Athletes Debate, From All Angles: High School Girls Suing, Medical Experts, and More | Ep. 101 Wed, 12 May 2021 08:00:00 +0000
- John McWhorter on MLK's Message, Fixing Our Culture's Focus on Race, and Nasty Words | Ep. 100 Mon, 10 May 2021 08:00:00 +0000
- A Parent Fights Back: Andrew Gutmann on Critical Race Theory and "Anti-Racism" Indoctrination at His Daughter's School | Ep. 99 Fri, 7 May 2021 08:00:00 +0000
- Sen. Josh Hawley on Big Tech Tyranny, Media Absurdity, and the State of the GOP | Ep. 98 Wed, 5 May 2021 08:00:00 +0000
- Adam Grant on How To Win Arguments, "Safe Spaces" on College Campuses, and Imposter Thoughts | Ep. 97 Mon, 3 May 2021 08:00:00 +0000
- Kmele Foster, Michael Moynihan, and Matt Welch on Woke Culture, Free Speech, and Identity Politics | Ep. 96 Fri, 30 Apr 2021 08:00:00 +0000
- Charles C.W. Cooke on Biden's Broken Promises, COVID Craziness, and Police Reform | Ep. 95 Wed, 28 Apr 2021 08:00:00 +0000
- Climate Truth: Climate Change Alarmism and Reality, with Michael Shellenberger and Benji Backer | Ep. 94 Mon, 26 Apr 2021 08:00:00 +0000
- A Teacher Speaks Out: Paul Rossi on Critical Race Theory and Anti-Racist Teachings "Demonizing" Kids at his School | Ep. 93 Fri, 23 Apr 2021 08:00:00 +0000
- Chauvin Found Guilty - What it Means, and What Happens Next, with Alan Dershowitz, Arthur Aidala and Mark Eiglarsh | Ep. 92 Wed, 21 Apr 2021 00:00:00 +0000
- Scott Walker on Taking on Unions, Leftward Drift in Schools, and the GOP in 2024 | Ep. 91 Mon, 19 Apr 2021 08:00:00 +0000
- Katie Herzog and Jesse Singal on Culture Wars, the Trans Trend, and Fad Psychology | Ep. 90 Fri, 16 Apr 2021 08:00:00 +0000
- COVID Truth, on the Wuhan Lab, Herd Immunity, Vaccines and Variants, with Josh Rogin and Dr. Marty Makary | Ep. 89 Wed, 14 Apr 2021 08:00:00 +0000
- Clay Travis on American Sports and China, Hunter Biden, and Dealing with Bullies | Ep. 88 Mon, 12 Apr 2021 08:00:00 +0000
- Derek Chauvin Trial: Where Things Stand Now, with Alan Dershowitz, Arthur Aidala and Mark Eiglarsh | Ep. 87 Fri, 9 Apr 2021 08:00:00 +0000
- Chris Distefano on COVID Hysteria, Raising Tough Kids, and The Plague of Narcissism | Ep. 86 Wed, 7 Apr 2021 08:00:00 +0000
- Candace Owens on the Derek Chauvin Trial, Motherhood, and Cardi B | Ep. 85 Mon, 5 Apr 2021 08:00:00 +0000
- Jordan Peterson on Radical Honesty, Raising Kids, and Getting Your House in Order | Ep. 84 Fri, 2 Apr 2021 08:00:00 +0000
- The Derek Chauvin Trial: What You Need To Know, with Arthur Aidala, Mark Eiglarsh, and Michael Belsky | Ep. 83 Wed, 31 Mar 2021 08:00:00 +0000
- Dave Ramsey on Capitalism, The Value of Working Hard, and Wealth Equality vs. Wealth Equity | Ep. 82 Mon, 29 Mar 2021 08:00:00 +0000
- Justine Bateman on Parenting in the Age of Instagram, Beauty Standards for Men and Women, and Dealing with Critics | Ep. 81 Fri, 26 Mar 2021 08:00:00 +0000
- Thomas Chatterton Williams on the Authoritarian Left, the Illusion of Racial Identity, and Victimhood in America | Ep. 80 Wed, 24 Mar 2021 08:00:00 +0000
- John Stossel on Big Tech Censorship, COVID Fear, and Capitalism | Ep. 79 Mon, 22 Mar 2021 08:00:00 +0000
- John Rich on Trump and Biden, The Leftward Drift of Red Cities, and His Relationship With God | Ep. 78 Fri, 19 Mar 2021 08:00:00 +0000
- Jocko Willink on Responding to Adversity, Personal Responsibility and Victimhood, and Parenting | Ep. 77 Wed, 17 Mar 2021 08:00:00 +0000
- Victor Davis Hanson on the Crisis at the Border, the Liberal Elite's "Abstract Empathy," and What He Loves About America | Ep. 76 Mon, 15 Mar 2021 08:00:00 +0000
- Michael Knowles on Prince Harry and Meghan Markle, Entitlement and Victimhood, and the Woke Drift in Schools | Ep. 75 Fri, 12 Mar 2021 09:00:00 +0000
- Andrew Schulz on Trump and Biden, the State of Comedy, and Feminism | Ep. 74 Wed, 10 Mar 2021 09:00:00 +0000
- Oprah's Meghan and Harry Bombshell, with Dan Wootton, Plus Bari Weiss on Her "New ACLU" | Ep. 73 Mon, 8 Mar 2021 20:30:00 +0000
- Larry Elder on Racial Resentment, Media Bias, and What Makes America Great | Ep. 72 Fri, 5 Mar 2021 09:00:00 +0000
- Janice Dean on the Fall of Andrew Cuomo, and The Importance of Making Your Own Sunshine | Ep. 71 Wed, 3 Mar 2021 09:00:00 +0000
- Tim Pool on Big Tech Censorship, Establishment Media Bias, and What He's Building Next | Ep. 70 Mon, 1 Mar 2021 10:00:00 +0000
- Tulsi Gabbard on How Washington Really Works, Clashing with Clinton and Kamala, And Her Political Future | Ep. 69 Fri, 26 Feb 2021 10:00:00 +0000
- Ben Shapiro on Firing Fauci, Uncanceling Carano, and Ditching California | Ep. 68 Wed, 24 Feb 2021 10:00:00 +0000
- Antifa's Violent Rise and Next Move, with Andy Ngo and Shelby Talcott | Ep. 67 Mon, 22 Feb 2021 10:00:00 +0000
- Eric Bolling on Rush Limbaugh's Legacy, The Lincoln Project's Demise and his Crusade to Honor His Son | Ep. 66 Fri, 19 Feb 2021 10:00:00 +0000
- The Fallout From Racism Accusations: Two Real-Life Stories | Ep. 65 Wed, 17 Feb 2021 10:00:00 +0000
- Ayaan Hirsi Ali on the disturbing rise of violence against women in Europe by Muslim men | Ep. 64 Mon, 15 Feb 2021 10:00:00 +0000
- Adam Carolla on COVID Madness, AOC, and Whether He'll Leave California | Ep. 63 Fri, 12 Feb 2021 10:00:00 +0000
- Arguing Impeachment, with Legal Titans Alan Dershowitz and Laurence Tribe | Ep. 62 Wed, 10 Feb 2021 10:00:00 +0000
- Biden Brings Back "Believe All Women" - KC Johnson on Key Title IX Cases on College Campuses | Ep. 61 Mon, 8 Feb 2021 10:00:00 +0000
- Tim Dillon on Comedy in the Trump Era, Out of Touch Celebrities, and Alex Jones | Ep. 60 Fri, 5 Feb 2021 10:00:00 +0000
- Race and Schools, with Jodi Shaw and Christopher Rufo | Ep. 59 Wed, 3 Feb 2021 10:00:00 +0000
- A Mom and Small Business Owner, On How She Ended Up at the Capitol January 6, and Fighting Against COVID Lockdown | Ep. 58 Mon, 1 Feb 2021 10:00:00 +0000
- COVID Vaccines, Masks and Schools, with Alex Berenson and Dr. Jay Bhattacharya | Ep. 57 Fri, 29 Jan 2021 10:00:00 +0000
- Dave Portnoy and Erika Nardini on Barstool's Success, Authenticity, and Helping Small Businesses | Ep. 56 Wed, 27 Jan 2021 10:00:00 +0000
- Douglas Murray on Overcoming Tribalism, the Asymmetry of Wokeness, and the Rise of Victimhood | Ep. 55 Mon, 25 Jan 2021 10:00:00 +0000
- Bari Weiss on the State of the Media, Cancel Culture, and Anti-Semitism | Ep. 54 Fri, 22 Jan 2021 10:00:00 +0000
- Biden Begins, with Ben Domenech, Krystal Ball, Saagar Enjeti, and Ryan Grim | Ep. 53 Wed, 20 Jan 2021 10:00:00 +0000
- This Moment in America, with Dennis Prager and Rep. Steve Scalise | Ep. 52 Mon, 18 Jan 2021 21:03:38 +0000
- Impeachment, The Sequel, with Eric Bolling and Dan Abrams | Ep. 51 Fri, 15 Jan 2021 10:00:00 +0000
- Tech Censorship And Independent Media, with Glenn Greenwald and the CEOs of Parler and Substack | Ep. 50 Wed, 13 Jan 2021 10:00:00 +0000
- Kathie Lee Gifford on God's Importance, Regis Philbin, The Kardashians, and Her Career | Ep. 49 Mon, 11 Jan 2021 10:00:00 +0000
- Glenn Beck on America in 2021, the Media, and COVID Lockdowns | Ep. 48 Fri, 8 Jan 2021 10:00:00 +0000
- Georgia Goes Blue, with Hugh Hewitt and Dave Briggs | Ep. 47 Wed, 6 Jan 2021 17:58:22 +0000
- Amy Chua on the Climate on Campuses, Political Tribalism, and Being a "Tiger Mom" | Ep. 46 Mon, 4 Jan 2021 10:00:00 +0000
- Mike Rowe on Patriotism, the Value of Authenticity, and COVID Hypocrisy | Ep. 45 Fri, 1 Jan 2021 10:00:00 +0000
- Bridget Phetasy on Trauma and Recovery, Victimhood and Entitlement, and Marriage | Ep. 44 Wed, 30 Dec 2020 10:00:00 +0000
- Jerry Springer on the American Dream, His TV Legacy, and Political Divisions | Ep. 43 Mon, 28 Dec 2020 10:00:00 +0000
- (Former Father) Jonathan Morris and his wife Kaitlyn, on Faith, Marriage, and Glorifying God | Ep. 42 Fri, 25 Dec 2020 10:00:00 +0000
- The Stars of "Willy Wonka," on Childhood, Wilder, and Hollywood | Ep. 41 Wed, 23 Dec 2020 10:00:00 +0000
- Jason Whitlock on the Importance of Faith, Racial Division, and Sports | Ep. 40 Mon, 21 Dec 2020 10:00:00 +0000
- KY AG Daniel Cameron, on COVID restrictions, the Breonna Taylor case, and Trump. | Ep. 39 Fri, 18 Dec 2020 10:00:00 +0000
- Hunter, Joe and (Dr.) Jill Biden, with Salena Zito and Andy McCarthy | Ep. 38 Wed, 16 Dec 2020 10:00:00 +0000
- Sam Harris on Political Tribalism, Cultural Divisions and Finding Inner Peace | Ep. 37 Mon, 14 Dec 2020 10:00:00 +0000
- Sharyl Attkisson on Media Bias, Narrative Vs. Facts, and Big Tech Censorship | Ep. 36 Fri, 11 Dec 2020 10:00:00 +0000
- Rep. Dan Crenshaw on Election Challenges, Twitter Fights and Victimhood | Ep. 35 Wed, 9 Dec 2020 10:00:00 +0000
- COVID Truth on Lockdowns, Vaccines and Schools, with the Great Barrington Declaration Doctors | Ep. 34 Mon, 7 Dec 2020 10:00:00 +0000
- Andrew Sullivan on America, the Media, and Fighting for Freedom | Ep. 33 Fri, 4 Dec 2020 10:00:00 +0000
- Rich Lowry, Greg Kelly, Briahna Joy Gray and Erick Erickson, on Trump and Biden | Ep. 32 Wed, 2 Dec 2020 10:00:00 +0000
- Dr. Debra Soh, on Gender, Femininity and the Dangers of Anti-Science Woke Culture | Ep. 31 Mon, 30 Nov 2020 10:00:00 +0000
- Shelby and Eli Steele on Ferguson, Overcoming Obstacles and America | Ep. 30 Fri, 27 Nov 2020 10:00:00 +0000
- J.D. Vance on Trump, Addiction, and Family | Ep. 29 Wed, 25 Nov 2020 10:00:00 +0000
- Dave Rubin on Voting For Trump, Gay Marriage and COVID Hypocrisy | Ep. 28 Mon, 23 Nov 2020 10:00:00 +0000
- Election Consequences, with Chris Christie and James Carville | Ep. 27 Fri, 20 Nov 2020 10:00:00 +0000
- Ayaan Hirsi Ali on Islamic Terrorism, Critical Race Theory and America | Ep. 26 Wed, 18 Nov 2020 10:00:00 +0000
- Coleman Hughes and Glenn Loury on Race in America, Patriotism, and College Campuses | Ep. 25 Mon, 16 Nov 2020 10:00:00 +0000
- Janice Dean on Cuomo, Ailes and Friendship | Ep. 24 Fri, 13 Nov 2020 10:00:00 +0000
- Matt Taibbi on the Media, Cancel Culture, and the Democratic Establishment | Ep. 23 Wed, 11 Nov 2020 10:00:00 +0000
- Election Aftermath, with Clay Travis and Dennis Prager | Ep. 22 Mon, 9 Nov 2020 19:04:28 +0000
- Steven Crowder on the Media, Tech Platforms and Marriage | Ep. 21 Fri, 6 Nov 2020 10:00:00 +0000
- Election Overtime, with Charles C.W. Cooke, Krystal Ball and Saagar Enjeti | Ep. 20 Wed, 4 Nov 2020 18:01:45 +0000
- Election Day, With Gov. Mike Huckabee and Joe Trippi | Ep. 19 Tue, 3 Nov 2020 19:15:56 +0000
- Election Eve with Hugh Hewitt, Andrew Yang and Robert Cahaly | Ep. 18 Mon, 2 Nov 2020 20:07:00 +0000
- Election Weekend with James Rosen, Kim Klacik and Doug Schoen | Ep. 17 Fri, 30 Oct 2020 09:00:00 +0000
- Piers Morgan on Cancel Culture, Trump, and The War On Free Speech | Ep. 16 Wed, 28 Oct 2020 09:00:00 +0000
- Chloé Valdary on Redemption, Race, and Combating The Outrage Mob | Ep. 15 Mon, 26 Oct 2020 06:00:00 +0000
- The Last Debate with Eric Bolling, Krystal Ball and Saagar Enjeti | Ep. 14 Fri, 23 Oct 2020 17:30:35 +0000
- Ric Grenell on Trump, Faith, and Being a Gay Conservative | Ep. 13 Wed, 21 Oct 2020 06:00:00 +0000
- Abigail Shrier on the Teen Trans Trend, Feminism and Technology | Ep. 12 Mon, 19 Oct 2020 06:00:00 +0000
- Dueling Town Halls, with Marc Thiessen, Bob Beckel, and Frank Luntz | Ep. 11 Fri, 16 Oct 2020 17:24:15 +0000
- Alan Dershowitz on SCOTUS, Epstein, and OJ | Ep. 10 Wed, 14 Oct 2020 06:00:00 +0000
- Mark Cuban on Family, Social Justice and NBA Ratings | Ep. 9 Mon, 12 Oct 2020 06:00:00 +0000
- Candace Owens on Victimhood, Trump, and the Police | Ep. 8 Fri, 9 Oct 2020 06:00:00 +0000
- Pence and Harris Debate, with Charles C.W. Cooke, Krystal Ball, and Saagar Enjeti Thu, 8 Oct 2020 17:13:18 +0000
- POTUS Has COVID, with Dana Loesch, Olivia Nuzzi and Nomiki Konst | Ep. 6 Tue, 6 Oct 2020 06:00:00 +0000
- Adam Carolla on Cancel Culture, The Trump Era Media and Blackface | Ep. 5 Mon, 5 Oct 2020 06:00:00 +0000
- Sen. Ted Cruz on the Supreme Court, the Debates and the Media | Ep. 4 Fri, 2 Oct 2020 13:21:16 +0000
- Ben Shapiro on Trump and Biden, Bullying, and Leaving California | Ep. 3 Thu, 1 Oct 2020 15:30:00 +0000
- The Debate Mess, with Hugh Hewitt, Krystal Ball and Saagar Enjeti | Ep. 2 Wed, 30 Sep 2020 22:07:17 +0000
- Glenn Greenwald on Trump and the media, MSNBC, and Edward Snowden | Ep. 1 Mon, 28 Sep 2020 05:00:00 +0000
- The Megyn Kelly Show Trailer Tue, 22 Sep 2020 18:54:00 +0000
The Stories of Mahabharata URL | Feed
A serialized story-telling of the ancient epic of India - The Mahabharata
Hosted on Acast. See acast.com/privacy for more information.
- Mahabharata episode 77: The Final Departure Mon, 24 Feb 2025 04:02:26 GMT
- Mahabharata episode 76: Vanaprastha and the End of the Yadavas Mon, 23 Dec 2024 00:43:29 GMT
- Mahabharata Episode 75: Yudhishthira, The King of Hastinapur Mon, 21 Oct 2024 15:23:19 GMT
- Mahabharata Episode 74: The Mourning Tue, 30 Jul 2024 02:58:18 GMT
- Mahabharata Episode 73: Aswathama's Revenge Tue, 04 Jun 2024 02:24:41 GMT
- Mahabharata Episode 72: Day Eighteen of The War Sun, 24 Mar 2024 18:05:57 GMT
- Mahabharata Episode 71: Fall of Karna Fri, 05 Jan 2024 20:46:18 GMT
- Mahabharata Episode 70: The Seventeenth Day of the War Mon, 02 Oct 2023 01:18:10 GMT
- Mahabharata Episode 69: Karna, the new Kaurava Commander-in-chief Tue, 11 Jul 2023 01:07:01 GMT
- Mahabharata Episode 68: Fall of Dron Mon, 03 Apr 2023 04:15:00 GMT
- Mahabharata Episode 67: Fall of Ghatotkach Mon, 09 Jan 2023 14:36:12 GMT
- Mahabharata Episode 66: The Killing of Jayadrath Fri, 28 Oct 2022 16:24:33 GMT
- Mahabharata Episode 65: The Fourteenth day of the war Sun, 31 Jul 2022 17:29:53 GMT
- Mahabharata Episode 64: Arjun Vows Revenge Mon, 09 May 2022 01:33:30 GMT
- Mahabharata Episode 63: Day Thirteen of the War - Fall of Abhimanyu Sun, 27 Mar 2022 17:29:55 GMT
- Mahabharata Episode 62: Day Twelve of the War Wed, 19 Jan 2022 23:20:44 GMT
- Mahabharata Episode 61: Day Eleven of the War – Duryodhan appoints Dron as the commander-in chief Mon, 20 Sep 2021 17:52:27 GMT
- Mahabharata Episode 60: Day Ten of the War – Fall of Bhishma Wed, 02 Jun 2021 01:20:58 GMT
- Mahabharata Episode 59: The Battle of Kurukshetra – Day Nine Tue, 19 Jan 2021 01:50:05 GMT
- Mahabharata Episode 58: The Battle Of Kurukshetra – Days Seven and Eight Wed, 09 Sep 2020 02:08:37 GMT
- Mahabharata Episode 57: The Battle Of Kurukshetra – Days Four Five and Six Tue, 05 May 2020 15:15:55 GMT
- Mahabharata Episode 56: The Battle of Kurukshetra – Day Two and Three Wed, 06 Nov 2019 19:52:59 GMT
- Mahabharata Episode 55: The Battle of Kurukshetra – Day One Thu, 28 Mar 2019 04:13:10 GMT
- Mahabharata Episode 54: The Bhagavad Gita Mon, 08 Oct 2018 16:57:17 GMT
- Mahabharata Episode 53: The War Begins Tue, 17 Jul 2018 01:04:27 GMT
- Mahabharata Episode 52: The Story of Sikhandi Sun, 01 Apr 2018 18:37:34 GMT
- Mahabharata Episode 51: Karna and Kunti Tue, 16 Jan 2018 07:26:34 GMT
- Mahabharata Episode 50: Karna and Krishna Mon, 20 Nov 2017 01:45:11 GMT
- Mahabharata Episode 49: The Diplomacy Fails Mon, 11 Sep 2017 02:21:59 GMT
- Mahabharata Episode 48: Krishna, the Emissary Wed, 12 Jul 2017 04:29:02 GMT
- Mahabharata Episode 47: The Diplomacy Continues Sat, 03 Jun 2017 02:14:26 GMT
- Mahabharata Episode 46: The Preparation Fri, 21 Apr 2017 01:23:45 GMT
- Mahabharata Episode 45: The Pandavas Emerge from Hiding Wed, 22 Feb 2017 05:52:00 GMT
- Mahabharata Episode 44: The Battle for the Cattle Sun, 15 Jan 2017 14:59:44 GMT
- Mahabharata Episode 43: The Revelation Wed, 07 Dec 2016 00:25:27 GMT
- Mahabharata Episode 42: Bheem Kills Keechak Sun, 30 Oct 2016 15:44:57 GMT
- Mahabharata Episode 41: The Pandavas Go Incognito Tue, 20 Sep 2016 23:12:46 GMT
- Mahabharata Episode 40: Yudhistir and the Crane Mon, 22 Aug 2016 03:26:33 GMT
- Mahabharata Episode 39: Karna’s Gift Fri, 08 Jul 2016 00:16:20 GMT
- Mahabharata Episode 38: The Story of Savitri and Satyavan Thu, 09 Jun 2016 03:51:52 GMT
- Mahabharata Episode 37: The Abduction of Draupadi Tue, 24 May 2016 01:56:01 GMT
- Mahabharata Episode 36: The Story of Mudgal and Durvasa Tue, 10 May 2016 03:14:31 GMT
- Mahabharata Episode 35: Duryodhan’s Malaise and Recovery Sun, 03 Apr 2016 18:27:47 GMT
- Mahabharata Episode 34: The Rescue of Duryodhan Wed, 09 Mar 2016 23:56:38 GMT
- Mahabharata Episode 33: The Virtuous Butcher And Draupadi’s Advice Sat, 13 Feb 2016 14:45:11 GMT
- Mahabharata Episode 32: Markandeya’s Visit Tue, 05 Jan 2016 04:01:03 GMT
- Mahabharata Episode 31: Arjuna Returns and Nahusha’s Curse Sun, 20 Dec 2015 18:24:40 GMT
- Mahabharata Episode 30: The Story of Bheema and Hanuman Tue, 24 Nov 2015 15:45:30 GMT
- Mahabharata Episode 29: The Story of Ashtavakra Tue, 27 Oct 2015 03:52:15 GMT
- Mahabharata Episode 28: The Tales of Rishi Chyavan and King Ushinara Tue, 06 Oct 2015 01:06:23 GMT
- Mahabharata Episode 27: The Story of Parashurama Tue, 22 Sep 2015 15:55:51 GMT
- Mahabharata Episode 26: The Tales of Bhagiratha and Rishwasringa Mon, 07 Sep 2015 00:54:29 GMT
- Mahabharata Episode 25: The Pilgrimage Wed, 26 Aug 2015 22:56:14 GMT
- Mahabharata Episode 24: Arjuna and Urvasi Thu, 06 Aug 2015 02:30:43 GMT
- Mahabharata Episode 23: Arjuna’s Quest for Divine Weapons Thu, 23 Jul 2015 13:55:55 GMT
- Mahabharata Episode 22: Draupadi’s Argument Sun, 07 Jun 2015 14:54:38 GMT
- Behind The Scenes of The Mahabharata Podcast Mon, 18 May 2015 01:03:06 GMT
- Mahabharata Episode 21: The Exile Tue, 07 Apr 2015 03:55:38 GMT
- Mahabharata Episode 20: One Last Game Mon, 09 Mar 2015 04:08:53 GMT
- Mahabharata Episode 19: Draupadi’s Insult Tue, 24 Feb 2015 04:06:15 GMT
- Mahabharata Episode 18: The Game of Dice Tue, 10 Feb 2015 04:45:18 GMT
- Mahabharata Episode 17: The Game Plan Sun, 11 Jan 2015 04:56:27 GMT
- Mahabharata Episode 16: The Death of Sishupala Tue, 23 Dec 2014 05:32:57 GMT
- Mahabharata Episode 15: The Killing of Jarasandha and The Rajasuya Sacrifice Thu, 11 Dec 2014 00:33:09 GMT
- Mahabharata Episode 14: The Burning of the Khandava Forest. Tue, 18 Nov 2014 03:17:59 GMT
- Mahabharata Episode 13: Arjuna Abducts Subhadra Tue, 04 Nov 2014 00:27:22 GMT
- Mahabharata Episode 12: The Kingdom of the Pandavas and Arjuna’s Exile Sat, 18 Oct 2014 22:17:23 GMT
- Mahabharata Episode 11: Dhritarashtra’s Dilemma Tue, 07 Oct 2014 03:07:12 GMT
- Mahabharata Episode 10: Draupadi’s Marriage Thu, 25 Sep 2014 01:31:05 GMT
- Mahabharata Episode 9: Draupadi’s Swayamvara Wed, 10 Sep 2014 00:34:12 GMT
- Mahabharata Episode 8: The Flaming House of Varanabata Wed, 20 Aug 2014 00:15:58 GMT
- Mahabharata Episode 7: Drona’s Revenge Wed, 06 Aug 2014 02:36:30 GMT
- Mahabharata Episode 6: A Show of Arms Mon, 21 Jul 2014 02:06:52 GMT
- Mahabharata Episode 5: The Guru Arrives Thu, 10 Jul 2014 04:06:40 GMT
- Mahabharata Episode 4: The Conflict Begins Thu, 26 Jun 2014 00:09:25 GMT
- Mahabharata Episode 3: Birth of the Kuru Princes Tue, 10 Jun 2014 22:59:05 GMT
- Mahabharata Episode 2: Amba’s Plight Sat, 07 Jun 2014 15:08:20 GMT
- Mahabharata Episode 1: Beginnings Sun, 20 Apr 2014 04:04:45 GMT
Wookash Podcast URL | Feed
Technical conversations with inspiring figures: programming, game engines, graphics, and more!
- Painting with Math | Inigo Quilez Sat, 03 May 2025 14:00:00 GMT
- Why D Programming Language? | Lewis Nicolle Sat, 26 Apr 2025 14:00:00 GMT
- Design Meets Performance | Vjekoslav Krajačić Sat, 19 Apr 2025 14:00:00 GMT
- Highly anticipated Mewgenics! | Tyler Glaiel Sat, 12 Apr 2025 14:00:00 GMT
- If you're serious about programming, listen to Stewart Lynch! Sat, 05 Apr 2025 14:00:00 GMT
- How realtime physics engines are made with Dennis Gustafsson! Sat, 29 Mar 2025 15:00:00 GMT
- Aras Pranckevičius on Unity Engine internals and company! Sat, 22 Mar 2025 15:00:00 GMT
- Daniel Benmergui on Dragonsweeper, Storyteller, and learning design with Jonathan Blow! Sat, 15 Mar 2025 15:00:00 GMT
- The lesson in puzzle game design with Matt VanDevander! Sun, 09 Mar 2025 12:00:00 GMT
- C++ in Neovim on Windows, and custom iOS build pipeline with Ted Bendixson! Sat, 08 Mar 2025 15:00:00 GMT
- Adventure Game Design masterclass with Dave Gilbert! Sun, 02 Mar 2025 14:45:00 GMT
- Why Odin and raylib is irresistible combo with Karl Zylinski! Sat, 01 Mar 2025 15:00:00 GMT
- important podcast update Sun, 23 Feb 2025 15:00:00 GMT
- On SIMD, cache and CPU internals with the expert Daniel Lemire! Sat, 22 Feb 2025 15:00:00 GMT
- raylib author on library internals and C programming language! Sat, 15 Feb 2025 15:00:00 GMT
- The lesson in puzzle game design with Matt VanDevander! Sun, 09 Feb 2025 12:00:00 GMT
- Design of mystery and adventure games with Will from Kini Games! Sun, 09 Feb 2025 12:00:00 GMT
- Raphael Luba on jai compiler internals! Sat, 08 Feb 2025 15:00:00 GMT
- Billy Basso on code architecture of Animal Well! Sun, 02 Feb 2025 12:03:00 GMT
- Reynad, CEO of Tempo Storm, on his card game The Bazaar! Sat, 01 Feb 2025 15:00:00 GMT
- Ryan Ike breaks down music and sound design for games! Sat, 25 Jan 2025 15:00:00 GMT
- Jonathan Blow on his programming language jai and upcoming game(s)! Sat, 18 Jan 2025 14:30:00 GMT
- Debuggers and programming from scratch with Ryan Fleury! Sat, 11 Jan 2025 17:30:00 GMT
- Odin creator Ginger Bill on his programming language and state of software! Thu, 19 Dec 2024 18:00:00 GMT
- When your game engine is Adventure Game Studio | James Spanos Sat, 30 Nov 2024 21:31:48 GMT
- Narrative, dialog and design of Adventure Games | Mark Yohalem on making Primordia and Strangeland Sat, 23 Nov 2024 16:15:21 GMT
- Designing distilled card game experience! | the Imposter Kings | Sina Yeganeh Sat, 26 Oct 2024 07:31:00 GMT
- How A Space for the Unbound made incredible characters! | Dimas Novan Delfiano Sat, 28 Sep 2024 07:59:00 GMT
- Casey Muratori on his work experience Sat, 21 Sep 2024 08:01:00 GMT
- The first game to use blockchain right? | Design of Providence Sat, 14 Sep 2024 08:00:00 GMT
- How much humor is packed in a noir game Cat Detective? | Maria Aloupi on Quantum P.I. Sat, 13 Jul 2024 08:00:00 GMT
- Making difficulty fun in tactical shooter - Shardpunk Sat, 06 Jul 2024 08:00:00 GMT
- Principal Lighting Artist on how to make stunning scenes! - Maria Yue Sat, 29 Jun 2024 08:00:00 GMT
- Why Stasis: Bone Totem will haunt you in your dreams - horror design with Nic & Chris Bischoff Sat, 22 Jun 2024 08:00:00 GMT
- How DragonRuby empowers you to quickly make 2D games - the creator Amir Rajan Sun, 09 Jun 2024 17:06:08 GMT
- Designing jumps to be the entire game - Designer of SCHiM Nils Slijkerman Sat, 01 Jun 2024 08:00:00 GMT
- Game design principles in the Case of the Golden Idol - Andrejs Klavins Sat, 25 May 2024 07:58:00 GMT
- Deep, dark yet beautiful game Night is Grey - discussion with the director Andre Broa Sat, 18 May 2024 08:00:00 GMT
- Thronefall developer Paul talks about design, art & rendering! Sat, 11 May 2024 08:00:00 GMT
- How Terraformers were made - strategy game with roguelike elements Sat, 04 May 2024 08:00:00 GMT
- HIGHLIGHT: How Global Illumination and raytracing works - Implementing Nvidia papers in Flax game engine Mon, 29 Apr 2024 14:00:00 GMT
- HIGHLIGHT: How Scripting works in Flax Game Engine - incredible C++ compiler / assembly hack Sun, 28 Apr 2024 08:00:00 GMT
- How Flax Game Engine works - incredible hacks and tech closeup view with author Wojciech Figat Sat, 27 Apr 2024 08:00:00 GMT
- Ali Motisi behind Full Void on how it's done in custom engine in C Sat, 20 Apr 2024 09:00:00 GMT
- Motion Capture tech with ex-Quantic Dream engineer (Heavy Rain, Detroit Become Human) - Alex Serex Sat, 13 Apr 2024 09:00:00 GMT
- On programming his game Mooselutions in C++ from scratch: Ted Bendixson Sat, 06 Apr 2024 08:00:00 GMT
- Give the player all the tools from the get-go! With Kevin Peclet on Game Design in Helvetii, but also Hollow Knight & Dark Souls Sat, 30 Mar 2024 09:16:00 GMT
- Chess but, you know, fun - with Oriol Cosp on his The Ouroboros King game Sat, 23 Mar 2024 10:00:00 GMT
- ISO C++ committee member speaks on game programming, C++ direction and more! Sat, 16 Mar 2024 10:00:00 GMT
- Make it fantastical! - the man behind the Talos Principle 2 environment Sat, 09 Mar 2024 12:16:12 GMT
- The story of Tin Hearts making it against the odds - Kostas Zarifis, Creative Director Sun, 03 Mar 2024 09:40:00 GMT
- Just add the rewind mechanic, what can go wrong? - Toby on Tin Hearts Sat, 02 Mar 2024 09:40:00 GMT
- How to start building a game engine? C++ and OpenGL foundations in Elypso Engine Sun, 25 Feb 2024 15:09:07 GMT
- Why would you learn assembly? - Elias on Low Level Game Programming & Soup Raiders Sun, 21 Jan 2024 13:44:54 GMT
- What you want to optimize is server CPU time - Providence Wed, 17 Jan 2024 16:00:00 GMT
- Let the artstyle drive the gameplay - Echo of the Waves Sun, 14 Jan 2024 16:45:00 GMT
- Why primary button shouldn't be called 'Enter Prison' - Stellar Asylum Sun, 07 Jan 2024 19:00:00 GMT