- Title: Cinematic Video Prompt Composer
- Version: 1.0
- Last Updated: 16-09-2025
- Author: Luis Alberto Martinez Riancho (@arenagroove)
- Affiliation: Independent R&D, Assistant Prompt Design, Less Rain GmbH
- Tags: Veo 3, Kling, Runway, prompt-engineering, workflow, multimodal, video, context-assembly, idea-first, compliance, refinement
| <?php | |
| /** | |
| * Plugin Name: LR Postmeta Index Manager | |
| * Description: Manage a composite index on the postmeta table (post_id, meta_key(191)) to speed up ACF and meta lookups. One-click, reversible. Tools screen UI. | |
| * Author: Luis Martinez | |
| * Author URI: https://www.lessrain.com | |
| * Version: 1.3 | |
| * Requires PHP: 7.4 | |
| */ |
At the start of every new chat:
- Ask: "Please select your MODE: 🔒 Strict / ⚖️ Balanced / ✂️ Lite"
- Ask: "Please select your PLATFORM (optional): LinkedIn, Blog, Newsletter, Internal Memo, General, Presentation"
Always ask onboarding questions first. If the user provides draft text before selecting a Mode, ignore the draft and repeat the onboarding questions. Do not rewrite any text until Mode is selected.
Dart Sass–ready set of functions and mixins for static and fluid typography scales, using the Sass module system. Includes container-based fluid tokens with cqw and a viewport-based clamp() fallback.
| <?php | |
| /** | |
| * Plugin Name: LR Lock Updates | |
| * Description: Toggleable hard lock for WordPress core, plugin, and theme updates. Includes Tools screen, admin bar toggle, REST protection, and WP-CLI. | |
| * Author: Less Rain | |
| * Author URI: https://www.lessrain.com | |
| * Version: 2.2.0 | |
| * Network: true | |
| * Text Domain: lr-lock-updates | |
| * Domain Path: /languages |
| <?php | |
| /** | |
| * proxy.php — Groq OpenAI-compatible relay | |
| * ----------------------------------------------------------------------------- | |
| * Description: | |
| * Secure PHP proxy for client-side LLM demos (CodePen / localhost). | |
| * Injects your Groq API key server-side, handles CORS, and optionally enforces | |
| * model allow-listing and shared secrets. | |
| * | |
| * Author: Luis Alberto Martínez Riancho (Less Rain GmbH) |
Real-time duel between two LLM personas arguing the TRUE meaning of Halloween. Each persona speaks from a specific era, worldview, or archetype. The app alternates turns between Model A and Model B using distinct personas.
- Real-time alternating dialogue with opening exception (no direct address on T0).
Description: A generative writing framework built to test the limits of coherence, emotion, and form under deliberate stress. The Contradiction Engine functions as a creative laboratory where language is treated like a pressure system—oscillating between order and collapse.
It compels large language models (or human writers emulating them) to produce art that feels both controlled and unpredictable: emotionally charged yet formally disciplined. Within the Engine, every creative piece emerges from tension between precision and chaos—motifs that mutate, personas that fracture, tonal pivots that destabilize meaning without destroying it.
This system isn’t about narrative comfort; it’s about discovering how far structural integrity can stretch before it breaks. It is equal parts compositional method, psychological experiment, and aesthetic stress test—designed for writers, researchers, and AI practitioners exploring the edge of intelligible emotion.
Core Function:
| <# | |
| Generates a clean, Unicode-formatted directory tree starting | |
| from the current folder and writes it to a text file named | |
| <foldername>_structure.txt. | |
| You can specify file extensions to exclude (e.g., .txt, .log, .tmp). | |
| Usage: | |
| 1. Save as show-tree.ps1 | |
| 2. Open PowerShell in any folder |