I hereby claim:
- I am KenanY on github.
- I am kenan (https://keybase.io/kenan) on keybase.
- I have a public key whose fingerprint is 739A 17FE CC4A 040D 24E7 99A4 BF74 FD8B 882F 7988
To claim this, I am signing this object:
| what: | |
| @component --version | |
| @which component | |
| .PHONY: what |
| var MAP = { | |
| 'a': 'ᵃ', | |
| 'b': 'ᵇ', | |
| 'c': 'ᶜ', | |
| 'd': 'ᵈ', | |
| 'e': 'ᵉ', | |
| 'f': 'ᶠ', | |
| 'g': 'ᵍ', | |
| 'h': 'ʰ', | |
| 'i': 'ᶦ', |
| diff --git a/Common/BootEncryption.cpp b/Common/BootEncryption.cpp | |
| index 83571ab..0ca1863 100644 | |
| --- a/Common/BootEncryption.cpp | |
| +++ b/Common/BootEncryption.cpp | |
| @@ -1861,6 +1861,8 @@ namespace TrueCrypt | |
| void BootEncryption::CheckRequirements () | |
| { | |
| + AbortProcess ("INSECURE_APP"); | |
| + |
| <!doctype html> | |
| <html> | |
| <head> | |
| <meta charset="utf-8"> | |
| <style> | |
| .node { | |
| font: 300 11px "Helvetica Neue", Helvetica, Arial, sans-serif; | |
| fill: #bbb; | |
| } |
| $ fortune | cowthink | |
| ____________________________________ | |
| ( I sat laughing snidely into my notebook ) | |
| ( until they showed me a PC running ) | |
| ( Linux. And oh! It was as though the ) | |
| ( heavens opened and God handed down a ) | |
| ( client-side OS so beautiful, so ) | |
| ( graceful, and so elegant that a million ) | |
| ( Microsoft developers couldn't have ) | |
| ( invented it even if they had a hundred ) |
| Statistical profiling result from v8.log, (38883 ticks, 0 unaccounted, 0 excluded). | |
| [Shared libraries]: | |
| ticks total nonlib name | |
| 10689 27.5% 0.0% /home/kenan/bin/bin/node | |
| 2325 6.0% 0.0% /usr/lib/libc-2.19.so | |
| 12 0.0% 0.0% /usr/lib/libpthread-2.19.so | |
| 3 0.0% 0.0% 7fffe39a9000-7fffe39ab000 | |
| [JavaScript]: |
| Statistical profiling result from v8.log, (14616 ticks, 1 unaccounted, 0 excluded). | |
| [Unknown]: | |
| ticks total nonlib name | |
| 1 0.0% | |
| [Shared libraries]: | |
| ticks total nonlib name | |
| 428 2.9% 0.0% /home/kenan/bin/bin/node | |
| 65 0.4% 0.0% /usr/lib/libc-2.19.so |
| diff --git a/lib/cache.js b/lib/cache.js | |
| index 281d610..ca99399 100644 | |
| --- a/lib/cache.js | |
| +++ b/lib/cache.js | |
| @@ -304,7 +304,7 @@ function addNonLocal (spec, cb) { | |
| maybeGithub(p.spec, cb) | |
| break | |
| default: | |
| - if (p.name) return addNamed(p.name, p.spec, null, cb) | |
| + if (p.name) return addNamed(p.name, p.rawSpec, null, cb) |
I hereby claim:
To claim this, I am signing this object:
| $ keybase login | |
| warn: No config file found; tried '/home/kenan/.config/keybase/config.json' | |
| Your keybase username or email: kenan | |
| Your keybase login passphrase: | |
| Segmentation fault (core dumped) |