Skip to content

Instantly share code, notes, and snippets.

View amcasari's full-sized avatar

amcasari amcasari

View GitHub Profile
@amcasari
amcasari / good-enough-research-skim.md
Last active September 26, 2022 21:54
Reading research the good enough way

How to read research the good enough way

There are many, many, many, many opinions on how to read research papers.

Here is my introduction to how to read enough of a paper to know whether you want to read more.

1. Check the source

  • Where did this version of a paper come from?
  • Has anyone outside the authors reviewed this work?
  • Who is providing funding for this work?
@amcasari
amcasari / standard-sql-table-ranges.sql
Created July 3, 2021 00:10
updated table-ranges.sql for gharchive.org
/* count number of pushes between Jan 1 and Jan 5 */
SELECT
COUNT(*)
FROM `githubarchive.day.2015*`
WHERE
type = 'PushEvent'
AND (_TABLE_SUFFIX BETWEEN '0101' AND '0105')
/* count number of watches between Jan~Oct 2014 */
SELECT COUNT(*)
@amcasari
amcasari / amcasari-tech-management-bits.md
Last active January 11, 2021 14:42
amcasari's tech management theories, lemmas, and corollaries

my core values

  • Enable a growth mindset
  • A team is more than a collection of individuals
  • Sustainability is always a priority
  • Give cover for calculated risks
  • Build soapboxes, shine spotlights

on working with me (and space i’ll definitely give you)

  • I work spiky :) This is sometimes due to personal commitments, community organization work, talks, coffees, my brain getting interrupted by things that are not
@amcasari
amcasari / save_clever_jupyter_tricks.txt
Created November 13, 2017 05:05
save your clever tricks before you delete them forever
## How to save my cell into a clever trick:
%%writefile -a python_clever_tricks.py
@amcasari
amcasari / foo-books-2016.md
Last active August 7, 2020 14:52 — forked from ascott1/foo-books-2016.md
Books recommendations from 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