Skip to content

Instantly share code, notes, and snippets.

View graydon's full-sized avatar
💭
objecting to features

Graydon Hoare graydon

💭
objecting to features
View GitHub Profile
@graydon
graydon / map.geojson
Created April 21, 2014 21:21 — forked from anonymous/map.geojson
cell LACs in USA
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Keybase proof

I hereby claim:

  • I am graydon on github.
  • I am graydon (https://keybase.io/graydon) on keybase.
  • I have a public key whose fingerprint is 99E4 A8F4 DECC 782F CB19 5530 0A04 E2A9 F7B1 3CE1

To claim this, I am signing this object:

Uncovered note on my desk from conversation about rust's state in rustboot era:
"""
Obstacles:
- bad closures
- bad object model
- generics / monomorphization
- x64 port / x86-isms
- stack growth (doubling vs. chaining)
#!/usr/bin/python
import fileinput, re, sys
current_file = None
current_exports = []
def fixup(m):
global current_exports
if m.group(2) in current_exports: