aspe:keyoxide.org:64JQ2P2LXAILDH7RP7MHNT5ESM
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"basics": { | |
"name": "Giovanni d'Amelio", | |
"label": "Software Developer", | |
"email": "[email protected]", | |
"phone": "1.206.372.3323", | |
"website": "https://giodamelio.com", | |
"summary": "I am a jack of all trades developer who enjoys building reliable, scalable services as much as fine-tuning deployment pipelines. I've gained a broad range of skills working on small, dynamic teams and thrive when I get to wear multiple hats. I'm passionate about open-source software, which I've relied on almost exclusively for years, and I'm always excited to pick up new languages or frameworks—whether it's for work or just for fun.", | |
"location": { | |
"postalCode": "98121", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"$schema": "http://json-schema.org/draft-07/schema#", | |
"title": "OneShot", | |
"description": "Top-level data in `cmd.toml` files", | |
"type": "object", | |
"properties": { | |
"bin": { | |
"anyOf": [ | |
{ | |
"$ref": "#/definitions/Bin" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
healthCheckResponse.engine, | |
healthCheckResponse.status, | |
healthCheckResponse.version, | |
healthCheckResponse.deployOffset |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fetch( | |
"https://outlineapi.com/v3/parse_article?source_url=" + | |
encodeURIComponent(window.location) | |
) | |
.then(res => res.json()) | |
.then(body => { | |
if (body.error) { | |
return alert(`Outline Bookmarklet Error: ${body.error}`); | |
} | |
window.location.href = `https://outline.com/${body.data.short_code}` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/nnn.c b/nnn.c | |
index a3a422a..6b26138 100644 | |
--- a/nnn.c | |
+++ b/nnn.c | |
@@ -2028,8 +2028,6 @@ show_help(char *path) | |
dprintf(fd, "SHELL: %s\n", getenv("SHELL")); | |
if (getenv("SHLVL")) | |
dprintf(fd, "SHLVL: %s\n", getenv("SHLVL")); | |
- if (getenv("VISUAL")) | |
- dprintf(fd, "VISUAL: %s\n", getenv("VISUAL")); |
This is a local copy of the commands from:
- http://www.jmknoble.net/keys/#master-key
- http://www.macfreek.nl/mindmaster/Convert_GPG_keys_to_subkeys
- http://wiki.fsfe.org/Card_howtos/Card_with_subkeys_using_backups/
This guide serves as a reference of collected information necessary for strict management of PGP keys. This includes keeping a master key that always remains
I hereby claim:
- I am giodamelio on github.
- I am giodamelio (https://keybase.io/giodamelio) on keybase.
- I have a public key ASBRPgq5uNXpUg_PRUumToevHgEg406bAFhCMmk7f-vmkQo
To claim this, I am signing this object:
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from urlparse import urljoin | |
import terminatorlib.plugin as plugin | |
NAME = "IPFSURLHandler" | |
# Make terminator recognize plugin | |
AVAILABLE = [NAME] | |
available = AVAILABLE # For old versions of terminator |
NewerOlder