# F E E D ​ ​ T H E ​ ​ V O I D ![Useful Linux Tips: Run dd if=/dev/zero of=/dev/null to feed nothing to the void](/site-files/feed-the-void.png)

Witness the void consume zeroes for all eternity

--- This puts the output of `dd` into a file, which is then read and made into a webpage every second. It's just a [bodged](https://www.youtube.com/watch?v=lIFE7h3m40U)-together mess and it's super CPU-heavy, but it works* \* Disclaimer: No idea if this works, I'm from the past where the program wasn't done yet. ## Docker 1. Clone the repo - `git clone https://git.askiiart.net/askiiart/feed-the-void.git && cd feed-the-void` `docker run`: ```sh docker run -it --rm --restart unless-stopped -v .:/data registry.askiiart.net/askiiart/feed-the-void ``` `docker-compose.yml`: See [docker-compose.yml](docker-compose.yml)