Category: archive

  • Lampa Raptor combination lock manual

    Archiving it here for posterity: (the combination is in the password manager)

  • Using TarInputStream from Java

    Recently I had to parse trough a bunch of logs, scattered in subdirectories and different types of archives (tar, bz and gz). My first thought was of course Perl (since it is the language for parsing quasi-freeform text), however I didn’t have “streaming” implementation for the archive modules, which in my case was very important,…