summaryrefslogtreecommitdiffstats
path: root/_site/log/bumblebee
diff options
context:
space:
mode:
Diffstat (limited to '_site/log/bumblebee')
-rw-r--r--_site/log/bumblebee/bee.mp4bin2352029 -> 0 bytes
-rw-r--r--_site/log/bumblebee/index.html85
-rw-r--r--_site/log/bumblebee/poster.pngbin18024 -> 0 bytes
-rw-r--r--_site/log/bumblebee/thumb_sm.pngbin6189 -> 0 bytes
4 files changed, 0 insertions, 85 deletions
diff --git a/_site/log/bumblebee/bee.mp4 b/_site/log/bumblebee/bee.mp4
deleted file mode 100644
index 835600d..0000000
--- a/_site/log/bumblebee/bee.mp4
+++ /dev/null
Binary files differ
diff --git a/_site/log/bumblebee/index.html b/_site/log/bumblebee/index.html
deleted file mode 100644
index 984187b..0000000
--- a/_site/log/bumblebee/index.html
+++ /dev/null
@@ -1,85 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <title>Bumblebee: web script synthesizer</title>
- <link rel="stylesheet" href="/assets/css/main.css">
- <link rel="stylesheet" href="/assets/css/skeleton.css">
-</head>
-
-
- <body>
-
- <div id="nav-container" class="container">
- <ul id="navlist" class="left">
-
- <li >
- <a href="/" class="link-decor-none">hme</a>
- </li>
- <li >
- <a href="/projects/" class="link-decor-none">poc</a>
- </li>
- <li >
- <a href="/about/" class="link-decor-none">abt</a>
- </li>
- <li>
- <a href="/cgi-bin/find.cgi" class="link-decor-none">lup</a>
- </li>
- <li>
- <a href="/feed.xml" class="link-decor-none">rss</a>
- </li>
- </ul>
-</div>
-
-
-
- <main>
- <div class="container">
- <div class="container-2">
- <h2 class="center" id="title">BUMBLEBEE: WEB SCRIPT SYNTHESIZER</h2>
- <h5 class="center">02 APRIL 2025</h5>
- <br>
- <div class="twocol justify"><p>Browser session-to-code conversion. For work. Pre-LLM.</p>
-
-<video style="max-width:100%; margin-bottom: 10px" controls="" poster="poster.png">
- <source src="bee.mp4" type="video/mp4" />
-</video>
-
-<p>Quality of scripts are pitiful.</p>
-
-<p>Created tool to generate them real-time (as the user browses the web).</p>
-
-<p>Architecture: C# WinForms host, embedded WebView2 browser, Scintilla.NET
-editor.</p>
-
-<p>Implementation:</p>
-
-<ul>
- <li>Interception: Injected JS hooks + internal browser events.</li>
- <li>Transformation: Event → Token → Instruction table → String.</li>
- <li>Optimization: Parallel event/text lists.</li>
- <li>Two-way binding of code to Scintilla editor.</li>
-</ul>
-
-<p>NOTE: Abstract syntax trees.</p>
-
-<p>Script generation: minutes/hours → seconds.</p>
-
-</div>
- <p class="post-author right">by W. D. Sadeep Madurange</p>
- </div>
- </div>
- </main>
-
- <div class="footer">
- <div class="container">
- <div class="twelve columns right container-2">
- <p id="footer-text">&copy; ASCIIMX - 2026</p>
- </div>
- </div>
-</div>
-
-
- </body>
-</html>
diff --git a/_site/log/bumblebee/poster.png b/_site/log/bumblebee/poster.png
deleted file mode 100644
index 6dc955e..0000000
--- a/_site/log/bumblebee/poster.png
+++ /dev/null
Binary files differ
diff --git a/_site/log/bumblebee/thumb_sm.png b/_site/log/bumblebee/thumb_sm.png
deleted file mode 100644
index f7cfbf3..0000000
--- a/_site/log/bumblebee/thumb_sm.png
+++ /dev/null
Binary files differ