3 Matching Annotations
  1. Mar 2023
    1. McCauley, Edward Y. “A Dictionary of the Egyptian Language.” Transactions of the American Philosophical Society 16, no. 1 (1883): 1–241. https://doi.org/10.2307/1005403.

      Prior to the Wörterbuch der ägyptischen Sprache, but nothing brilliant with respect to use of a zettelkasten to create.

  2. Jan 2023
    1. stories about pirate utopias

      Not a pirate utopia, per se, but Robert Louis Stevenson's Treasure Island was serialized in 1881-82 and published as a book in 1883.

  3. Jun 2020
    1. MQTT

      Message Queuing Telemetry Transport MQTT protocol -> publish-subscribe network protocol that transports messages between devices, usually through TCP/IP

      Protocol defines 2 network entities:

      1. message broker -> receives messages from clients and then sends them to any clients subscribed to topic.
      2. a number of clients ->
      <table style="border: 1px solid black;"> <tr> <th style="border: 1px solid black;"> MQTT un-encrypted port </th> <th style="border: 1px solid black;"> MQTT encrypted port </th> </tr> <tr> <td style="border: 1px solid black;">**1883** </td> <td style="border: 1px solid black;">**8883** </td> </tr> </table>