Prompt Magic
if you look in the artifacts uploaded, you'll see local doesn't use container - it runs native OS, also see how other run.sh actions and how docker compose is run:./run.sh…
if you look in the artifacts uploaded, you'll see local doesn't use container - it runs native OS, also see how other run.sh actions and how docker compose is run:./run.sh…
The “productivity loop of death”—where you spend more time fixing an AI’s half-baked code than it would have taken to write it yourself—is caused by two things: output token throttling…
docker exec -it ollama bashollama listNAME ID SIZE MODIFIEDllama3:instruct 365c0bd3c000 4.7 GB 5 months agonomic-embed-text:latest 0a109f422b47 274 MB 5 months agoollama pulling manifestpulling 4c27e0f5b5ad: 100% ▕████████████████████████████▏ 9.6 GBpulling 7339fa418c9a: 100%…
Powered By EmbedPress
The “New Chat” Success Formula If you start a new session, paste or upload them in this order for maximum “IQ” from the AI: Why the SOP isn’t enough on…
🛠️ Developer Profile & SOP: Project SASS Last Updated: 2026-03-03 Project Context: Multi-container Flask/Nginx/Postgres/Redis stack managed via run.sh on Unraid. 1. Architectural Philosophy (The “Architect” Pattern) 2. Naming & Environment…
To review or adjust the “Chat SOP” (Standard Operating Procedure) for how I collaborate with you, there are two layers: your current session and my core system instructions. 1. Where…
To help you decide how I should “remember” your technical preferences, think of it as setting the standard operating procedure (SOP) for how we build and troubleshoot your stack. When…
In Bash, you can list functions loaded in your current environment—including those loaded via the source (or .) command—using several built-in methods. 1. List All Loaded Functions To see every…
What’s the proper full-cycle workflow?——- LOCAL —–git init – create repogit add README.mdgit commit -mInitialgit remote add origingit push origin main <– pre-configured to allow push to creategit checkout -b…