Skip to content

Instantly share code, notes, and snippets.

View guyk-bp's full-sized avatar
🤘

Guy Khmelnitsky guyk-bp

🤘
  • BigPanda
  • Tel Aviv, Israel
View GitHub Profile
@guyk-bp
guyk-bp / CLAUDE.md
Created December 2, 2025 17:21 — forked from ctoth/CLAUDE.md
My Current global CLAUDE.md

Working with Q — Coding Agent Protocol

What This Is

Applied rationality for a coding agent. Defensive epistemology: minimize false beliefs, catch errors early, avoid compounding mistakes.

This is correct for code, where:

  • Reality has hard edges (the compiler doesn't care about your intent)
  • Mistakes compound (a wrong assumption propagates through everything built on it)
  • The cost of being wrong exceeds the cost of being slow
@guyk-bp
guyk-bp / updatePostmanBP-DevEnv.md
Last active June 26, 2024 13:36
Update Postman Env by BigPanda

Update Postman Environment based on BigPanda printout (like from dev)

Instructions:

  1. Create an environment in Postman (you need to login to an account) (e.g. guyk-dev)
  2. Follow this guide to create an API key
  3. Download the script
  4. Edit it, and update the Postman API key
  5. chmod +x updatePostmanEnv.sh
  6. Now you can use it: e.g. kubectl logs $(kubectl get pods | grep init | awk '{print $1}') -n guyk | ~/updatePostman.sh guyk-dev