Skip to content

Instantly share code, notes, and snippets.

@eliath
eliath / theme.js
Created July 17, 2018 15:44
preferred default theme: colors, fonts, & sizing
const theme = {
font: {
sans: [
'-apple-system',
'system-ui',
'BlinkMacSystemFont',
'"Segoe UI"',
'Helvetica',
'Arial',
'sans-serif',
@eliath
eliath / DuxTemplate.js
Last active December 19, 2017 05:33
Dux Template
import update from 'immutability-helper'
import { createSelector } from 'reselect'
export const prefix = 'componentPrefix'
/* Action Types */
export const ACTION = `${prefix}/ACTION`
/* Actions */
export const doAction = param =>
@eliath
eliath / deep-learning-syllabus.md
Created November 13, 2017 15:55
Recommended online materials for engineers looking to learn more about Deep Learning. I compiled this list from assorted recommendations from top ML engineers at Twitter, NVIDIA, Tesla, and others.
@eliath
eliath / keybase.md
Created November 3, 2017 21:19
Keybase Verification

Keybase proof

I hereby claim:

  • I am eliath on github.
  • I am eliath (https://keybase.io/eliath) on keybase.
  • I have a public key ASBrL3sdMNt1xl3beLG5w036fPCBe2Xzc4JjX-MfPUq2oQo

To claim this, I am signing this object:

@eliath
eliath / keef.sh
Created April 19, 2017 20:19
Chief Keef intro from "Love Sosa"
#!/usr/bin/env bash
# macOS only
RANT="say Fuckers in school telling me, always in the barber shop Chief Keef aint bout this, Chief Keef aint bout that My boy a BD on fucking Lamron and them He, he they say that nigga dont be putting in no work SHUT THE FUCK UP! Yall niggas aint know shit All ya motherfuckers talk about Chief Keef aint no hitta Chief Keef aint this Chief Keef a fake SHUT THE FUCK UP Yall dont live with that nigga Yall know that nigga got caught with a ratchet Shootin at the police and shit Nigga been on probation since fuckin, I dont know when! Motherfuckers stop fuckin playin him like that Them niggas savages out there If I catch another motherfucker talking sweet about Chief Keef Im fucking beating they ass! Im not fucking playing no more You know those niggas roll with Lil Reese and them"
keef() {
while true; do
say "$RANT"
sleep 3600
done
}