VirtualTam's bookmarks

    • Chaosnet - A local area network technology developed at MIT's AI Lab in 1975
    • Hesiod - A name service to provide access to databases of information that change infrequently
    • IANA - DNS CLASSes
  1. 2024-11-26

    I have written a lot of software. I used to do it for fun. Then I started getting paid for it. Then it stopped being fun. Then I stopped getting paid for it. And now I write software sometimes for fun, but mostly in self-defense.

  2. 2024-09-11
  3. 1# GNU sed
    2sed -e 's/\x1b\[[0-9;]*m//g'
    3
    4# macOS
    5sed -e $'s/\x1b\[[0-9;]*m//g'
    
  4. 2023-06-24