From 571a3372a390705f89e8f8dabedc2000b188fdb9 Mon Sep 17 00:00:00 2001 From: sedge-bot Date: Sun, 10 May 2026 06:33:17 -0500 Subject: [PATCH] Fix Svelte diagnostics in homepage sections --- src/lib/sections/Experience.svelte | 22 ++++++++-- src/lib/sections/Now.svelte | 64 ++++++++++++++++++++++++------ src/lib/sections/Projects.svelte | 41 +++++++++++++------ src/routes/+layout.svelte | 12 +++++- 4 files changed, 108 insertions(+), 31 deletions(-) diff --git a/src/lib/sections/Experience.svelte b/src/lib/sections/Experience.svelte index 8c484d8..e859049 100644 --- a/src/lib/sections/Experience.svelte +++ b/src/lib/sections/Experience.svelte @@ -1,10 +1,26 @@ -
@@ -10,24 +17,55 @@

As of March 2026

- Code is no longer the bottleneck. That changes what's worth building. I've been circling - around four areas: highlighting human intent so it isn't lost, encoding constraints so - they're enforced automatically, empowering agents to build faster, and eliminating the - review bottleneck entirely. + Code is no longer the bottleneck. That changes what's worth building. I've been circling around + four areas: highlighting human intent so it isn't lost, encoding constraints so they're enforced + automatically, empowering agents to build faster, and eliminating the review bottleneck + entirely.

- human++ + human++ is a color scheme and editor extension built around the idea that code is cheap and intent is scarce. - sigil + sigil is still finding its shape, somewhere between ADRs and a knowledge graph. - nit + nit makes what agents do cheaper. - sprawl + sprawl lets them do it together. - review-crew + review-crew has been a really successful experiment in multi-model adversarial code review. And - clipside - is a project built entirely by a team of agents (using most of the tools above) so I could watch them work. + clipside + is a project built entirely by a team of agents (using most of the tools above) so I could watch + them work.

{#if posts.length > 0} diff --git a/src/lib/sections/Projects.svelte b/src/lib/sections/Projects.svelte index 3d7a2ba..eae5508 100644 --- a/src/lib/sections/Projects.svelte +++ b/src/lib/sections/Projects.svelte @@ -30,9 +30,17 @@

- Visit Fite.bet - Add Telegram BotVisit Fite.bet + Add Telegram Bot
@@ -49,14 +57,17 @@

- See it in actionSee it in action
- Zuck Hunt promotional image + Zuck Hunt promotional art

@@ -79,17 +90,18 @@

- Watch clips from development - Lunar Field Manual LFM 3-80 + Watch clips from development + Lunar Field Manual LFM 3-80
- + Redstone University logo
@@ -101,7 +113,10 @@ practical grasp of low-level computing.

- View the CourseView the Course
diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index 71917a2..968aa0d 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -32,7 +32,7 @@ - + - +