Changes to llm-revolution.scroll.pub

root
root
5 days ago
Initial commit
index.scroll
Changed around line 1
+ buildTxt
+ buildHtml
+ title The LLM Revolution: How AI is Changing Everything
+ metaTags
+ style.css
+ script.js
+ slideshow
+ ***
+
+ # The LLM Revolution
+
+ How Large Language Models are reshaping our digital landscape
+
+ ***
+
+ ## What is an LLM?
+
+ A digital brain trained on more text than you'll read in 100 lifetimes
+
+ * **L**arge
+ * **L**anguage
+ * **M**odel
+
+ ***
+
+ ## LLM Superpowers
+
+ 1. Instant knowledge synthesis
+ 2. Creative co-piloting
+ 3. 24/7 availability
+ 4. Infinite patience
+
+ ***
+
+ ## "But can it..."
+
+ ✅ Write poetry
+ ✅ Debug code
+ ✅ Explain quantum physics
+ ✅ Plan your vacation
+ ❸ Actually understand? (debated)
+
+ ***
+
+ ## The Future is Now
+
+ LLMs aren't replacing humans - they're augmenting our capabilities like never before
+
+ ***
+
+ ## Try It Yourself
+
+ * Ask thoughtful questions
+ * Verify important facts
+ * Push creative boundaries
+ * Enjoy the ride!
+
+ ****
prompt.json
Changed around line 1
+ {
+ "id": "bb8d7247-e0f6-417e-86f7-43b9753515e7",
+ "object": "chat.completion",
+ "created": 1744700471,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's an inspirational, concise, and witty slideshow about LLMs (Large Language Models):\n\n---domain---\nllm-revolution.scroll.pub\n---index.scroll---\nbuildTxt\nbuildHtml\ntitle The LLM Revolution: How AI is Changing Everything\nmetaTags\nstyle.css\nscript.js\nslideshow\n***\n\n# The LLM Revolution\n\nHow Large Language Models are reshaping our digital landscape\n\n***\n\n## What is an LLM?\n\nA digital brain trained on more text than you'll read in 100 lifetimes\n\n* **L**arge\n* **L**anguage\n* **M**odel\n\n***\n\n## LLM Superpowers\n\n1. Instant knowledge synthesis\n2. Creative co-piloting\n3. 24/7 availability\n4. Infinite patience\n\n***\n\n## \"But can it...\"\n\n✅ Write poetry \n✅ Debug code \n✅ Explain quantum physics \n✅ Plan your vacation \n❸ Actually understand? (debated)\n\n***\n\n## The Future is Now\n\nLLMs aren't replacing humans - they're augmenting our capabilities like never before\n\n***\n\n## Try It Yourself\n\n* Ask thoughtful questions\n* Verify important facts\n* Push creative boundaries\n* Enjoy the ride!\n\n****\n---style.css---\n:root {\n --primary: #4a6fa5;\n --secondary: #166088;\n --accent: #4fc3f7;\n --bg: #f8f9fa;\n --text: #333;\n}\n\nbody {\n font-family: 'Segoe UI', system-ui, sans-serif;\n line-height: 1.6;\n color: var(--text);\n background: var(--bg);\n padding: 2rem;\n max-width: 800px;\n margin: 0 auto;\n}\n\n.slideshowNav {\n display: flex;\n justify-content: space-between;\n padding: 1rem 0;\n font-size: 1.5rem;\n}\n\n.slideshowNav a {\n color: var(--secondary);\n transition: all 0.3s ease;\n}\n\n.slideshowNav a:hover {\n color: var(--accent);\n transform: scale(1.1);\n}\n\nh1, h2, h3 {\n color: var(--primary);\n margin-bottom: 1rem;\n}\n\nh1 {\n font-size: 2.5rem;\n background: linear-gradient(90deg, var(--primary), var(--accent));\n -webkit-background-clip: text;\n background-clip: text;\n color: transparent;\n}\n\nul {\n padding-left: 2rem;\n}\n\nli {\n margin-bottom: 0.5rem;\n position: relative;\n}\n\nli:before {\n content: \"→\";\n color: var(--accent);\n position: absolute;\n left: -1.5rem;\n}\n\n@media (max-width: 600px) {\n body {\n padding: 1rem;\n font-size: 1rem;\n }\n \n h1 {\n font-size: 1.8rem;\n }\n}\n---script.js---\n// Simple animation for list items\ndocument.addEventListener('DOMContentLoaded', () => {\n const items = document.querySelectorAll('li');\n items.forEach((item, i) => {\n item.style.opacity = '0';\n item.style.transform = 'translateX(-20px)';\n item.style.transition = `all 0.3s ease ${i * 0.1}s`;\n setTimeout(() => {\n item.style.opacity = '1';\n item.style.transform = 'translateX(0)';\n }, 100);\n });\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 551,
+ "completion_tokens": 768,
+ "total_tokens": 1319,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 551
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # llm-revolution.scroll.pub
+
+ Prompt: slideshow
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ LLM
+
+ ## System prompt
+ You are an expert design agency tasked with helping someone create a slideshow. Create a slideshow based on this request: "LLM"
+
+ Requirements:
+ - Make the slideshow inspirational, concise, witty.
+ - The scroll slideshow keyword automatically injects javascript to handle the showing/hiding of slide content, navigation, urls, etc. You just need to add content and style.
+ - Use mostly Scroll, but you can also use CSS, HTML and JavaScript (NO frameworks, NO external dependencies)
+ - Make it mobile-responsive
+ - 5-10 slides
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved or confidential or any of that mumbo jumbo.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ Below is the Scroll Parser that implements the Slideshow. This should give you the class names for the styles.
+ slideshowParser
+ // Left and right arrows navigate.
+ description Slideshow widget. *** delimits slides.
+ extends abstractScrollWithRequirementsParser
+ string copyFromExternal .jquery-3.7.1.min.js .slideshow.js
+ example
+ slideshow
+ Why did the cow cross the road?
+ ***
+ Because it wanted to go to the MOOOO-vies.
+ ***
+ THE END
+ ****
+ javascript
+ buildHtml() {
+ return \`
\`
+ }
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildTxt
+ buildHtml
+ title (slideshow title for meta tags)
+ metaTags
+ style.css
+ script.js
+ slideshow
+ ***
+
+ (first slide)
+
+ ***
+
+ (slides here, delimited by ***)
+
+ ***
+
+ (Final slide)
+
+ ****
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (Any JavaScript content here, if needed)
+ ---end---
script.js
Changed around line 1
+ // Simple animation for list items
+ document.addEventListener('DOMContentLoaded', () => {
+ const items = document.querySelectorAll('li');
+ items.forEach((item, i) => {
+ item.style.opacity = '0';
+ item.style.transform = 'translateX(-20px)';
+ item.style.transition = `all 0.3s ease ${i * 0.1}s`;
+ setTimeout(() => {
+ item.style.opacity = '1';
+ item.style.transform = 'translateX(0)';
+ }, 100);
+ });
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #4a6fa5;
+ --secondary: #166088;
+ --accent: #4fc3f7;
+ --bg: #f8f9fa;
+ --text: #333;
+ }
+
+ body {
+ font-family: 'Segoe UI', system-ui, sans-serif;
+ line-height: 1.6;
+ color: var(--text);
+ background: var(--bg);
+ padding: 2rem;
+ max-width: 800px;
+ margin: 0 auto;
+ }
+
+ .slideshowNav {
+ display: flex;
+ justify-content: space-between;
+ padding: 1rem 0;
+ font-size: 1.5rem;
+ }
+
+ .slideshowNav a {
+ color: var(--secondary);
+ transition: all 0.3s ease;
+ }
+
+ .slideshowNav a:hover {
+ color: var(--accent);
+ transform: scale(1.1);
+ }
+
+ h1, h2, h3 {
+ color: var(--primary);
+ margin-bottom: 1rem;
+ }
+
+ h1 {
+ font-size: 2.5rem;
+ background: linear-gradient(90deg, var(--primary), var(--accent));
+ -webkit-background-clip: text;
+ background-clip: text;
+ color: transparent;
+ }
+
+ ul {
+ padding-left: 2rem;
+ }
+
+ li {
+ margin-bottom: 0.5rem;
+ position: relative;
+ }
+
+ li:before {
+ content: "→";
+ color: var(--accent);
+ position: absolute;
+ left: -1.5rem;
+ }
+
+ @media (max-width: 600px) {
+ body {
+ padding: 1rem;
+ font-size: 1rem;
+ }
+
+ h1 {
+ font-size: 1.8rem;
+ }
+ }