TIL

Recent Notes

TIL - Today I Learned

Small, short, daily notes.

total: 14 notes
  1. artificial-intelligence, machine-learning, embeddings

    Embeddings

    Learned vector representations of meaning and similarity

  2. artificial-intelligence, large-language-models, retrieval-augmented-generation

    Retrieval-Augmented Generation

    Grounding language-model answers in retrieved source material

  3. artificial-intelligence, mathematics, vector-search

    Vectors

    How vectors represent data and make similarity search possible

  4. baseball, history, new-york-yankees

    Thurman Munson

    The career, life, and legacy of the Yankees captain

  5. atproto, cache, distributed-systems

    Bobbin

    Tangled's diskless, API-only AppView

  6. algorithm, distributed-systems

    Raft

    An understandable consensus algorithm for replicated state machines

  7. react, video

    remotion

    code to video with React

  8. vector, functional-programming, trees, data-structures

    RRB Vector

    Relaxed Radix Balanced Vector

  9. atproto, publishing, markdown

    standard.site

    open-social publishing

  10. database

    CRDT

    A conflict-free replicated data type (CRDT) is a data structure that can be replicated across multiple computers in a network.

  11. terminal

    PTY

    A pty is a pseudoterminal, a software interface in Unix-like operating systems that emulates a physical hardware terminal. They're to gain access to the shell.

  12. algorithm, search

    PageRank

    PageRank is the first algorithm used by Google Search to rank the importance of web pages, named after web pages & Google Co-Founder Larry Page.