and other ramblings knowledge

A planoterrestrialist perspective of the Bellingham mystery tortillas

Recently in Bellingham Washington there has been a spat of tortilla graffiti. Yes, tortilla graffiti. Some person or group has been distributing tortillas in zip-lock bags with various non-repeating messages. They have been found taped to street signs, parking meters, and business windows. Nearly 50 of these tortillas have been documented by the ad-hoc enthusiast …

Continue Reading
knowledge programing

Python Screenshot Server

Thought I’d share some code python. This is just a simple way to share a screenshot over a network. “”” Serves screen shots at a specified interval. Doesn’t handle POST requests. Based on code from: http://www.blendedtechnologies.com/python-trick-really-little-http-server/220 Code source: Python Screenshot Server “”” import os import time import threading import SocketServer import SimpleHTTPServer from PIL import …

Continue Reading