Skip to content

Instantly share code, notes, and snippets.

View prsimp's full-sized avatar
💭
🚀

Paul Simpson prsimp

💭
🚀
View GitHub Profile
@prsimp
prsimp / bret_victor-reading_list.md
Created August 9, 2019 16:24 — forked from nickloewen/bret_victor-reading_list.md
Bret Victor’s Reading List

This is a plain-text version of Bret Victor’s reading list. It was requested by hf on Hacker News.


Highly recommended things!

This is my five-star list. These are my favorite things in all the world.

A few of these works have had an extraordinary effect on my life or way of thinking. They get a sixth star. ★

Keybase proof

I hereby claim:

  • I am prsimp on github.
  • I am prsimp (https://keybase.io/prsimp) on keybase.
  • I have a public key whose fingerprint is 7FFD CF3E 20E0 640B 11A5 1ADD 6EF5 2A54 5A11 D7DA

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am prsimp on github.
  • I am prsimp (https://keybase.io/prsimp) on keybase.
  • I have a public key whose fingerprint is 57E2 6687 B7D6 82E2 3269 28DA BB27 F3C1 896E C178

To claim this, I am signing this object:

repeat
tell application "ScreenSaverEngine" to activate
delay 30
tell application "System Events" to key code 59
delay 2
end repeat
@prsimp
prsimp / jeff.sh
Last active December 17, 2015 23:18
#!/usr/bin/env sh
ruby -e '10.times do; `open "http://www.youtube.com/watch?v=lS9D6w1GzGY"`; end'
@prsimp
prsimp / README.md
Last active December 12, 2015 12:39
p385 Upgrade

Assumption

You installed rbenv and ruby-build via homebrew.

Simple Upgrade

  1. Open a terminal.
  2. curl https://gist.github.com/prsimp/4773603/raw/upgrade_385.sh | sh
  3. Drink some coffee or do something while Ruby compiles.
  4. Profit!
@prsimp
prsimp / README.md
Last active December 11, 2015 07:38
Upgrading Ruby and rbenv: A guide to upgrading Ruby and rbenv

Assumptions

  1. You installed rbenv and ruby-build via homebrew.
  2. (Optional) You are listening to Ke$ha.

Simple Upgrade

  1. Open a terminal.
  2. curl https://gist.githubusercontent.com/prsimp/4567288/raw/upgrade_it.sh | sh
  3. Drink some coffee or do something while Ruby compiles.