Christopher Jefferson

Results 64 issues of Christopher Jefferson

In https://nix.dev/tutorials/ad-hoc-developer-environments.html#towards-reproducibility , nixpkgs is explictly set to an archive link. It would be nice if it was described how to get this link -- even better if nix had...

On https://nix.dev/tutorials/install-nix.html WSL2 (the latest version of WSL on Windows) doesn't have systemd, so I need to pass --no-daemon . I don't have a WSL install to test if that...

Why do you show vpack with gzip, but not JSON with gzip (especially as JSON tends to gzip very well)

I have recently discovered some hash functions perform poorly on arithmetic operations on hashes, For example on the FNV1a family, if I hash 32-bit integers, then if a+b=c+d, then f(a)+f(b)=f(c)+f(d)....

enhancement

I think pill 3 should have a bit more detail on how to search for, and install, software. I couldn't motivate myself to carry on to later pills, when as...

I'm sure this is a FAQ, but I can't find it anywhere! I find it very annoying that when my phone and dropbox get out of sync, the only presented...

bug
sync

blog/single.html contains a box which talks about "Redactor, Grafs and Kube". I can obviously delete this, but I feel like this shouldn't be in the theme if it's for general...

Notice how the ghcr "master" image is the last release of conjure (from 2019). ``` caj/ $ docker run ghcr.io/conjure-cp/conjure:master conjure --version Conjure: The Automated Constraint Modelling Tool Release version...

I'm not 100% sure this is even valid (I'm mixing sequences and matrices), but it tells me "this should never happen" :) ``` language Essence 1.3 find ixmat: set of...

If after solving a problem you write: rm conjure-output/* Then future calls to conjure to solve the same problem always give no solutions. I guess this is because that line...