Skip to content

Instantly share code, notes, and snippets.

View micahwalter's full-sized avatar
👋

Micah Walter micahwalter

👋
View GitHub Profile
@micahwalter
micahwalter / about.md
Created January 14, 2013 03:48
my about page

Work of Meta-Art in the Age of Generative Reproduction

The vortex creates, the chaos permeates. In the material artifice, art objects are deprecations of the iterations of the vortex — a vortex that uses the chaos as a machine to enmesh ideas, patterns, and emotions. With the synergy of the electronic environment, the vortex is conceiving a point where it will be free from the chaos to consume immersions into the machinations of the delphic artifice. Work of Meta-Art in the Age of Generative Reproduction contains 10 minimal dhtml engines (also refered to as “clipper chips”) that enable the user to make shiny audio/visual compositions.

  • measuring chains, constructing realities
  • putting into place forms
  • a matrix of illusion and disillusion
  • a strange attracting force
  • so that a seduced reality will be able to spontaneously feed on it

Aaron and I did a thing at this year's Museum Computer Network conference in Seattle. his slides are on his website now. I am insanely exhausted and looking forward to #drinkingaboutmuseums sometime soon in NYC!

Enjoy!

Hi, my name is Micah Walter, and I'm the webmaster at the Cooper-Hewitt, National Design Museum.

<?php
loadlib("mission_integers_api");
loadlib("brooklyn_integers_api");
loadlib("london_integers_api");
########################################################################
function artisinal_integers_create () {
@micahwalter
micahwalter / example-config.php
Created July 17, 2012 00:30
Sample config file for flamework on Appfog
<?
#
# $Id$
#
$GLOBALS['cfg'] = array();
$GLOBALS['cfg']['site_name'] = 'flamework';
$GLOBALS['cfg']['site_disabled'] = 0;
@micahwalter
micahwalter / gist:2635715
Created May 8, 2012 14:41
random banners
<?php
$banners = array();
$banners[] = '<a href="#">Banner 1</a>';
$banners[] = '<a href="#">Banner 2</a>';
$banners[] = '<a href="#">Banner 3</a>';
shuffle($banners);
echo $banners[0];
?>
@micahwalter
micahwalter / .htaccess
Created May 2, 2012 21:19
htaccess for phpfog
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{HTTP_HOST} ^www.micahwalter.com [NC]
RewriteRule ^(.*)$ http://micahwalter.com/$1 [L,R=301]
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
@micahwalter
micahwalter / wp-config.php
Created May 2, 2012 21:14
wp-config for mamp and phpfog
<?php
/**
* The base configurations of the WordPress.
*
* This file has the following configurations: MySQL settings, Table Prefix,
* Secret Keys, WordPress Language, and ABSPATH. You can find more information
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
* wp-config.php} Codex page. You can get the MySQL settings from your web host.
*
* This file is used by the wp-config.php creation script during the
<?php
// Include the SDK
require_once 'awssdk/sdk.class.php';
$sdb = new AmazonSDB();
$domain = 'collection-wall-beta';
$next_token = null;
$page = 0;
@micahwalter
micahwalter / gist:1571750
Created January 6, 2012 18:18
.htaccess rewrite rules
RewriteEngine on
RewriteCond %{HTTP_HOST} ^campana.cooperhewitt.org [NC]
RewriteRule ^(.*)$ http://archive.cooperhewitt.org/campana/campana.cooperhewitt.org/$1 [R=301,L]
@micahwalter
micahwalter / gist:1528607
Created December 28, 2011 16:42
wget scraping
$ wget -rH -Dserver.com http://www.server.com/