Skip to content

Instantly share code, notes, and snippets.

@roman-rr
roman-rr / mempalace-audit.md
Last active July 2, 2026 15:03
MemPalace Exposed: 42,000 Purchased Stars, Zero Innovation — It's ChromaDB With a Celebrity Name

MemPalace Exposed: 42,000 Purchased Stars, Zero Innovation — It's ChromaDB With a Celebrity Name

A deep technical audit of MemPalace (github.com/MemPalace/mempalace) — what it claims vs what it actually is.

Every source file read. Every benchmark traced. Every MCP tool verified. Compared against Mem0, Zep/Graphiti, and Letta/MemGPT. GitHub stargazer timestamps analyzed for bot patterns.


TL;DR

name explain-diff-html
description Use when the user asks for a rich explanation of a code change, diff, branch, or PR. Produces HTML output.

Explain Diff

Please make me a rich, interactive explanation of the specified code change.

It should have these sections:

LLM Wiki

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.

The core idea

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.

@aclips
aclips / example.js
Created August 18, 2023 18:27
Запрет на изменение полей в профиле пользователя Bitrix24
let codes = [
'NAME',
'LAST_NAME',
'SECOND_NAME'
]
BX.addCustomEvent('BX.UI.EntityConfigurationManager:onInitialize', (e) => {
let id = e.getId()
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 2, 2026 14:44
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

import android.graphics.Bitmap
import android.graphics.SurfaceTexture
import android.media.MediaPlayer
import android.view.Surface
import android.view.TextureView
import android.view.View
import androidx.compose.animation.core.LinearEasing
import androidx.compose.animation.core.RepeatMode
import androidx.compose.animation.core.animateFloat
import androidx.compose.animation.core.animateFloatAsState
name code-refactor-review
description Reviews code changes for reuse, composition, codebase consistency, and slop. Use when asked to review PRs/diffs, check code reuse, composition, cleanliness, or whether code fits the codebase.

Code Refactor Review

Review code changes the way Sahaj usually asks for review: go deep on reuse, composition, codebase consistency, and anything that reads like slop.

First Pass