logo hsb.horse

Glossary

Glossary

A collection of long-lived technical notes and definitions.

Glossary Tags
  1. The æ in aespa is U+00E6

    The “æ” used in the K-pop group aespa is a Latin ligature with the Unicode code point U+00E6 (Latin Small Letter AE).

  2. AIO

    AIO is the practice of structuring content and metadata so it can be cited in AI-driven search surfaces such as AI Overviews.

  3. Apache Iceberg

    Apache Iceberg is an open table format for data lakes that improves schema evolution, partition evolution, and time-travel operations.

  4. Biome

    Biome is a Rust-based formatter and linter for JavaScript and TypeScript that unifies code formatting and static analysis.

  5. DOI

    DOI (Digital Object Identifier) is a persistent identifier system for digital assets that helps maintain stable references over time.

  6. Envelope Encryption

    Envelope encryption uses a two-layer model: data is encrypted by a DEK, and the DEK itself is encrypted by a KEK.

  7. Echo

    Echo is a high-performance Go web framework often used for REST API development with a lightweight architecture.

  8. Go

    Go is a compiled programming language developed by Google. It is known for simple syntax and fast execution, and is widely used for backends, CLIs, and cloud infrastructure.

  9. IDOR (Insecure Direct Object Reference)

    IDOR is a vulnerability where direct object identifiers allow access to resources without proper authorization checks.

  10. LogTape

    LogTape is a multi-runtime JavaScript logger library for Browser, Node.js, Deno, and Bun. It works with zero dependencies.

  11. Main Street Economy

    Main Street Economy refers to real-economy conditions close to daily life, such as households, employment, and small businesses.

  12. Manifest UI

    Chat interface-focused UI library for ChatGPT GPTs and Claude. Built on shadcn/ui, optimized for Agentic interfaces.

  13. mediabunny

    mediabunny is a browser media library for video and audio handling built on the WebCodecs API.

  14. navigator.devicePosture

    navigator.devicePosture is a Navigator property that exposes the DevicePosture object for posture-aware web interfaces.

  15. RAG (Retrieval-Augmented Generation)

    RAG combines retrieval with LLM generation to improve freshness and grounding of answers.

  16. rrweb

    rrweb is a frontend library for recording and replaying browser sessions.

  17. SAPISIDHASH

    SAPISIDHASH is an authentication-related hash used by some internal Google APIs to validate request context.

  18. SEO

    SEO is the practice of improving visibility in search engines through content quality, information architecture, and technical implementation.

  19. T-shaped Person

    A T-shaped person combines deep expertise in one domain with broad collaborative understanding across adjacent fields.

  20. Tamper Resistance

    Tamper resistance is a design property that prevents or makes tampering attempts significantly harder.

  21. Tampering

    Tampering is unauthorized modification, analysis, or extraction against systems, software, or data.

  22. Turndown

    Turndown is a JavaScript library that converts HTML into Markdown with customizable conversion rules.

  23. Uint8Array

    Uint8Array is a JavaScript TypedArray for 8-bit unsigned integers (0-255), commonly used in binary processing.

  24. Wall Street Economy

    Wall Street Economy refers to economy readings centered on financial markets such as equities, rates, and credit spreads.

  25. zabrze

    zabrze is a zsh abbreviation expansion plugin that improves command-line input efficiency.

  26. Deterministic

    Deterministic refers to a property where the same conditions always produce the same result, or where execution order and outcomes are predictable.

  27. Drain

    Drain is a transition or shutdown procedure that stops accepting new requests or jobs while safely finishing only the work already in progress.

  28. Liveness

    Liveness is an indicator of whether a process or service is still alive rather than stopped, hung, or stuck in an unrecoverable state.

  29. Readiness

    Readiness is an indicator of whether a service or process is in a state where it can accept new requests or new jobs.

  30. ChartDB

    ChartDB is a web tool that can generate DB diagrams from SQL query results. It is secure because it does not require a direct DB connection.

  31. shadcn/ui

    shadcn/ui is a React component set built on Radix UI and Tailwind CSS. Its defining style is copying component code directly into your project instead of installing a package.