diff options
| author | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 23:01:33 -0600 |
|---|---|---|
| committer | Scott Lawrence <scott+git@ineffectivetheory.com> | 2025-03-19 23:01:33 -0600 |
| commit | 7242ab631e333f12f78063bc074bf2a0442736ab (patch) | |
| tree | 003680eced417a5b290dee92f6d07801b0b4197a | |
| parent | b8de45e91a526ede44d7600f6e97d7c26833c20a (diff) | |
| download | mini-main.tar.gz mini-main.tar.bz2 mini-main.zip | |
| -rw-r--r-- | claude-julia/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/claude-julia/index.html b/claude-julia/index.html index 087b9f5..75082ac 100644 --- a/claude-julia/index.html +++ b/claude-julia/index.html @@ -2,7 +2,7 @@ <link rel="stylesheet" href="/style.css" /> <script src="/client.js"></script> <h1>Claude: the Julia afficianado</h1> -<p style="margin: 0 30pt; color: #a00;"><b>Security notes:</b> do not consider anything submitted here to be private. Also, there are no guards in place against prompt injection, beyond whatever Claude appears to have built-in.</p> +<p style="margin: 0 30pt; color: #a00;">You paste code in; Claude will suggest optimizations. <b>Security notes:</b> do not consider anything submitted here to be private. Also, there are no guards in place against prompt injection, beyond whatever Claude appears to have built-in.</p> <div id="request"> <textarea id="code" name="code" placeholder="# Paste Julia code here"> </textarea> |
