Skip to content

Instantly share code, notes, and snippets.

@boxysean
boxysean / rhi-mesh-02.md
Created November 14, 2012 03:35 — forked from virtadpt/rhi-mesh-01.md
Red Hook Initiative mesh update 002

The weekend was a great buildout of the network. The weekdays are a bit quieter, but progress is still being made.

About

Internet connectivity is largely out in Red Hook. (Open question: How out?) A collection of initiatives are working together to rapidly build infrastructure to provide free, reliable Internet connectivity to Red Hook.

The goal of this project is twofold: to provide Internet connectivity in the short-term for the disaster relief effort, and to create an infrastructure for future disaster responses.

Groups involved:

@ramseyp
ramseyp / character-cleanup.sql
Created July 5, 2012 17:00
Clean up malformed characters in WordPress database
## Run this in phpMyadmin
##
## Cleans up Posts table
UPDATE wp_posts SET post_content = REPLACE(post_content, '“', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '”', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '’', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '‘', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '—', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '–', '');
UPDATE wp_posts SET post_content = REPLACE(post_content, '•', '-');
@Wilto
Wilto / blockquote.md
Created December 20, 2012 15:35
Of Blockquotes and Outlines