From 5ed99b872500d0b4e048727589df1821eab72872 Mon Sep 17 00:00:00 2001 From: Philip Le Riche <7701190+p-leriche@users.noreply.github.com> Date: Sun, 15 Mar 2026 17:24:24 +0000 Subject: [PATCH 1/2] Add more loading messages. --- src/web/html/index.html | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/src/web/html/index.html b/src/web/html/index.html index 38bf7ccc7..9dfa4eaa8 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -43,6 +43,20 @@ // Define loading messages var loadingMsgs = [ + "Calculating the length of a piece of string...", + "Gone to feed the cat...", + "Gone phishing...", + "Plugging memory leaks...", + "Debunking conspiracy theories...", + "Searching for the key to world peace...", + "Reconciling General Relativity and Quantum Mechanics...", + "Entangling qubits...", + "Reversing SHA-2 hashes...", + "Ordering pizzas...", + "Reducing carbon emissions...", + "Creating fiendish CyberFirst Girls' Competition challenges...", + "Choosing between a rock and a hard place...", + "Solving Merkle's puzzles...", "Proving P = NP...", "Computing 6 x 9...", "Mining bitcoin...", From 273031c75d4486721b23cb8aee7311be5fc7e5e9 Mon Sep 17 00:00:00 2001 From: Philip Le Riche <7701190+p-leriche@users.noreply.github.com> Date: Sun, 15 Mar 2026 18:32:58 +0000 Subject: [PATCH 2/2] Add another loading message --- src/web/html/index.html | 1 + 1 file changed, 1 insertion(+) diff --git a/src/web/html/index.html b/src/web/html/index.html index 9dfa4eaa8..75e46e6bb 100755 --- a/src/web/html/index.html +++ b/src/web/html/index.html @@ -57,6 +57,7 @@ "Creating fiendish CyberFirst Girls' Competition challenges...", "Choosing between a rock and a hard place...", "Solving Merkle's puzzles...", + "Factorising huge integers...", "Proving P = NP...", "Computing 6 x 9...", "Mining bitcoin...",