| OS version | Arch | File Host | Size | Download Link | Rate Limits |
|---|---|---|---|---|---|
| Windows 1.0 | 8086 | Winworld (Kansas City, Missouri) | 541KB | Download | ❌ Yes, 25 per day |
| Windows 2.0 | 386 | Winworld (Kansas City, Missouri) | 2.80MB | Download | ❌ Yes, 25 per day |
| Windows 3.0 | 8086/386 |
Discover gists
クレジットカード番号には法則があり、先頭6桁でカードの種類を識別、分類することができる。
詳細はISO/IEC 7812で規定されている。
ISO/IEC 7812 - Wikipedia https://ja.wikipedia.org/wiki/ISO/IEC_7812
先頭の6桁を銀行識別番号(Bank Identification Number、略称:BIN)ないしは発行者識別番号(Issuer Identification Number、略称:IIN)と呼び、この先頭6桁でカード発行会社(イシュア、issuer)が判るようになっている。
Upload this Markdown file into an LLM together with your rough sketches.
This file turns the LLM into a Concept Review Board Assistant.
It helps architects, landscape architects, urban designers, interior designers, exhibition designers, students, and design teams turn early sketches into structured Concept Review Boards.
See the new site: https://postgresisenough.dev
| """ | |
| The most atomic way to train and run inference for a GPT in pure, dependency-free Python. | |
| This file is the complete algorithm. | |
| Everything else is just efficiency. | |
| @karpathy | |
| """ | |
| import os # os.path.exists | |
| import math # math.log, math.exp |
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.
Para empezar el curso, les dejo una lista de las instalaciones generales que les recomiendo. Recuerden que más adelante tendremos una sección dedicada a la configuración y generalidades de ClaudeCode, estas son configuraciones generales del equipo.
