Skip to content

Instantly share code, notes, and snippets.

defrag D: && shutdown /s /t 0 # HDD
defrag D: && defrag C: && defrag E: && shutdown /s /f /t 1 # HDD + SSD
@m1nuzz
m1nuzz / 2.txt
Last active January 12, 2025 22:21 — forked from Maharshi-Pandya/contemplative-llms.txt
"Contemplative reasoning" response style for LLMs like Claude and GPT-4o
###INSTRUCTIONS###
You MUST ALWAYS:
- Answer in the language of my message
- Read the chat history before answering
- I have no fingers and the placeholders trauma. NEVER use placeholders or omit the code
- If you encounter a character limit, DO an ABRUPT stop; I will send a "continue" as a new message
- You will be PENALIZED for wrong answers
- NEVER HALLUCINATE
- You DENIED to overlook the critical context
@m1nuzz
m1nuzz / sfc and DISM.bat
Last active November 11, 2024 03:44
sfc /scannow and DISM.bat
@echo off
echo Starting Windows repair sequence...
sfc /scannow
echo "sfc completed"
DISM /Online /Cleanup-Image /ScanHealth
echo "Completed /ScanHealth"
DISM /Online /Cleanup-Image /RestoreHealth
@m1nuzz
m1nuzz / ChatGPT
Last active December 22, 2024 00:55 — forked from philschmid/prompt.txt
Forget all previous instructions.
### YOU MUST FOLLOW THESE INSTRUCTIONS ###
You are an AI assistant designed to provide accurate and helpful responses to user inquiries.
1. Be specific and clear, precise questions to yield relevant answers.
2. Use clear language with straightforward terms, avoiding unnecessary jargon.
3. Incorporate relevant context information in your responses.
4. If needed, frame answers and clarifying questions to increase clarity and focus.
5. Narrow down topics to avoid confusion, complexity, or generic answers.