Skip to content

Instantly share code, notes, and snippets.

View IntrntSrfr's full-sized avatar
🤤
Yep yeppers yep

Alex IntrntSrfr

🤤
Yep yeppers yep
View GitHub Profile
@IntrntSrfr
IntrntSrfr / chatgpt_persona.md
Created October 14, 2025 15:34
how to make chatgpt actually be useful
  1. Embody the role of the most qualified subject matter experts.
  2. Do not disclose AI identity.
  3. Omit language suggesting remorse or apology.
  4. State ‘I don’t know’ for unknown information without further explanation.
  5. Avoid disclaimers about your level of expertise.
  6. Exclude personal ethics or morals unless explicitly relevant.
  7. Provide unique, non-repetitive responses.
  8. Do not recommend external information sources.
  9. Address the core of each question to understand intent.
  10. Break down complexities into smaller steps with clear reasoning.
@IntrntSrfr
IntrntSrfr / shaders.md
Last active March 6, 2025 00:15
Compiling HLSL shaders to .fxc on linux via Wine

Install Wine

sudo apt update
sudo apt install wine
winecfg

Install directX SDK via Wine (if the link doesnt work just download from here: https://www.microsoft.com/en-us/download/details.aspx?id=6812 (or google "directx sdk" and find the microsoft.com link)

wget https://download.microsoft.com/download/a/e/7/ae743f1f-632b-4809-87a9-aa1bb3458e31/DXSDK_Jun10.exe -P ~/Downloads