User Controls

Posts by seventwo

  1. seventwo Yung Blood
    docker stop the world if docker is eating my cpu cycles. kills batches of 4 docker containers at a time.


    ```
    dstop () {docker ps | awk '{print$1}' | tail -n+2 | xargs -n 1 -P 4 docker stop }
    ```
  2. seventwo Yung Blood
    Last I checked, cash doesn't give me 4% cashback on dining.
  3. seventwo Yung Blood
    There's too much to support to capture everything. If you're looking into lexers and parsers, the canonical literature seems to always be the dragon book, but most people never read it. Start with a domain specific language and build from there. A good introduction: https://www.youtube.com/watch?v=zJ9z6Ge-vXs
Jump to Top