Skip to content

Instantly share code, notes, and snippets.

View dphiffer's full-sized avatar

Dan Phiffer dphiffer

View GitHub Profile

EPA Meets EPA:
Who: Environmental Performance Agency
What: Campaign Kickoff : Nominate Mugwort for EPA Science Advisory Board
When: Friday, June 15, 2018
Where: gather at 2 pm Transformer Gallery, 1404 P Street NW, Washington DC, arrive 3 pm US EPA Offices, Federal Triangle, 12th & Constitution Ave., NW

Environmental Performance Agency kicks off 2018 campaign to nominate Mugwort (Artemisia vulgaris) for US EPA Science Advisory Board

The Environmental Performance Agency’s Department of Weedy Affairs officially kicks off its 2018 campaign for the nomination of Mugwort (Artemisia vulgaris) to the US EPA Science Advisory Board at 2pm on June 15, 2018 at Transformer, 1404 P Street, NW, Washington DC.

@dphiffer
dphiffer / alexa.md
Last active May 14, 2018 22:21
Email to an Amazon recruiter (Re: "Alexa, Let's Try Again")

Hi ███████,

Somehow your other emails didn't register, but I did want to write and let you know that I'm not interested. Thanks for writing though, I do appreciate that I made it through your filters.

The reason I'm not interested in working on Alexa (and other similar IoT devices) is I think they are irresponsible outside of narrowly bracketed vision-impairment accessibility situations. The trade-off of privacy for convenience is only really possible for specific groups of very privileged people.

More generally, I don't think Amazon treats its warehouse workers very well, and I would feel bad being complicit in their continued mistreatment. The HQ2 effort to minimize tax exposure, followed by public statements by your CEO about how he's deciding how to spend his "winnings" would make me feel ashamed to call myself an Amazon employee.

I don't write this because I think you are going to fix these things, but because I think it's my responsibility to help push back on abusive business practices. You need

Mozilla/NSF WINS

TEAM MEMBERS:

For each member of your team, please provide: full name; email address; a brief bio, which includes their role on the team (i.e. “designer”); and, links to any additional background information (optional). 5000 chars

Dan Phiffer [email protected]

Dan is a programmer and artist working to make computing more just and humane. He works on the data team at Mapzen and is an Impact Resident at Eyebeam Art + Technology Center. Dan is also in the process of co-founding Smol Data, a worker-owned platform cooperative.

@dphiffer
dphiffer / boilerplate.html
Last active January 10, 2019 16:08
Boilerplate web page
<!DOCTYPE html>
<html>
<head>
<!--
This is for the Unicode. Do not fuck with the Unicode.
-->
<meta charset="UTF-8">
<!--
This will make your shit work on a phone.
@dphiffer
dphiffer / uber.md
Last active January 11, 2019 18:15
Re: Working For Uber - Let's Connect!

#2016
#2017
#adulting
#alltheplaces
#batzen
#bearzen
#beezen

#best-of-wikipedia
#bikes
#bookzen

@dphiffer
dphiffer / backup-exclude.txt
Created December 12, 2017 18:29
rsync backup
**/Library/Developer
**/Library/Logs
**/Library/Caches
**/Library/Mail
**/Library/com.apple.nsurlsessiond
**/Library/Accounts
**/Library/Address?Book?Plug-Ins
**/Library/Assistant
**/Library/Calendars
**/.cache
@dphiffer
dphiffer / mov2gif_zsh_function.sh
Created December 8, 2017 15:42
Converting Quicktime screencapture MOVs into GIFs
function mov2gif() {
name=`basename -s .mov $1`
echo "$1 => $name.gif"
ffmpeg -i "$1" -vf scale=980:-1 -pix_fmt rgb24 -r 10 -f gif - | gifsicle --optimize=2 --delay=6 > "$name.gif"
}
@dphiffer
dphiffer / org.phiffer.lunchbreak-end.plist
Created October 13, 2017 17:55
distractionland configs
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>Label</key>
<string>org.phiffer.lunchbreak-end</string>
<key>ProgramArguments</key>
<array>
<string>/usr/local/bin/disable-distractions</string>
</array>
@dphiffer
dphiffer / hosts.txt
Last active September 27, 2017 22:06
/etc/hosts
127.0.0.1 localhost
255.255.255.255 broadcasthost
::1 localhost
# Comment this out to enable distractions
# Inspired by: http://etc.rheumatictangle.net/2017/09/26/launchd-daemon-to-block-social-media-on-macos/
127.0.0.1 facebook.com twitter.com instagram.com mltshp.com