> For the complete documentation index, see [llms.txt](https://notes.bf.wtf/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://notes.bf.wtf/philosophy/resources/podcasts.md).

# Podcasts

## Joe Rogan

Joe is Joe (lovable once you get to know him), lots of interesting people come on.

{% embed url="<http://podcasts.joerogan.net/>" %}

{% embed url="<https://castro.fm/episode/EGjzYC>" %}

{% embed url="<https://castro.fm/episode/XuMgDa>" %}

{% embed url="<https://castro.fm/episode/kUXgzP>" %}

{% embed url="<https://www.youtube.com/watch?v=mPqWstVnRjQ&list=PLdzMb8hSkqbt8AlOJ9wWgmFMklhoDEE8o&index=10&t=0s>" %}

{% embed url="<https://castro.fm/episode/XxaREk>" %}

## Peter Attia

Deep insight into health and longevity from a ripped doctor.

{% embed url="<https://peterattiamd.com/podcast/>" %}

{% embed url="<https://castro.fm/episode/nC5J95>" %}

## Sean Carroll

Sean is a smart man, keeping my interest in physics alive.

{% embed url="<https://www.preposterousuniverse.com/podcast/>" %}

## Aubrey Marcus

Aubrey is *very* spiritual dude, but if you're into that he's lovely.

{% embed url="<https://www.aubreymarcus.com/blogs/aubrey-marcus/tagged/aubrey-marcus-podcast>" %}

{% embed url="<https://castro.fm/episode/yLzNaU>" %}

{% embed url="<https://castro.fm/episode/rQisuT>" %}

## Tim Ferris

Tim is kinda of a human-robot which I personally relate to.

{% embed url="<https://tim.blog/podcast/>" %}

{% embed url="<https://castro.fm/episode/CAFDYl>" %}
This podcast made me feel like I wasn't alone in my personality type for the first time
{% endembed %}

{% embed url="<https://castro.fm/episode/Mir6oi>" %}

{% embed url="<https://castro.fm/episode/UuMxMT>" %}

{% embed url="<https://castro.fm/episode/tepMpx>" %}

{% embed url="<https://castro.fm/episode/OlIVk>" %}

{% embed url="<https://castro.fm/episode/UuFLpT>" %}

{% embed url="<https://castro.fm/episode/KGUdqr>" %}

## Shane Parrish

Shane gives me too much information to handle.

{% embed url="<https://fs.blog/the-knowledge-project/>" %}

{% embed url="<https://castro.fm/episode/4cpwpd>" %}

{% embed url="<https://castro.fm/episode/fIhGnE>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://notes.bf.wtf/philosophy/resources/podcasts.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
