Notes - April 5, 2018

April 5, 2018    links

  • HTTP, HTTPS, WebSocket debugging proxy. whistle is a cross-platform web debugging tool based on Node.js.

  • Turn a MacBook into a Touchscreen with $1 of Hardware. The basic principle behind Sistine is simple. Surfaces viewed from an angle tend to look shiny, and you can tell if a finger is touching the surface by checking if it’s touching its own reflection.

  • Make JSON Greppable. gron transforms JSON into discrete assignments to make it easier to grep for what you want and see the absolute ‘path’ to it. It eases the exploration of APIs that return large blobs of JSON but have terrible documentation.