Skip to content

Instantly share code, notes, and snippets.

View stuartsaunders's full-sized avatar
👋

Stuart Saunders stuartsaunders

👋
View GitHub Profile
@stuartsaunders
stuartsaunders / README.md
Created September 9, 2020 17:32 — forked from jesstelford/01-shape-up-to-kindle.md
Read SHAPE UP by basecamp in a single page or on a Kindle

Read Shape Up by basecamp in a single page

Basecamp's new book Shape Up is now available online (https://basecamp.com/shapeup) to read page-by-page.

To read it all in a single page:

  1. Go to the first chapter: https://basecamp.com/shapeup/0.1-foreword
  2. In the URL bar, type javascript:
  3. Paste in this single line of JavaScript (so the URL bar looks like javascript:var style=do...)
@stuartsaunders
stuartsaunders / keybase.md
Created October 27, 2019 18:50
Keybase proof

Keybase proof

I hereby claim:

  • I am stuartsaunders on github.
  • I am stuartsaunders (https://keybase.io/stuartsaunders) on keybase.
  • I have a public key ASBvdtGxPLybp-OhfanqKse9sYQ7WWrrMbkwxEGId27Ynwo

To claim this, I am signing this object:

IRB.conf[:PROMPT_MODE] = :SIMPLE
IRB.conf[:AUTO_INDENT_MODE] = true
begin
require 'rubygems'
rescue LoadError => err
warn "Couldn't load Rubygems: #{err}"
end
begin