Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/2mol/zurihac2022


https://github.com/2mol/zurihac2022

Last synced: 26 days ago
JSON representation

Awesome Lists containing this project

README

        

# ZuriHac 2022 funtimes

- PR: [Do not use O_NONBLOCK on regular files](https://gitlab.haskell.org/ghc/ghc/-/merge_requests/7986)
- Execution time and memory usage in REPL (cabal repl or ghcid): `:set +s`.
- create a random file with either of these commands:
- binary: `head -c 1G /dev/urandom > randomfile`
- ascii: `openssl rand -out randomfile -base64 $(( 2**30 * 3/4 ))`