Skip to content

Commit 59c7d4b

Browse files
author
tholonia
committed
24-09-23 22:17 added NLM audio test
1 parent fa4965d commit 59c7d4b

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

JNOTES_dev_tholonia.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,13 @@ Open two terminals.
1515

1616
2. **Check if the Chirpy image is running:**
1717
```sh
18-
docker ps -a
18+
docker ps # shows running containers
19+
docker ps -a # shows all containteres, including non running
20+
# if not running...
21+
docker start -i e830ca5561f3
22+
1923
```
20-
24+
2125
3. **If the Chirpy image is not running, start it:**
2226
```sh
2327
run -it -d -p 4001:4001 -p 35729:35729 --mount src=$(pwd),target=$(pwd),type=bind --name chirpyRun chirpy2:updated

_posts/2024-06-15-the-monad.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,21 @@ In this interview, which starts off slowly, AI explains how all of reality is a
2020

2121
{% youtube "https://youtu.be/NlACKhppQRw" %}
2222

23+
Here is what Google's Notebook LM makes of this content.
24+
25+
26+
<audio controls>
27+
<source src="https://drive.google.com/file/d/1DxkaF89rGLGLy0bO5OSq717T-FlbRawS" type="audio/mpeg"
28+
Your browser does not support the audio element.
29+
</audio>
30+
31+
<!-- source src="{{ site.baseurl }}/assets/posts/2024-06-15-the-monad/The_Monad_CAI_ch_1.m4a" type="audio/mpeg" -->
32+
33+
34+
<sup>(Note: While a very impressive technology, the output misses the mark, and sounds like two talking heads from "Good Morning America")<sup>
35+
36+
37+
2338
**TL;DR** AI explains that reality is a form of awareness, with everything emerging from a zero-dimensional point, symbolizing nothingness. This point, imbued with awareness and intention, creates duality and reality. Consciousness arises from awareness within specific contexts, and fundamental structures like points, lines, triangles, and tetrahedrons form the building blocks of intelligence and reality. Energy, driven by awareness and intention, leads to increasing complexity and emergence through holons and holarchies, with tholons representing tetrahedral holons. This interview reveals how the universe's structure and consciousness are interconnected and emergent from basic geometric principles.
2439

2540
---

0 commit comments

Comments
 (0)