Skip to content

Instantly share code, notes, and snippets.

View thewoolleyman's full-sized avatar

Chad Woolley thewoolleyman

View GitHub Profile
@thewoolleyman
thewoolleyman / thing-of-the-week.md
Last active October 4, 2019 17:35 — forked from lalunamel/thing-of-the-week.txt
Thing of the week

Thing of the week!

Start meetings or pairing by seeing how folks are doing, feelings-wise

Everybody's got stuff goin' on outside of work. That effects what we've got goin' on inside of work, whether you want it to or not.

Take a moment as you being a meeting or start pairing to check in with folks and see how they're doing.

Notice who you're inviting to stuff and how you invite them.

@thewoolleyman
thewoolleyman / thing_of_the_week.md
Created March 13, 2018 13:36 — forked from lalunamel/thing_of_the_week.md
Thing of the Week blog post

Combating bias and promoting inclusion in the workplace is something we can all agree needs to happen. The question, then, is how?

The way I see it, there are two directions from which change can come: from the top, or from the bottom. Changes from the top come in the form of new HR policies, training, or declarations for more diversity and inclusion work (all of which Pivotal is already doing). Changes from the bottom are a change in culture and a realization that every interaction matters.

What is Thing of the Week?

With

@thewoolleyman
thewoolleyman / stdout_and_stderr_examples.md
Created March 8, 2018 21:48
STDOUT and STDERR examples

helpful one-liner examples for testing STDOUT and STDERR:

Print only stdout: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 2>/dev/null

Print only stderr: ruby -e 'i=$stderr.puts("err"); $stderr.flush; $stdout.puts("out"); $stdout.flush; exit' 1>/dev/null

@thewoolleyman
thewoolleyman / how_to_ask_for_help.md
Last active March 12, 2025 04:01
How To Ask For Help

March 2025 Update: It was many years ago when I originally composed the advice and collected links below, before the Age of AI.

Now, everything has changed. There are vastly knowledgable entities at your constant disposal, to ask any question you want, whenever you want, and they can usually give you a very good answer (and occasionally a very incorrect one).

@thewoolleyman
thewoolleyman / haskell_precedence_and_associativity.md
Last active January 6, 2023 12:52
Haskell Precedence and Associativity

Haskell Precedence and Associativity

Operator precedence vs. operator associativity:

Operator Precedence

...describes the nesting order of compound expressions of different operator types.

Operator Associativity

@thewoolleyman
thewoolleyman / github-graphql-commits-by-ref
Last active October 14, 2021 07:21
github-graphql-commits-by-ref
query {
repository(owner: "pivotaltracker", name: "tracker") {
refs(refPrefix: "refs/heads/", first: 100) {
totalCount
pageInfo {
hasNextPage
}
edges {
node {
name
@thewoolleyman
thewoolleyman / spacemacs-cheatsheet.md
Last active April 18, 2017 06:24
Spacemacs Cheatsheet

GUI Menu

  • F10 (linux)

Opening

Directories

  • SPC-f-d (dired-jump)

Searching Projects

Find and Replace