neurallambda

Results 99 comments of neurallambda

@john-preston Because they sign their checksums, the internet archives the checksums, people can verify checksums fetched from different places, different internet connections etc. This greatly increases the attack surface needed...

@john-preston I just downloaded the same version, `tsetup.4.14.9.tar.xz`, on 2 consecutive days and got 2 different hashes. *This deeply compromises trust.* **edit:** **3 different times**, Something screwy is happening: *...

For future reference, here is prior art within this library. I never stumbled across documentation on logging, but here are some references: https://github.com/thespianpy/Thespian/issues/43 https://github.com/thespianpy/Thespian/blob/master/examples/hellogoodbye.py (NOTE: `logsetup.logcfg`) Here's how I solved...

I ran a small experiment with whitening vs not whitening, and whitening was rather disappointing. My dataset was tiny, n=100, so maybe that was the reason? The experiment was simple:...

@aalinazar to put a finer point on it, if your document pool has 3 matches, search should surface 3 matches. If it has 100 matches, then 100. 0 then 0....

Emacs [lock files](https://www.gnu.org/software/emacs/manual/html_node/emacs/Interlocking.html#Interlocking) endlessly trigger test runs. [Autosaves](https://www.emacswiki.org/emacs/AutoSave) are less frequent but still thorny. It would be nice if `pytest-watch` could respect `.gitignore` or custom regex/globs, eg: `\#*\#` and `.\#*`.

Glad I found this issue, I totally thought `ghcid` was a repl enhancement, and was pulling my hair out trying to solve why it was broken. > "GHCi as a...

One more thing I just discovered surfing the issues, is the flag `--allow-eval`.

Ah, I read the code before the readme. But I still don't get why `sumFromD` is the same as `system . delay` ```haskell currResponse

I've begun adding instances, and have only accomplished the trivial ones. You're right, there's much to think about wrt `TensorSpace`.