Skip to content

Instantly share code, notes, and snippets.

View ascott1's full-sized avatar

Adam Scott ascott1

View GitHub Profile
type User {
name: String!
highlights: [Highlight!]
}
type Highlight {
content: String!
users: [User!]
}
pandoc -s --atx-headers -t asciidoc -o out.adoc in.md
@ascott1
ascott1 / reg-c.md
Created October 18, 2018 14:54
Regulation C

§ 1005.1 Authority and purpose.

{a} (a) Authority. The regulation in this part, known as Regulation E, is issued by the Bureau of Consumer Financial Protection (Bureau) pursuant to the Electronic Fund Transfer Act (15 U.S.C. 1693 et seq.). The information-collection requirements have been approved by the Office of Management and Budget under 44 U.S.C. 3501 et seq. and have been assigned OMB No. 3170-0014.

{b} (b) Purpose. This part carries out the purposes of the Electronic Fund Transfer Act, which establishes the basic rights, liabilities, and responsibilities of consumers who use electronic fund transfer and remittance transfer services and of financial institutions or other persons that offer these services. The primary objective of the act and this part is the protection of individual consumers engaging in electronic fund transfers and remittance transfers.

§ 1005.2 Definitions.

nvm install 6
nvm use 6
npm install -g grunt-cli
npm install
grunt
@ascott1
ascott1 / 2017favs.md
Last active December 15, 2017 14:37

Albums I Liked Best in 2017

These aren’t necessarily the best albums of the year, but are the ones that I most enjoyed.

  • Big Thief - Capacity
  • Cigarettes After Sex - s/t
  • Father John Misty - Pure Comedy
  • Jay Som - Everybody Works
  • Chuck Johnson - Balsams
  • Iron & Wine - Beast Epic
(function() {
if (!('visibilityState' in document)) {
return false;
}
// rest of your code
}());

Favorite albums of 2016

Made without much thought or deliberation. In no particular order:

  • Frank Ocean - Blonde
  • Lambchop - FLOTUS
  • Kevin Morby - Singing Saw
  • Mitski - Puberty 2
  • Whitney - Light Upon the Lake
  • Car Seat Headrest - Teens of Denial
@ascott1
ascott1 / gist:a02f52918bf079a92f5648cb68a0cce7
Created August 28, 2016 16:49
The levels of internet privacy
These are some steps that user's can take to retain privacy online. These aren't perfect, but aim to strike a balance between privacy and usability.
## Level 1
- Enable Do Not Track in your browser
- Use a tracker blocking plugin such as Privacy Badger or Ghostery
- Use the HTTPS Everywhere browser extension
## Level 2
@ascott1
ascott1 / tinfoil.md
Last active February 25, 2019 13:31
The levels of internet privacy

These are some steps that users can take to retain privacy online. These aren't perfect, but aim to strike a balance between privacy and usability.

Level 1

  • Enable Do Not Track in your browser
  • Use a tracker blocking plugin such as Privacy Badger or Ghostery
  • Disable third-party cookies
  • Use the HTTPS Everywhere browser extension
@ascott1
ascott1 / foo-books-2016.md
Last active May 1, 2018 14:58
A list of books recommended to me at Foo Camp 2016
  • How We Got Here: A Slightly Irreverent History of Technology and Markets by Andy Kessler
  • Running Money: Hedge Fund Honchos, Monster Markets and My Hunt for the Big Score by Andy Kessler
  • Makers and Takers: The Rise of Finance and the Fall of American Business by Rana Foroohar
  • Nixonland: The Rise of a President and the Fracturing of America by Rick Perlstein
  • The Day of the Triffids by John Wyndham
  • Crucial Conversations: Tools for Talking When Stakes Are High by Kerry Patterson and Joseph Grenny
  • Getting to Yes: Negotiating Agreement Without Giving In by Roger Fisher and William L. Ury
  • Nonviolent Communication: A Language of Life, 3rd Edition: Life-Changing Tools for Healthy Relationships by Marshall B. Rosenberg
  • Getting More: How You Can Negotiate to Succeed in Work and Life by Stuart Diamond
  • Understanding Context: Environment, Language, and Information Architecture by Andrew Hinton