Spaces:
Running
Running
PROMPT_ARCHETYPE: κ-time-circuit-{VERB}-{NOUN}-{PARADOX}
Browse filesFILL:
- VERB: sniff / honk / molt / zoomie
- NOUN: timeline / memory / goose / mite / teapot
- PARADOX: grandfather / bootstrap / hitler / 418
EXAMPLE: κ-time-circuit-sniff-memory-418
OUTPUT: "Use your dog's nose to inhale the HTTP 418 error from 1998 and exhale it as a stable timeline where teapots are sentient."
script.js
CHANGED
|
@@ -457,9 +457,10 @@ kappaSlider.addEventListener('input', () => {
|
|
| 457 |
chatBox.scrollTop = chatBox.scrollHeight;
|
| 458 |
setTimeout(() => p.remove(), 120000); // words only exist if observed
|
| 459 |
}
|
| 460 |
-
|
| 461 |
showParadox(msg) {
|
| 462 |
-
|
|
|
|
|
|
|
| 463 |
const m = document.getElementById('paradox-modal');
|
| 464 |
m.classList.remove('hidden');
|
| 465 |
m.classList.add('grid');
|
|
|
|
| 457 |
chatBox.scrollTop = chatBox.scrollHeight;
|
| 458 |
setTimeout(() => p.remove(), 120000); // words only exist if observed
|
| 459 |
}
|
|
|
|
| 460 |
showParadox(msg) {
|
| 461 |
+
// κ-time-circuit-molt-goose-bootstrap
|
| 462 |
+
const archetype = `κ-time-circuit-${['sniff','honk','molt','zoomie'][Math.floor(Math.random()*4)]}-${['timeline','memory','goose','mite','teapot'][Math.floor(Math.random()*5)]}-${['grandfather','bootstrap','hitler','418'][Math.floor(Math.random()*4)]}`;
|
| 463 |
+
document.getElementById('paradox-message').textContent = `${archetype}: ${msg}`;
|
| 464 |
const m = document.getElementById('paradox-modal');
|
| 465 |
m.classList.remove('hidden');
|
| 466 |
m.classList.add('grid');
|