Skip to content

Instantly share code, notes, and snippets.

View kentbrew's full-sized avatar

Kent Brewster kentbrew

View GitHub Profile

Always, Forever, Because They Are Awesome:

  • Oxford commas.
  • Two spaces after a period.
  • "Web site," not "website."

Never, Not Ever, Because They Are Weak:

  • "Sentence case" in headlines.
  • Passive voice.
@kentbrew
kentbrew / commentary.md
Created March 3, 2014 04:02
Let's see if we can sneak some comments onto GitHub Pages

Anything to say? Fire away.

@kentbrew
kentbrew / keybase.md
Created March 15, 2014 04:00
Proving who I am to keybase.io

Keybase proof

I hereby claim:

  • I am kentbrew on github.
  • I am kentbrew (https://keybase.io/kentbrew) on keybase.
  • I have a public key whose fingerprint is 8A16 CC9B E6CF 0EDF E094 0437 E106 FDD1 3C58 D8E5

To claim this, I am signing this object:

@kentbrew
kentbrew / bittorrent_camera_backup.md
Last active August 29, 2015 13:58
Camera Backup in BitTorrent Sync

Camera Backup in BitTorrent Sync

  • Enable Camera Backup on your device.

  • E-mail the secret to yourself.

  • Get something like this

    Hi,

    You’ve been sent a secret to backup photos from Bob’s iPhone: DEADF00B2MNL3KYCDEIZVGALTK4VJ7I

@kentbrew
kentbrew / cpexamples.md
Last active August 29, 2015 14:00
Forty Examples of Christian Privilege

Forty Examples of Christian Privilege

As rescued from the Internet Archive's copy of http://pirate.shu.edu/~schlosle/cpexamples.htm

  1. It is likely that state and federal holidays coincide with my religious practices, thereby having little to no impact on my job and/or education.
  2. I can talk openly about my religious practices without concern for how it will be received by others.
  3. I can be sure to hear music on the radio and watch specials on television that celebrate the holidays of my religion.
  4. When told about the history of civilization, I am can be sure that I am shown people of my religion made it what it is.
  5. I can worry about religious privilege without being perceived as "self-interested" or "self-seeking."
  6. I can have a "Jesus is Lord" bumper sticker or Icthus (Christian Fish) on my car and not worry about someone vandalizing my car because of it.
@kentbrew
kentbrew / getMultiLineString.md
Last active August 29, 2015 14:03
Multi-Line Strings in JavaScript

Multi-line strings in JavaScript

Playing around with concepts shown by Sindre Sorhus in https://github.com/sindresorhus/multiline, which had some optimizations that confused me about the idea's basis.

Paste me into your JavaScript console:

var getMultiLineString = function(func) { 
  var ret, str, temp;

ret = '';

@kentbrew
kentbrew / disableBackswipeNav.md
Last active August 29, 2015 14:05
Tip: OSX: Chrome: disable annoying backswipe navigation

Tip: OSX: Chrome: disable annoying backswipe navigation

In Terminal, go like this:

defaults write com.google.Chrome AppleEnableSwipeNavigateWithScrolls -bool false

From Sindre Sorhus, via Twitter

@kentbrew
kentbrew / glint.html
Last active August 29, 2015 14:07
Glint 1.0
<!doctype html>
<html>
<head>
<title>Glint 1.0</title>
<style>
body {
font-family: monospace;
}
</style>
</head>
@kentbrew
kentbrew / plonkify.txt
Last active August 29, 2015 14:09
The beginnings of a Twitter plonk list.
113137765 TheRalphRetort
6160792 Nero
358545917 PlayDangerously
816532555 FartToContinue
2275538935 RogueStarGamez
83339474 _icze4r
2764897681 RealVivianJames
2353828890 woundedhussar
<!doctype html>
<html>
<head>
<title>What / Where</title>
<meta charset="UTF-8">
<style>
body {
font-family: Verdana;
text-align: center;
}