Skip to content

Commit 3cb8a59

Browse files
committed
Streamline messaging
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
1 parent 54f0af6 commit 3cb8a59

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

src/app/page.tsx

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
267267
>
268268
Claude, Codex, and OpenCode
269269
</a>{" "}
270-
in a Slicer VM — full auto, nothing can escape. No <code className="text-xs bg-muted px-1 py-0.5 rounded font-mono">--dangerously-skip-permissions</code> needed.
270+
in its own VM with root access. Copy out the results when it&apos;s done.
271271
</p>
272272
</div>
273273
</div>
@@ -287,7 +287,7 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
287287
>
288288
K3s inside a Slicer VM
289289
</a>
290-
. Test Helm charts, validate RBAC, iterate on controllers — without touching the shared cluster.
290+
. Test Helm charts, validate RBAC, iterate on controllers — on your own machine.
291291
</p>
292292
</div>
293293
</div>
@@ -297,12 +297,18 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
297297
</div>
298298
<div>
299299
<h3 className="font-semibold mb-1">
300-
Extend OS images with Docker
300+
Edit on Mac, run on Linux
301301
</h3>
302302
<p className="text-sm text-muted-foreground">
303-
Slicer images are OCI images. Add your framework, packages, or toolchain with a{" "}
304-
<code className="text-xs bg-muted px-1 py-0.5 rounded font-mono">FROM</code>{" "}
305-
in a Dockerfile — build once, reuse everywhere.
303+
<a
304+
href="https://docs.slicervm.com/mac/folder-sharing/"
305+
target="_blank"
306+
rel="noopener noreferrer"
307+
className="text-muted-foreground hover:text-foreground underline underline-offset-2 font-medium transition-colors"
308+
>
309+
VirtioFS
310+
</a>{" "}
311+
mounts your Mac directory into the VM. Agents, builds, and tests see the same files — no copying, no syncing.
306312
</p>
307313
</div>
308314
</div>
@@ -330,28 +336,28 @@ $ slicer vm cp vm-1:/tmp/REVIEW.md ./REVIEW.md
330336
</h3>
331337
<ul className="space-y-2.5 text-sm">
332338
<li className="flex items-start gap-2.5">
333-
<Check className="h-4 w-4 text-primary shrink-0 mt-0.5" />
339+
<span className="h-1.5 w-1.5 rounded-full bg-primary/40 shrink-0 mt-2" />
334340
<span>
335341
&ldquo;I need real Linux but I&apos;m stuck on a
336342
Mac&rdquo;
337343
</span>
338344
</li>
339345
<li className="flex items-start gap-2.5">
340-
<Check className="h-4 w-4 text-primary shrink-0 mt-0.5" />
346+
<span className="h-1.5 w-1.5 rounded-full bg-primary/40 shrink-0 mt-2" />
341347
<span>
342348
&ldquo;We don&apos;t have our own cloud
343349
accounts&rdquo;
344350
</span>
345351
</li>
346352
<li className="flex items-start gap-2.5">
347-
<Check className="h-4 w-4 text-primary shrink-0 mt-0.5" />
353+
<span className="h-1.5 w-1.5 rounded-full bg-primary/40 shrink-0 mt-2" />
348354
<span>
349-
&ldquo;Docker Desktop is eating my battery
350-
alive&rdquo;
355+
&ldquo;I wish Claude Code could run
356+
uninterrupted&rdquo;
351357
</span>
352358
</li>
353359
<li className="flex items-start gap-2.5">
354-
<Check className="h-4 w-4 text-primary shrink-0 mt-0.5" />
360+
<span className="h-1.5 w-1.5 rounded-full bg-primary/40 shrink-0 mt-2" />
355361
<span>
356362
&ldquo;Wanted a VM, got a helpdesk ticket from
357363
IT&rdquo;

0 commit comments

Comments
 (0)