TIL

Recent Notes

TIL - Today I Learned

Small, short, daily notes.

total: 4 notes
  1. atproto, publishing, markdown

    standard.site

    open-social publishing

  2. database

    CRDT

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

  3. 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.

  4. 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.