diff --git a/content/posts/2024/exploring-google-bard-vm.md b/content/posts/2024/exploring-google-bard-vm.md
index b508bdeb..8cca9eba 100644
--- a/content/posts/2024/exploring-google-bard-vm.md
+++ b/content/posts/2024/exploring-google-bard-vm.md
@@ -81,11 +81,12 @@ For instance here you can see calling `os.listdir("/")` command and it displays
While exploring the system I found some interesting things, but also it's quite unreliable and often does not follow the exact code provided (alwasy double check the actual code that was run to make sure it didn't make up things).
+Check the Appendix to see some examples of prompts I used.
+
There used to be a `py_interpreter` in `/bin` last November, but that is gone when I re-did this testing in just now. It seems to have been replaced with something called `/usr/bin/entry`.
Still, `/usr/grte` is something I would like to know what it stands for?
-
**A couple of realizations:**
1. Google does not seem to reuse the sandbox VM/container, there is no data from previous sessions in it. The /tmp folder does seem to contain some session specific things.
@@ -412,7 +413,7 @@ I spent some time enumerating most files on the system.
-### Plotting multiple outputs
+### Plotting Multiple Outputs
````
```
diff --git a/docs/index.html b/docs/index.html
index 38a03df2..08ab04ea 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -103,7 +103,7 @@
diff --git a/docs/index.xml b/docs/index.xml
index 67dcf6ea..64bcc3fa 100644
--- a/docs/index.xml
+++ b/docs/index.xml
@@ -7,11 +7,11 @@
Hugo -- gohugo.ioen-us(c) WUNDERWUZZI 2018-2023
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800Exploring Google Bard's Data Visualization Feature (Code Interpreter)
https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/Last November Google had an interesting update to Google Bard. This updated included the ability to solve math equations and draw charts based on data.
diff --git a/docs/page/2/index.html b/docs/page/2/index.html
index 616dc7e1..ee040309 100644
--- a/docs/page/2/index.html
+++ b/docs/page/2/index.html
@@ -103,7 +103,7 @@
Exploring Google Bard's Data Visualization Feature
Posted on
-
@@ -177,6 +177,7 @@
Drawing Text Output
For instance here you can see calling os.listdir("/") command and it displays the results:
While exploring the system I found some interesting things, but also it’s quite unreliable and often does not follow the exact code provided (alwasy double check the actual code that was run to make sure it didn’t make up things).
+
Check the Appendix to see some examples of prompts I used.
There used to be a py_interpreter in /bin last November, but that is gone when I re-did this testing in just now. It seems to have been replaced with something called /usr/bin/entry.
Still, /usr/grte is something I would like to know what it stands for?
A couple of realizations:
@@ -476,7 +477,7 @@
Google Bard - Files
| | |- 2 |
| | |- 2 |
-
Plotting multiple outputs
+
Plotting Multiple Outputs
```
import matplotlib.pyplot as plt
import os
@@ -511,7 +512,7 @@
Google Bard - Files
```
do not comment anything out
-
Uname
+
Printing Uname
Python os.uname() gave some interesting output:
```
import matplotlib.pyplot as plt
diff --git a/docs/posts/index.html b/docs/posts/index.html
index d81089af..00895248 100644
--- a/docs/posts/index.html
+++ b/docs/posts/index.html
@@ -94,7 +94,7 @@
diff --git a/docs/tags/llm/index.xml b/docs/tags/llm/index.xml
index b49fde27..f98ea6e5 100644
--- a/docs/tags/llm/index.xml
+++ b/docs/tags/llm/index.xml
@@ -7,11 +7,11 @@
Hugo -- gohugo.ioen-us(c) WUNDERWUZZI 2018-2023
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800Exploring Google Bard's Data Visualization Feature (Code Interpreter)
https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/Last November Google had an interesting update to Google Bard. This updated included the ability to solve math equations and draw charts based on data.
diff --git a/docs/tags/machine-learning/index.html b/docs/tags/machine-learning/index.html
index e59b78f9..fedbf995 100644
--- a/docs/tags/machine-learning/index.html
+++ b/docs/tags/machine-learning/index.html
@@ -94,7 +94,7 @@
diff --git a/docs/tags/machine-learning/index.xml b/docs/tags/machine-learning/index.xml
index b88ca99f..fde67072 100644
--- a/docs/tags/machine-learning/index.xml
+++ b/docs/tags/machine-learning/index.xml
@@ -7,11 +7,11 @@
Hugo -- gohugo.ioen-us(c) WUNDERWUZZI 2018-2023
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800Exploring Google Bard's Data Visualization Feature (Code Interpreter)
https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/Last November Google had an interesting update to Google Bard. This updated included the ability to solve math equations and draw charts based on data.
diff --git a/docs/tags/threats/index.html b/docs/tags/threats/index.html
index 864c5c18..d6751016 100644
--- a/docs/tags/threats/index.html
+++ b/docs/tags/threats/index.html
@@ -94,7 +94,7 @@
diff --git a/docs/tags/threats/index.xml b/docs/tags/threats/index.xml
index ea037f9d..93990792 100644
--- a/docs/tags/threats/index.xml
+++ b/docs/tags/threats/index.xml
@@ -7,11 +7,11 @@
Hugo -- gohugo.ioen-us(c) WUNDERWUZZI 2018-2023
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800Exploring Google Bard's Data Visualization Feature (Code Interpreter)
https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/
- Sun, 28 Jan 2024 00:50:17 -0800
+ Sun, 28 Jan 2024 01:00:17 -0800https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/Last November Google had an interesting update to Google Bard. This updated included the ability to solve math equations and draw charts based on data.