summaryrefslogtreecommitdiffstats
path: root/_projects/bumblebee.md
diff options
context:
space:
mode:
authorSadeep Madurange <sadeep@asciimx.com>2025-12-10 21:48:06 +0800
committerSadeep Madurange <sadeep@asciimx.com>2025-12-10 21:48:06 +0800
commit39f60d4e9a20b9b9b01d6da73a491e30c7e4f5a9 (patch)
treebcb08cab05e6149e93d146a0a6b171b1af79a620 /_projects/bumblebee.md
parentfa2d2df753da5320a9334ba7398f32609bd19a15 (diff)
downloadwww-39f60d4e9a20b9b9b01d6da73a491e30c7e4f5a9.tar.gz
Bumblebee improvements.term
Diffstat (limited to '_projects/bumblebee.md')
-rw-r--r--_projects/bumblebee.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/_projects/bumblebee.md b/_projects/bumblebee.md
index a114140..b322969 100644
--- a/_projects/bumblebee.md
+++ b/_projects/bumblebee.md
@@ -37,15 +37,16 @@ src="https://github.com/desjarlais/Scintilla.NET" class="external"
target="_blank" rel="noopener noreferrer">Scintilla.NET</a> editor), debounce
events, and block hidden elements and scripts.
-Before settling on a desktop application, we contemplated a browser extension.
-We decided against that because we didn't want the browser vendor to dictate
-Bumblebee's capabilities. Furthermore, the company's security policy prohibited
-browser extensions, complicating its deployment. The initial prototype used a
-C# wrapper of the Chromium project instead of WebView. WebView's more intuitive
+Before settling on a desktop application, we contemplated designing Bumblebee
+as a browser extension. We decided against that because we didn't want the
+browser vendors to dictate Bumblebee's capabilities. Besides, the company's
+security policy, which prohibited browser extensions, would have complicated
+the deployment of an extension-based solution. The initial prototype used a C#
+wrapper of the Chromium project instead of WebView. WebView's more intuitive
API and its seamless integration with Windows Forms led us to choose it over
the Chromium wrapper.
-Bumblebee reduced the time we spent on authoring scripts from hours to a few
-minutes. Since the rules for code generation were written and optimized by
-experts in web technologies, the output was more robust.
+Bumblebee predictably reduced the time we spent on authoring scripts from hours
+to a few minutes. Since the code generation rules were written and optimized by
+experts in web technologies, the quality of the scripts improved as well.