Philip Munksgaard
Philip Munksgaard
This feature would make it easier to support the workflow around LoadCredentials and friends as described here: https://systemd.io/CREDENTIALS/
I see some older work reference [PolyBench](https://web.cse.ohio-state.edu/~pouchet.2/software/polybench/). It doesn't look like it is still being maintained, but perhaps there are some interesting benchmarks in there never the less?
Now that we can [actually test futhark-benchmarks on our own machines](https://github.com/diku-dk/futhark/blob/master/.github/workflows/main.yml#L333-L355), perhaps we should do so in this repo as well?
This is a big one, but it would be nice to have some automated way of comparing e.g. the accelerate benchmarks to the reference implementations.
The [RSS standard](https://www.rssboard.org/rss-specification#optionalChannelElements) specifies that `pubDate` should follow the [RFC 822](https://www.w3.org/Protocols/rfc822/) format. The nixos.org feeds currently use "UTC" as the time zone, but that zone is not strictly supported by...
Imagemagick supports the [`-monitor` flag](https://imagemagick.org/script/command-line-options.php#monitor) for reporting progress when converting files. The output looks something like this: ``` $ magick convert -monitor -auto-orient myfile.png myfile.webp load image/[myfile.jpeg]: 1223 of 1224,...
Documentation here: https://z3prover.github.io/api/html/group__capi.html#ga8414506c805caa171f0c1fe29f9f9612
When trying to run [the quickstart example](https://hexdocs.pm/instructor/quickstart.html) in my local livebook, I get this error: ``` Could not compile :instructor, no "mix.exs", "rebar.config" or "Makefile" (pass :compile as an option...
Specifying a single founder, doing a series a and then exiting, I get NaN as the result: https://www.fundingsimulator.com/?data=BzUba%2Bf%3BFoo+Corp%3BJohn%2C100%3Bp%2CSeries+A%2C10000000%2C50000000%2C10%2C1%2C%3B100000000%2C20 
I am looking to set up pganalyze on my Nix-based system. Unfortunately, due to the way I am handling secrets, I cannot directly provide the password in an environment variable...