Skip to content

Instantly share code, notes, and snippets.

View silky's full-sized avatar

Noon van der Silk silky

View GitHub Profile
@silky
silky / gpgkey
Last active December 18, 2015 10:39
gpg public key. this key is for the email address "noonsilk+gpg@gmail.com".
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: GnuPG v1.4.11 (GNU/Linux)
mQINBFG5BacBEAC8rOznIaAT2l9dPVYTfQ8TWUO6lOUrmDjPNsfNlEtkpWWWfnBy
CUNvmbIUNhs/rqTTQa4tbkbkp0g0na2KXV/mdvxVb+vLlu0ga8SI8+74BSyrtIuo
bbkvOK8ezo8NgtKrZRvF4XQ73A9IS5J2as4zH8maVa/QOAR9lfbU27q8a0mPYaCX
TCSsL1KPw+GIa9nUEQJNtPPHdOh7tvzjZrFYPERfn3ezr6dxax/XputRdm4H7fgR
0Zu6CdEcJjekGy68v/QeFMC0KvQZWPWrdsZkJn9+lnentsO/KIM3OqZloBmlQJdp
gQ/6CY7ODZ8RsWQR0Mvt4yT1MOkyMCQ90xz0itzqre+0xwDioae6Mldmg5XL/t/U
rdr78+68kls1Jmgfreze+Ab/ON7znbJmqxr2fxKWl6puKNDtYYBWYNdQBYYOT/Au
@silky
silky / noonsilk.rsc
Created June 16, 2013 01:12
retroshare certificate
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: OpenPGP:SDK v0.9
xsBNBFG9DlkBCACmwn6bdSM5Jg5/OIIw0q8Bkt7t08cwnVT+xBfq0yZ7jErQgVXZ
gZKNoTMRi4gmdY0vfNDTz22egWeOgscChtkavuBu9PC6Y0SoOAUGOE3/1FASztUd
Dcc1MB8ps8TOYWdhJZGjjdu60xVKe09jiYaE/zxN4g5GCrn0v9BvVkoa4BrGam/r
o8bWe8SHtobjPlQvhh/jzV52M/x5/99MmiFB59AN52cyx1xsS89LF3tDobrxmN9N
v4wpkl6GtWhDRTzVjhKDc66WAjlg59RvTD8LTjIqUG95i9/7oV0d5PM4l+p13URs
sKGY/yxvQuCxn3rGTEO7pfrPxGkS8/FpuunhABEBAAHNJk5vb24gU2lsayAoR2Vu
ZXJhdGVkIGJ5IFJldHJvU2hhcmUpIDw+wsBfBBMBAgATBQJRvQ5ZCRAhDkn/QH2Z
@silky
silky / map.geojson
Last active December 21, 2015 01:28 — forked from almet/map.geojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
(*
This script analyzes the dependencies between top level types in a .NET Assembly.
It is then used to compare the dependency relationships in some F# projects with those in some C# projects.
Note that no attempt has been made to optimize the code yet!
REQUIRES:
* Mono.Cecil for code analysis
From http://www.mono-project.com/Cecil#Download
@silky
silky / README.md
Created December 21, 2013 04:43 — forked from mobeets/README.md

THE PROCESS

  1. The dough spreads (things melt).
  2. The edges set (before the center does).
  3. The cookie rises (water from melting reacts with baking soda, which in turn reacts with acids).
  4. Egg proteins and starches set (cookie's shape finalizes).
  5. Sugar caramelizes (producing richer, sweeter flavors).
  6. The Maillard reaction occurs (flour proteins and eggs brown with the sugar, producing nutty, toaster flavors).
  7. The cookie cools (liquefied sugar hardens, producing toffee-like texture).

THE GOAL

@silky
silky / P.json
Last active August 29, 2015 13:55
example json file for zoo
{ "version": 1.0, "class": "P",
"relations": {
"contained_in": [
{"class": "NP" },
{"class": "EXP" },
{"class": "K", "condition": "Exponential time hypothesis", "ref": "Fake09"}
],
"equals": [
git add . && git commit -m "Auto-save."
I wasn't first to get the key. Nor was I second, third, or even fourth. I'm probably not even the
10th to get it. But I'm happy that I was able to prove to myself that I too could do it.
The sleepless adventure began yesterday afternoon, 2014-04-12 15:19:04.827516279 -0700.
First, I have to admit I was a skeptic. Like the handful of other dissenters, I had initially
believed that it would be highly improbable under normal conditions to obtain the private key
through exploiting Heartbleed. So this was my motivation for participating in Cloudflare's
challenge. I had extracted a lot of other things with Heartbleed, but I hadn't actually set out to
extract private keys. So I wanted to see first-hand if it was possible or not.
@silky
silky / advice
Last active August 29, 2015 14:00
favourite bits of advice from jays imperatives - see https://github.com/mobeets/imperatives
Constantly block the negative navigators.
Mix the adjectives.
Park all those malfunctions for the limes you cannot tighten.
Start conducting the dimmer creatings by mental acts.
Always go an outside love.
@silky
silky / field.hs
Created June 5, 2014 02:48 — forked from sordina/field.hs
{-# LANGUAGE BangPatterns #-}
-- Preview on Youtube: http://www.youtube.com/watch?v=bK01Bgh32Sc
import Data.Complex
type C = Complex Float
type Color = (Float,Float,Float)
type Point = (Float,Float)