Skip to content
View choyer's full-sized avatar

Organizations

@Pixolium
Block or Report

Block or report choyer

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
choyer/README.md

πŸ––πŸ» Greetings. I'm Carl Hoyer

I'm a Technologist with skills in infrastructure engineering / development. I love the whirl and blinkenlights of baremetal just as much as problem solving, the command line, coding and great design. I am people focused.

Visits Badge GitHub followers Liberapay receiving

πŸ‘±πŸ»β€β™‚οΈ Bulletpoint Me

  • πŸ“ I'm based in the GTA, Ontario, Canada πŸ‡¨πŸ‡¦
  • πŸ–ŠοΈ I infrequently write things for my website.
  • πŸ”­ I’m currently working on reviving the ancient two-player game Rota ⚫️βšͺ️ for multiplayer online play.
  • πŸ€” Constantly expanding my knowledge on IaC, Hybrid Cloud Architecture, Go, Rust, and Cryptography.
  • πŸ› οΈ I’m looking to increase my contributions to open source projects.
  • ⛰️ I mountain & distance unicycle. πŸ§—πŸ»β€β™‚οΈ I rock climb. πŸŠπŸΌβ€β™‚οΈ I was a competitve swimmer long ago. πŸ₯Œ I also curl

πŸ›  My Skills Toolbox

bash gnu linux apple windows docker go git postgresql nginx html5 css3 sass npm gulp typescript affinity designer affinity publisher affinity photo

🫢🏻 Donations

If you find any of my work useful in your endeavours consider supporting their development by sponsoring me πŸ™ ...

πŸŒ•πŸŒ–πŸŒ—πŸŒ˜πŸŒ‘πŸŒ’πŸŒ“πŸŒ”

Pinned

  1. hyde hyde Public

    Forked from getzola/hyde

    My personal Zola take on https://github.com/poole/hyde

    SCSS

  2. carl.hoyer.ca carl.hoyer.ca Public

    Personal website

    CSS

  3. khu-usystem khu-usystem Public

    The U-system: an open-eded unicycle rating system originally created by Kris Holm

    JavaScript 1

  4. AWK/GAWK function to round float num... AWK/GAWK function to round float numbers to specified decimal place
    1
    function round(x, p,   s) {
    2
      # DESC:     Rounds float to the number of decimals specified
    3
      # ARGS:     x (required)  - number to round. float valid
    4
      #           p             - decimal place value rounded to
    5
      #                           defaults 1 if unspecified.