jtrakk

Results 112 comments of jtrakk

I'm not wedded to any particular names, but I do think it's important that different functions have different names. How would you feel about: - adding a function with a...

DVC should only rely on cryptographic hash functions that are collision resistant, which would exclude md5 and xxhash. Otherwise it's easy to get the wrong file from a hash.

If dvc tells me I got "data.csv with checksum 98ea6e4f216f2fb4b69fff9b3a44842c38686ca685f3f55dc48c5d3fb1107be4", I want to be confident that I have the right file, not one that's forged or unlucky. [wiki](https://en.wikipedia.org/wiki/Cryptographic_hash_function) lists some...

> (2) to make sure the DVC dev's don't force us to use a crypto hash (although a crypto hash should definitely be the default!) and will let us configure...

This looks really nice. Does it work for tasks distributed over threads as well?

I think it would be really useful for parallel long-running tasks. For example, it would be a nice improvement in the UX of parallel algorithms in Turing.jl.

It would be cool to have a full tree of hierarchical progress bars for hierarchical task trees, matching up with the move toward [structured concurrency](https://vorpus.org/blog/notes-on-structured-concurrency-or-go-statement-considered-harmful/) in https://github.com/JuliaLang/julia/issues/33248.

I have the same issue: opening certain files with ranger-find-file always closes emacs. Please let me know if you figure anything out.

> can take advantage of the @njsmith Did some words fall off in your original post?

FWIW I do rather like one feature of requiring `with` which hasn't been mentioned -- namely, it teaches me about how the system works. When I see `with`, I learn...