Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/2mol/zurihac2022
https://github.com/2mol/zurihac2022
Last synced: 26 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/2mol/zurihac2022
- Owner: 2mol
- Created: 2022-06-12T11:21:05.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T11:34:30.000Z (over 2 years ago)
- Last Synced: 2024-10-30T08:23:54.689Z (2 months ago)
- Language: Haskell
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 ))`