🪿
Specializing in slightly above amateur use of #!/usr/bin/env bash
- Earth
-
06:33
(UTC -05:00) - https://goose.ws
Pinned Loading
-
bash-scripts
bash-scripts PublicA collection of bash scripts I've hacked together over time
-
docker-watcher
docker-watcher PublicA simple Alpine docker image of about 80 MB which can be used to run paleg/Watcher.
Shell
-
Usage is: ./tiny-video.bash "/path/t...
Usage is: ./tiny-video.bash "/path/to/input/file.mkv" "/path/to/output/file.mp4" 1#!/usr/bin/env bash
23target_size=$(( 6 * 1000 * 1000 * 8 )) # 6MB
4length="$(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "${1}")"
5length_round_up=$(( ${length%.*} + 1 ))
-
Lore of Evolve
Lore of Evolve 1*Foreword: This work is originally by [Matt Colville](https://twitter.com/mattcolville). It's the lore to the 2015 video game [Evolve](https://en.wikipedia.org/wiki/Evolve_(video_game)). The lore originally was posted on the game's forums, which have since been taken down and are no longer accessible. Fearing that this could someday happen, I archived a copy of the lore. I formatted it to look pretty in a gist, and corrected the few mis-spelled words I came across. Otherwise, it is all Matt's work, the order of the stories, emphasis with bold, italics, images, and all. I'll try to keep this alive indefinitely, via [Gist](https://gist.github.com/goose-ws/0bcf66d59f1dfc62469b3c5a04293132), as well as a copy on [my personal server](https://goose.ws/evolve-lore/). Enjoy.*
23---
45"So we're going down there?" Val asked.
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.