Some hastily compiled resources for a class on computer ethics. Suggestions/improvements welcome.
Some interesting books by contemporary figures:
Some hastily compiled resources for a class on computer ethics. Suggestions/improvements welcome.
Some interesting books by contemporary figures:
brew install gnupg, pinentry-mac
(this includes gpg-agent and pinentry)
Generate a key: $ gpg --gen-key
Take the defaults. Whatevs
Tell gpg-agent to use pinentry-mac:
$ vim ~/.gnupg/gpg-agent.conf
To get this working, you'll need the [live-streaming software from RICOH][1]. Install that and follow the [live video instructions][2] to connect your camera to your computer and have it show up as a video source.
If you're on a Mac, you can open up the FaceTime app and test it by picking "THETA UVC Blender" from the Video menu.
Once all of that is working, open up index.html and you should see the video rendered on the inside of a sphere that you can rotate around. Use the mouse to click and drag to move the camera around and the mouse wheel to zoom in and
Presenter: Kyle Drake (@kyledrake) - founder, neocities.org
#!/usr/bin/env zsh | |
# ./day.sh month_number morning_day evening_day zoom_level | |
# Strictly alpha: for example, does not know how to handle | |
# month edges or unscheduled missing images. | |
set -eu | |
year=$1 |
from skimage import io, filters | |
import numpy as np | |
import sys | |
# ./hi8-deband.py input.png output.png | |
# Cherrypicked sample before/after: http://basecase.org/2016/1/hi8corr | |
''' | |
Himawari-8 has slight noise along scanlines. It seems basically uncorrelated | |
between rows, and varies smoothly on the scale of about 100 columns. |
Here’s how to make animations like this one. It requires intermediate Unix command-line knowledge, to install some tools and to debug if they don’t work. You’ll need these utilities:
curl
(or you can translate to wget
)convert
and montage
, part of ImageMagickffmpeg
, plus whatever codecsparallel
, for iteration that’s nicer than shell for loops or xargs
zsh
for leading 0s in numerical ranges to workredis: | |
image: redis | |
ports: | |
- "6379:6379" | |
# Create the koop databause with the following command: | |
# docker exec b5c14ac0d764 psql -U postgres -c "CREATE DATABASE koop TEMPLATE template_postgis;" | |
postgis: | |
image: kpettijohn/postgis:9.3 | |
ports: |