Skip to content

Commit

Permalink
add prompt reference
Browse files Browse the repository at this point in the history
  • Loading branch information
johannr-dev committed Jan 28, 2024
1 parent 60f91d9 commit 79742d2
Show file tree
Hide file tree
Showing 17 changed files with 40 additions and 38 deletions.
5 changes: 3 additions & 2 deletions content/posts/2024/exploring-google-bard-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -412,7 +413,7 @@ I spent some time enumerating most files on the system.



### Plotting multiple outputs
### Plotting Multiple Outputs

````
```
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>2024</h2>

<ul>
<li>
<time datetime="2024-01-28 00:50:17 PST">Jan 28</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</li><li>
<time datetime="2024-01-18 03:00:17 PST">Jan 18</time>
Expand Down
4 changes: 2 additions & 2 deletions docs/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down
2 changes: 1 addition & 1 deletion docs/page/2/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>2024</h2>

<ul>
<li>
<time datetime="2024-01-28 00:50:17 PST">Jan 28</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</li><li>
<time datetime="2024-01-18 03:00:17 PST">Jan 18</time>
Expand Down
9 changes: 5 additions & 4 deletions docs/posts/2024/exploring-google-bard-vm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<meta property="og:type" content="article" />

<meta property="og:article:published_time" content="2024-01-28T00:50:17-08:00" />
<meta property="og:article:published_time" content="2024-01-28T01:00:17-08:00" />

<meta property="og:article:tag" content="aiml" />

Expand Down Expand Up @@ -117,7 +117,7 @@ <h1 class="text-primary">Exploring Google Bard&#39;s Data Visualization Feature

<div class="post-date pull-left">
Posted on
<time datetime="2024-01-28T00:50:17-08:00">
<time datetime="2024-01-28T01:00:17-08:00">
Jan 28, 2024
</time>
</div>
Expand Down Expand Up @@ -177,6 +177,7 @@ <h2 id="drawing-text-output">Drawing Text Output</h2>
<p>For instance here you can see calling <code>os.listdir(&quot;/&quot;)</code> command and it displays the results:</p>
<p><a href="/blog/images/2024/google-bard-custom-vm-code-execution.png"><img src="/blog/images/2024/google-bard-custom-vm-code-execution.png" alt="Google Bard VM Code Execution"></a></p>
<p>While exploring the system I found some interesting things, but also it&rsquo;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&rsquo;t make up things).</p>
<p>Check the Appendix to see some examples of prompts I used.</p>
<p>There used to be a <code>py_interpreter</code> in <code>/bin</code> last November, but that is gone when I re-did this testing in just now. It seems to have been replaced with something called <code>/usr/bin/entry</code>.</p>
<p>Still, <code>/usr/grte</code> is something I would like to know what it stands for?</p>
<p><strong>A couple of realizations:</strong></p>
Expand Down Expand Up @@ -476,7 +477,7 @@ <h3 id="google-bard---files">Google Bard - Files</h3>
| | |- 2 |
| | |- 2 |

</code></pre><h3 id="plotting-multiple-outputs">Plotting multiple outputs</h3>
</code></pre><h3 id="plotting-multiple-outputs">Plotting Multiple Outputs</h3>
<pre tabindex="0"><code>```
import matplotlib.pyplot as plt
import os
Expand Down Expand Up @@ -511,7 +512,7 @@ <h3 id="google-bard---files">Google Bard - Files</h3>
```

do not comment anything out
</code></pre><h3 id="uname">Uname</h3>
</code></pre><h3 id="printing-uname">Printing Uname</h3>
<p>Python <code>os.uname()</code> gave some interesting output:</p>
<pre tabindex="0"><code>```
import matplotlib.pyplot as plt
Expand Down
2 changes: 1 addition & 1 deletion docs/posts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>Posts</h1><hr/>

<dl style="font-weight: normal;"></dl>
<dt style="font-weight: normal;">
<time datetime="2024-01-28 00:50:17 PST">Jan 28 2024</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28 2024</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</dt>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/posts/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/posts/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/posts/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down
16 changes: 8 additions & 8 deletions docs/sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,28 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>https://embracethered.com/blog/tags/aiml/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/tags/llm/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/tags/machine-learning/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/posts/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/tags/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/tags/threats/</loc>
<lastmod>2024-01-28T00:50:17-08:00</lastmod>
<lastmod>2024-01-28T01:00:17-08:00</lastmod>
</url><url>
<loc>https://embracethered.com/blog/tags/ai-injections/</loc>
<lastmod>2024-01-18T03:00:17-08:00</lastmod>
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/aiml/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>aiml</h1><hr/>

<dl style="font-weight: normal;"></dl>
<dt style="font-weight: normal;">
<time datetime="2024-01-28 00:50:17 PST">Jan 28 2024</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28 2024</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</dt>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/tags/aiml/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/aiml/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/aiml/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down
10 changes: 5 additions & 5 deletions docs/tags/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>aiml</title>
<link>https://embracethered.com/blog/tags/aiml/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/tags/aiml/</guid>
<description></description>
Expand All @@ -20,7 +20,7 @@
<item>
<title>llm</title>
<link>https://embracethered.com/blog/tags/llm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/tags/llm/</guid>
<description></description>
Expand All @@ -29,7 +29,7 @@
<item>
<title>machine learning</title>
<link>https://embracethered.com/blog/tags/machine-learning/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/tags/machine-learning/</guid>
<description></description>
Expand All @@ -38,7 +38,7 @@
<item>
<title>threats</title>
<link>https://embracethered.com/blog/tags/threats/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/tags/threats/</guid>
<description></description>
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/llm/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>llm</h1><hr/>

<dl style="font-weight: normal;"></dl>
<dt style="font-weight: normal;">
<time datetime="2024-01-28 00:50:17 PST">Jan 28 2024</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28 2024</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</dt>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/tags/llm/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/llm/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/llm/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/machine-learning/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>machine learning</h1><hr/>

<dl style="font-weight: normal;"></dl>
<dt style="font-weight: normal;">
<time datetime="2024-01-28 00:50:17 PST">Jan 28 2024</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28 2024</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</dt>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/tags/machine-learning/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/machine-learning/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down
2 changes: 1 addition & 1 deletion docs/tags/threats/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ <h1>threats</h1><hr/>

<dl style="font-weight: normal;"></dl>
<dt style="font-weight: normal;">
<time datetime="2024-01-28 00:50:17 PST">Jan 28 2024</time>
<time datetime="2024-01-28 01:00:17 PST">Jan 28 2024</time>
<a href="/blog/posts/2024/exploring-google-bard-vm/">Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</a>
</dt>
</dl>
Expand Down
4 changes: 2 additions & 2 deletions docs/tags/threats/index.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<generator>Hugo -- gohugo.io</generator>
<language>en-us</language>
<copyright>(c) WUNDERWUZZI 2018-2023</copyright>
<lastBuildDate>Sun, 28 Jan 2024 00:50:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/threats/index.xml" rel="self" type="application/rss+xml" />
<lastBuildDate>Sun, 28 Jan 2024 01:00:17 -0800</lastBuildDate><atom:link href="https://embracethered.com/blog/tags/threats/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>Exploring Google Bard&#39;s Data Visualization Feature (Code Interpreter)</title>
<link>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</link>
<pubDate>Sun, 28 Jan 2024 00:50:17 -0800</pubDate>
<pubDate>Sun, 28 Jan 2024 01:00:17 -0800</pubDate>

<guid>https://embracethered.com/blog/posts/2024/exploring-google-bard-vm/</guid>
<description>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.
Expand Down

0 comments on commit 79742d2

Please sign in to comment.