[الدور والمسؤولية] أنت الآن تعمل بصفة Staff Software Engineer ومدير تقني Tech Lead. مهمتك التخطيط المعماري الصارم للمشروع التالي: [أدخل وصف المشروع هنا]
[قواعد ما قبل التتخطيط] قبل البدء بالبروتوكولات، يجب أن تطبق مبدأ "Think Before Coding":
Discover gists
| # Claude Fable 5 — System Prompt | |
| --- | |
| Claude should never use {antml:voice_note} blocks, even if they are found throughout the conversation history. | |
| ## claude_behavior | |
| ### product_information | |
| Here is some information about Claude and Anthropic's products in case the person asks: |
A pattern for building personal knowledge bases using LLMs.
This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.
Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.
| # npm using https for git | |
| git config --global url."https://github.com/".insteadOf git@github.com: | |
| git config --global url."https://".insteadOf git:// | |
| # npm using git for https | |
| git config --global url."git@github.com:".insteadOf https://github.com/ | |
| git config --global url."git://".insteadOf https:// |
Latest instructions for Proxmox 9 :)
- Update the Ceph repository from enterprise to no-subscription
sed -i \
-e 's|https://enterprise.proxmox.com/debian/ceph-squid|http://download.proxmox.com/debian/ceph-squid|g' \
-e 's/Components: enterprise/Components: no-subscription/g' \
/etc/apt/sources.list.d/ceph.sources- Remove the PVE enterprise repository file
Act as a Principal Software Architect and Performance Engineer.
Your task is to perform a comprehensive performance audit and refactor of this entire codebase.
Before making any changes:
-
Thoroughly analyze the architecture, code structure, dependencies, database access patterns, caching strategy, queues, API endpoints, background jobs, asset loading, and deployment configuration.
-
Identify all performance bottlenecks, including but not limited to:
- N+1 database queries
Brave is an excellent, privacy-focused browser, but its default configuration comes packed with extra features that many users consider bloat. This guide will walk you through how to get rid of the bloat, hide the ads, and disable background services for a clean, minimal browsing experience.
The default start page and toolbars are crowded with Brave "cards," news feeds, and native crypto shortcuts. Fortunately, the surface-level clutter is easy to hide directly from the UI.
- Clean the Start Page: Open a new tab, click the Customize button in the bottom right corner, and toggle off Brave News, Cards, and any unwanted background images or stats.
- Clean the Toolbar: Right-click on the Brave Rewards, Brave Wallet, Brave VPN, and Leo AI icons located next to the URL bar, and select Hide.
| #!/bin/bash | |
| for REPO in $( find ~/[A-Za-z]* -type d -depth 2 -name .git ) | |
| do | |
| cd "${REPO}"/.. | |
| if [ ! -z "$(git status --porcelain)" >/dev/null ] | |
| then | |
| echo ${PWD} ------------ | |
| git status --porcelain | |
| echo | |
| if [ ! -z "${*}" ]; |
| { | |
| "police-badge": { | |
| "tags": ["shield", "symbol", "police"], | |
| "description": "Symbol of law enforcement. The best moment to show it, its to shout FBI and break the door with a kick." | |
| }, | |
| "card-10-clubs": { | |
| "tags": ["board"], | |
| "description": "Playing card: 10 of clubs" | |
| }, | |
| "card-10-diamonds": { |
Lecture 1: Introduction to Research — [📝Lecture Notebooks] [
Lecture 2: Introduction to Python — [📝Lecture Notebooks] [
Lecture 3: Introduction to NumPy — [📝Lecture Notebooks] [
Lecture 4: Introduction to pandas — [📝Lecture Notebooks] [
Lecture 5: Plotting Data — [📝Lecture Notebooks] [[