seccode

↗ HN profile [ 89.9 ms ] full profile
Karma
24
Created
September 26, 2020 (5y ago)
Submissions
0
  1. I had this idea that enumerating all strings<=len(string) constitutes a zero-knowledge proof of Kolmogorov complexity. In enumeration, the proof is "said," but the verifier has no way of retrieving the proof. This…

  2. Hi all, I made a data compression algorithm that works as follows: Replace common bigrams with a fixed value: "of the" => "of e" "and she" => "and e" "when there" => "when e" To decompress, look up the bigram dictionary…

  3. Hello all, I created a command line utility called Git Searcher that can find in which commit any line of code was added; it can also find where a line of code was removed. I have found this very helpful for determining…