Skip to content

Instantly share code, notes, and snippets.

View ungoldman's full-sized avatar
🤔
💭

Nate Goldman ungoldman

🤔
💭
View GitHub Profile
@ungoldman
ungoldman / computer-ethics.md
Last active September 14, 2023 09:18
Resources on Computer Ethics
@bcomnes
bcomnes / git-gpg.md
Last active December 14, 2024 13:50
my version of gpg on the mac
  1. brew install gnupg, pinentry-mac (this includes gpg-agent and pinentry)

  2. Generate a key: $ gpg --gen-key

  3. Take the defaults. Whatevs

  4. Tell gpg-agent to use pinentry-mac:

    $ vim ~/.gnupg/gpg-agent.conf 
    
@visnup
visnup / README.md
Last active September 18, 2017 02:25
RICOH THETA S live 360º video stream rendering in Chrome via WebGL and a <video> texture

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

@rjz
rjz / completely-distributed-web-futuretalk.md
Created March 15, 2016 02:15
The completely distributed web - Kyle Drake

The Completely Distributed Web

Presenter: Kyle Drake (@kyledrake) - founder, neocities.org


Cryptography - check against government power

  • Conversations lately are talking about "crypto wars 2.0" (Schneier, et. al)
  • Mid '90s, crypto was weak and bad - maybe deliberate to facilitate brute-force hacking by state-sponsored players
#!/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.
http://deep.design/the-hamburger-menu/
https://lmjabreu.com/post/why-and-how-to-avoid-hamburger-menus/
http://www.catalystnyc.com/2015/02/navigating-mobile-hamburger-menu-anyone-get/
http://exisweb.net/mobile-menu-abtest
http://exisweb.net/menu-eats-hamburger
http://mor10.com/hamburger-bad/
https://www.newfangled.com/user-experience-mobile-menus-and-nav-burgers/
http://techcrunch.com/2014/05/24/before-the-hamburger-button-kills-you/
http://www.theatlantic.com/product/archive/2014/08/the-hamburger-menu-debate/379145/
http://blog.manbolo.com/2014/06/30/apple-on-hamburger-menus
@celoyd
celoyd / hi8-anim-howto.md
Last active August 1, 2022 15:37
A way to make Himawari-8 animations

Himawari-8 animation tutorial

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 ImageMagick
  • ffmpeg, plus whatever codecs
  • parallel, for iteration that’s nicer than shell for loops or xargs
  • run everything in zsh for leading 0s in numerical ranges to work
@kpettijohn
kpettijohn / docker-compose.yml
Last active August 29, 2015 14:27
Docker Compose
redis:
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:
@max-mapper
max-mapper / oregon.geojson
Created June 22, 2015 05:14
Oregon data from recreation.gov
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.