Skip to content

Instantly share code, notes, and snippets.

View rossmeissl's full-sized avatar

Andy Rossmeissl rossmeissl

View GitHub Profile
@rossmeissl
rossmeissl / food.md
Last active December 12, 2023 04:12
Madison food

Madison food

Higher end

Osteria Papavero

Osteria Papavero

Innovative Italian, James Beard shortlist — Capitol square Menu

Fairchild

@rossmeissl
rossmeissl / guide.md
Created March 18, 2023 15:53
Grenada tips for Mount Cinnamon guests

Grenada tips for Mount Cinnamon guests

If you need more details on something, recommendations for a topic I didn't cover, a contact number, or anything else, just ask!

General/logistical

  • Everybody in Grenada is on WhatsApp — I generally try to find a contact for wherever I want to go and arrange it ahead of time. Grenadian websites are next to useless (horribly out of date), Google Maps sometimes works (but not reliably), etc. As far as I can tell people in Grenada operate mostly by word of mouth so when in Rome . . .
  • Carry cash — outside of clear-cut tourist spots, they're not always going to take cards.
  • Buses are fun and cheap — $2.50 EC per person each way (so just make sure you have $5EC bills) — LMK if you want more info on how these work
  • Know your taxi-man — my friend Shawn McMeo can help get you anywhere, do anything, etc. Get him on your WhatsApp and just ask him anything you want. Eventually he will make money from you because he (and probably his friend Jomo) will drive you som
@rossmeissl
rossmeissl / readme.md
Last active November 24, 2018 23:24
Blade Runner print

Andy's weird Blade Runner print request

I bought snippets of real film cut from a theater reel of the original Blade Runner movie and I'd like to get a frame enlarged as a print.

The film

Sara Blaise has the film (they're positives not negatives) in an envelope here in VT. There are 3 filmstrips in there (see below). Just please ask her to send the envelope wherever it needs to go. Please make sure the lab returns the film!

The image

@rossmeissl
rossmeissl / faraday_logo.svg
Last active August 25, 2016 16:31
Faraday logo
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@rossmeissl
rossmeissl / 1-readme.markdown
Created May 16, 2016 21:50
How to migrate your Hubspot blog to GitHub Pages, Jekyll, or somewhere else
@rossmeissl
rossmeissl / pge.rb
Created July 17, 2012 19:11
Sparkwire
require 'mechanize'
require 'logger'
require 'uri'
agent = Mechanize.new
agent.follow_meta_refresh = :always
agent.log = Logger.new 'mech.log'
agent.user_agent_alias = 'Mac FireFox'
puts 'Initialize the session by loading the login form'
@rossmeissl
rossmeissl / 2012-03-20.markdown
Created March 31, 2012 18:59
Full House Smoothies
  • Half-bunch kale or collards
  • 2 bananas
  • Handful frozen blueberries
  • 3 frozen strawberries
  • Splash orange juice
  • Handful granola
  • 1 c. whole milk yogurt
  • Vanilla whey protein
  • Splash water
@rossmeissl
rossmeissl / gist:1434529
Created December 5, 2011 17:46
Canvas element as mesh material
var canvas = document.createElement('canvas', { style: "background: none" });
canvas.width = 400;
canvas.height = 25;
var context = canvas.getContext('2d');
context.fillStyle = 'blue';
context.fillText(labelText, 0, 0);
var material = new THREE.MeshBasicMaterial(canvas);
var geometry = new THREE.PlaneGeometry(400,25);
var plane = new THREE.Mesh( geometry, material);
(1:03:32 PM) Seamus Abshere: vidalia:~ $ smartermeter
SmarterMeter: Initial Configuration
--------------------------------------------------------------------------------
This program stores your PG&E account username and password on disk. The
password is encrypted but could be retrieved fairly easily. If this makes you
uncomfortable quit now (use ctrl-c).
--------------------------------------------------------------------------------
PG&E account username: robbieadler
PG&E account password: ****
@rossmeissl
rossmeissl / bombshell_completion_features
Created March 9, 2011 00:52
Bombshell completion features via cucumber binary
1.9.2p0 vagrant@vagrantup:~/bombshell$ bundle exec cucumber features/completion.feature
Feature: Completion
In order to expedite my exploration
As a user of a Bombshell-enabled Ruby library
I want to be able to use tab completion
Scenario: Single matching command # features/completion.feature:7
Given a file named "fooshell.rb" with: # aruba-0.3.2/lib/aruba/cucumber.rb:66
"""