VirtualTam's bookmarks

  1. Wirelogd relies on the latest handshake to determine if a peer is active or inactive. While there is trafic the handshake should be renewed every 2 minutes. If there is no trafic handshake is not renewed. Based on this behavior we assume that if there is no new handshake after a while, the client is probably inactive.

  2. Standard library:

    • unicode - Data and functions to test some properties of Unicode code points

    Extra libraries:

    Third-party libraries:

    • anyascii/go - Converts Unicode characters to their best ASCII representation

    RFCs:

    Resources:

  3. 2024-10-26
    • Check project import paths and compare with architechure rules defined in a configuration file
    • Useful for hexagonal / onion / DDD / MVC and other architectural patterns