From a851a2d646f439f7126c232ba1524c55a8990872 Mon Sep 17 00:00:00 2001 From: Sadeep Madurange Date: Fri, 9 Jan 2026 16:45:56 +0800 Subject: Remove _site from git. --- _site/log/bumblebee/index.html | 85 ------------------------------------------ 1 file changed, 85 deletions(-) delete mode 100644 _site/log/bumblebee/index.html (limited to '_site/log/bumblebee/index.html') 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 @@ - - - - - - Bumblebee: web script synthesizer - - - - - - - - - - - -
-
-
-

BUMBLEBEE: WEB SCRIPT SYNTHESIZER

-
02 APRIL 2025
-
-

Browser session-to-code conversion. For work. Pre-LLM.

- - - -

Quality of scripts are pitiful.

- -

Created tool to generate them real-time (as the user browses the web).

- -

Architecture: C# WinForms host, embedded WebView2 browser, Scintilla.NET -editor.

- -

Implementation:

- -
    -
  • Interception: Injected JS hooks + internal browser events.
  • -
  • Transformation: Event → Token → Instruction table → String.
  • -
  • Optimization: Parallel event/text lists.
  • -
  • Two-way binding of code to Scintilla editor.
  • -
- -

NOTE: Abstract syntax trees.

- -

Script generation: minutes/hours → seconds.

- -
- -
-
-
- - - - - - -- cgit v1.2.3