Skip to content
View goose-ws's full-sized avatar
🪿
🪿
Block or Report

Block or report goose-ws

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. bash-scripts bash-scripts Public

    A collection of bash scripts I've hacked together over time

    Shell 5 3

  2. docker-watcher docker-watcher Public

    A simple Alpine docker image of about 80 MB which can be used to run paleg/Watcher.

    Shell

  3. 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
    2
    
                  
    3
    target_size=$(( 6 * 1000 * 1000 * 8 )) # 6MB
    4
    length="$(ffprobe -v error -show_entries format=duration -of default=noprint_wrappers=1:nokey=1 "${1}")"
    5
    length_round_up=$(( ${length%.*} + 1 ))
  4. 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.*
    2
    
                  
    3
    ---
    4
    
                  
    5
    "So we're going down there?" Val asked.