Skip to content
View david-cako's full-sized avatar
💫
💫

Organizations

@transistorsoft @GoCodeColorado @drip-eng @Public-Works-Cooperative

Block or report david-cako

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.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

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

Report abuse

Pinned Loading

  1. cako.io cako.io Public

    https://cako.io

    CSS

  2. Container Ethos Container Ethos
    1
    A retrospective on containerization 
    2
    and a wishlist for the future.
    3
    
                  
    4
    ### Why Use Docker?
    5
    Docker was introduced to me during my very first time writing software at a company that built embedded systems.  It was a more obscure use case, but not unheard of: we were building images and binaries for embedded systems and I learned how important it is to have an architecturally similar, [reproducible](https://en.wikipedia.org/wiki/Reproducible_builds) development environment for [cross compilation](https://en.wikipedia.org/wiki/Cross_compiler).  Turns out, you can't necessarily just tell a compiler to output a static Linux binary from your Mac.  It wouldn't have occurred to me before, as with many incredibly interesting things about software that I learned there from a real systems genius, someone with a background in storage and hardware engineering that, as best as I could tell, knows everything about Mac and Linux.  Truly a glowing summer season in my life.
  3. T430-Hackintosh T430-Hackintosh Public

    Fully functional Lenovo T430 Hackintosh with discrete NVS5400M graphics.

    Shell 74 9

  4. The Spring 2026 Marathon The Spring 2026 Marathon
    1
    I've entered into a season of rapid iteration beginning on the 27th of March.  This marathon has consisted of:
    2
    - Completely re-architecting the front end of my website into a lightning fast web app with client-side hydration and instant page navigation.
    3
    - Building an internal deployment tool called `io.sh` that orchestrates cloud instances from service definition shell scripts and templated configuration.  100% bash/zsh.
    4
    - Containerizing my cloud instances for local development using Ghost blog's new Docker workflow.
    5
    
                  
  5. scrobble-shelf scrobble-shelf Public

    Create interactive album walls from last.fm scrobble stats.

    JavaScript 4 1

  6. Bash Magic Bash Magic
    1
    It's platform native, right?
    2
    
                  
    3
    Use it for everything, if you want.
    4
    
                  
    5
    There's a lot of different ways to do things because you're mostly running actual system utilities with a bunch of variable substitution.