Skip to content

Instantly share code, notes, and snippets.

@ih2502mk
ih2502mk / list.md
Last active June 26, 2026 17:02
Quantopian Lectures Saved
@rxaviers
rxaviers / gist:7360908
Last active June 26, 2026 17:03
Complete list of github markdown emoji markup

People

:bowtie: :bowtie: 😄 :smile: 😆 :laughing:
😊 :blush: 😃 :smiley: ☺️ :relaxed:
😏 :smirk: 😍 :heart_eyes: 😘 :kissing_heart:
😚 :kissing_closed_eyes: 😳 :flushed: 😌 :relieved:
😆 :satisfied: 😁 :grin: 😉 :wink:
😜 :stuck_out_tongue_winking_eye: 😝 :stuck_out_tongue_closed_eyes: 😀 :grinning:
😗 :kissing: 😙 :kissing_smiling_eyes: 😛 :stuck_out_tongue:

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.

@acstrahl
acstrahl / heart_disease_demo.ipynb
Last active June 26, 2026 16:28
Project Lab: Predicting Heart Disease Demo Notebook
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rafaballerini
rafaballerini / style.css
Created November 27, 2024 18:53
CSS para aula 1 de Javascript
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #331F19; /* Fundo neutro */
}
.container {
Hey Guys!!
This is a gist which teach you how to install VIM in your terminal or termux.
[_]----[_]
Just Follow my setp.
pkg install vim
vim installed successfully but it's not compatible to install PlugIn's.
For that we need to install VundleVIM.Here we go
@rafaballerini
rafaballerini / index.html
Created November 27, 2024 18:52
HTML para aula 1 de Javascript
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Página inicial</title>
</head>
<body>
<div>
<h1>Boas vindas!</h1>
@laggron42
laggron42 / tos.md Secret
Last active June 25, 2026 19:43
BallsDex Discord bot - Terms of Service

Ballsdex Discord Bot - Terms of Service and Rules

Welcome to Ballsdex, the interactive countryball-catching and trading Discord bot! Before you start using Ballsdex, please carefully read and agree to the following Terms of Service and Rules. By using Ballsdex, you indicate your acceptance of these terms and your commitment to adhere to the rules.

Glossary

  • Collectible: any virtual object that is meant to be collected through the bot, such as countryballs or other means like virtual currency.
  • Ballsdex team: the administrators of Ballsdex, possessing the "Ballsdex Team" role on the official Discord server. They have full control over the bot.
  • Staff: Discord users possessing the staff status on the official Discord server: Support, Moderator, Ballsdex Team, Trial staff.