-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdialogs.html
More file actions
19 lines (19 loc) · 863 Bytes
/
dialogs.html
File metadata and controls
19 lines (19 loc) · 863 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
layout: default
title: Dialogs
---
<div class="container">
<div class="row section topspace">
<div class="col-md-6">
<div class="card">
<h5 class="card-header"><i class="fas fa-comments"></i> Dialogues</h5>
<div class="card-body">
<p>A light way to learn about core ideas and result of the project.</p>
<p><b><a href="dialogues/202004-DialogueUndecidability.pdf">A dialogue concerning undecidability, uncomputability and unpredictability</a></b>.
Entered in the FXQi 2019/2020 essay context, three physicists discuss
how science is affected by the limitations inherent in math, computer science, chaos theory and quantum uncertainty.</p>
</div>
</div>
</div>
</div>
</div>