Discover gists
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.
I've recently tested on how to move the custom domain catch all email from G Suite to the new iCloud+ Catch All feature and wanted to share my experience.
The end result is having Custom Domain email and Catch All routing, that can be fully used via Gmail, including receiving and sending emails.
- Setup your Custom Domain (or subdomain) with iCloud+
Tags: shioaji, sinotrade, 永豐, trading-api, query-only, python, ai-agent, openclaw
About: 用永豐 Shioaji 做「只查不下單」的個人帳戶查詢(庫存 / 餘額 / 損益 / 報價 / K 棒),並接成 AI agent 的 tool。這份只列設計重點、踩雷點與核心片段——scaffolding(venv / 安裝 / CLI 包裝)請自行對著官方文件補完。資訊量足以讓人或 agent 自己重建出完整專案。
| using UnityEngine; | |
| public enum SimpleBuildPieceType { Floor, Wall, Door } | |
| public class SimpleBuildPart : MonoBehaviour { | |
| [SerializeField] SimpleBuildPieceType pieceType = SimpleBuildPieceType.Floor; // identity for occupancy and placer logic | |
| public SimpleBuildPieceType Type => pieceType; | |
| public void SetPieceType(SimpleBuildPieceType value) => pieceType = value; |
Breaking Down the Mind-Bending Finale of Pantheon S2E8 “Deep Time”: Dyson Spheres, Nested Simulations & the True Meaning Behind Maddie, Caspian, and SafeSurf’s Journey
If you’ve just finished watching Season 2, Episode 8 of Pantheon—“Deep Time”—and feel disoriented or grappling with a sudden existential crisis, you’re in good company. For most of its run, the show concentrated on intimate stories: a daughter longing to reconnect with her uploaded father, a brilliant clone wrestling with his identity, and a small group of UIs learning to navigate digital existence. Then, in the final episode, the narrative catapults into a far vaster cosmic framework. We’re not just dealing with corporate conspiracies and personal grief anymore. Suddenly, there are Dyson spheres acting as cosmic-level computers, infinitely nested simulations, and timelines looping back on themselves like intricately folded origami.
The finale thrusts us into territory reminiscent of philosophical sci-fi hallmarks: think the layered dre
| {#--------------------------------------------------------------------- | |
| custom_pub_chat_template_gemma4.jinja | |
| ===================================== | |
| A public, harness-friendly fork of Google's Gemma 4 chat template, | |
| tuned for open-source agentic coding harnesses like: | |
| - anomalyco/opencode (https://github.com/anomalyco/opencode) | |
| - earendil-works/pi (https://github.com/earendil-works/pi) | |
| - openclaw, OpenHarness, similar Claude-Code-style harnesses | |
| WHY THIS FORK EXISTS |
| const regex = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/ |
name: tufte-viz description: | Ideate and critique data visualizations using Edward Tufte's principles from "The Visual Display of Quantitative Information." Use this skill when: (1) Designing new data visualizations or charts (2) Critiquing or improving existing visualizations (3) Reviewing dashboards or reports for graphical integrity (4) Deciding between visualization approaches (5) Reducing chartjunk or improving data-ink ratio (6) Planning small multiples or high-density displays