I hereby claim:
- I am chrisboulton on github.
- I am chrisboulton (https://keybase.io/chrisboulton) on keybase.
- I have a public key whose fingerprint is AFC0 D65B 0400 7402 1D15 3852 3DC3 08EE 762F 7CCF
To claim this, I am signing this object:
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlackColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx | |
| IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj | |
| dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa |
| admin: | |
| port: 9990 | |
| ip: 0.0.0.0 | |
| routers: | |
| # http 1.1: service -> [linkerd] -> linkerd -> service | |
| # should lookup consul service then rewrite outgoing port to linkerd | |
| - label: http1-out | |
| protocol: http | |
| servers: |
I hereby claim:
To claim this, I am signing this object:
| #include <Adafruit_GFX.h> | |
| #include <Adafruit_NeoMatrix.h> | |
| #include <Adafruit_NeoPixel.h> | |
| #ifndef PSTR | |
| #define PSTR // Make Arduino Due happy | |
| #endif | |
| #define PIN 6 | |
| Adafruit_NeoMatrix matrix = Adafruit_NeoMatrix(1, 294, PIN, |
| <?xml version="1.0" encoding="UTF-8"?> | |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
| <plist version="1.0"> | |
| <dict> | |
| <key>ANSIBlackColor</key> | |
| <data> | |
| YnBsaXN0MDDUAQIDBAUGFRZYJHZlcnNpb25YJG9iamVjdHNZJGFyY2hpdmVyVCR0b3AS | |
| AAGGoKMHCA9VJG51bGzTCQoLDA0OVU5TUkdCXE5TQ29sb3JTcGFjZVYkY2xhc3NGMSAx | |
| IDEAEAGAAtIQERITWiRjbGFzc25hbWVYJGNsYXNzZXNXTlNDb2xvcqISFFhOU09iamVj | |
| dF8QD05TS2V5ZWRBcmNoaXZlctEXGFRyb290gAEIERojLTI3O0FITltiaWttcn2GjpGa |
| ahngaechaP9baet9xa6Ahcooyookoozifai6Ziuc9eiy1te7 |
| Trolling on forums | |
| ------------------ | |
| Tracey Burt <****@outlook.com> Sat, Aug 16, 2014 at 11:08 PM | |
| To: "[email protected]" <[email protected]> | |
| Dear Chris | |
| I have been subject to trolling for nearly three years now, among other | |
| sinister things, on some of the forums you create the platform for. I am a bit | |
| over it all. |
| graphite::schema { 'collectd': | |
| priority => 2, | |
| pattern => '^collectd\.', | |
| retentions => ['10s:3d', '60s:30d', '5m:1y' , '30m:2y'], | |
| } |
| >+++++++++[<++++++++>-]<. |
| #!/usr/bin/env ruby | |
| # | |
| # Nagios plugin to monitor Redis sentinel | |
| # | |
| # Checks general connectivity to a Redis sentinel server and will go critical | |
| # for any of the following conditions: | |
| # * Inability to connect to the sentinel server | |
| # * Sentinel reports it isn't monitoring any masters | |
| # * Sentinel has entered TILT mode | |
| # |