Keyboard modifications:
- Karabiner-elements
- URL: ...
- rules: ...
- Chrome
- AutoCopy Extension
- https://chrome.google.com/webstore/detail/auto-copy/bijpdibkloghppkbmhcklkogpjaenfkg
Keyboard modifications:
fun! rsrchboy#fzf#FindOrOpenTab(work_dir) abort | |
" loop over our tabs, looking for one with a t:git_workdir matching our | |
" a:workdir; if found, change tab; if not fire up fzf again to find a file | |
" to open in the new tab | |
for l:tab in (gettabinfo()) | |
if get(l:tab.variables, 'git_workdir', '') ==# a:work_dir | |
exe 'tabn ' . l:tab.tabnr | |
return |
#!/usr/bin/env sh | |
git prune |
Hardly comprehensive, though I do try to keep this up to date as I hear/see things.
Date: Mon, 13 Mar 2017 15:44:23 | |
From: car2go <[email protected]> | |
Reply-To: [email protected] | |
To: [email protected] | |
Subject: Mercedes-Benz car2gos for just $0.41 per minute | |
Mercedes-Benz car2gos for just $0.41 per minute | |
-----BEGIN CERTIFICATE----- | |
MIIC/TCCAeWgAwIBAgIBATANBgkqhkiG9w0BAQsFADAfMR0wGwYDVQQDExR5b3Vy | |
aG9zdC5leGFtcGxlLmNvbTAgFw0xNzAxMjIxOTQyMjNaGA85OTk5MTIzMTIzNTk1 | |
OVowHzEdMBsGA1UEAxMUeW91cmhvc3QuZXhhbXBsZS5jb20wggEiMA0GCSqGSIb3 | |
DQEBAQUAA4IBDwAwggEKAoIBAQDlH/uThf//V8MrksNjaq0VpCAPYspqOaZvau3E | |
X7wuvewUiK+72mqzgwsTo4ogLgul1fm7asDl32d/tazrxZ/p6VwUkixBQJSlztfy | |
uzS1t8uDMBNlZCa5ay9h1gb91gjCHd0jP+z6lKaUrxMEEZZ6VjCJmWTiDviZf6xK | |
WJYsZM7dhKRjVdv+LA4BvI3xxx/z5lk8gC7JXtian3A2gUUTKOxeIESRfm3tLUE3 | |
73CHsTPONJ/yXtlRu3IztE4GZR4s/zMJfIkqkPRqkVsIlAwgHWtFpVND0gzTM3sB | |
WhV9f1xhdhNqv09i7bNZMZ5JHgKYjFOIf1lg4DZOqdDOEKT7AgMBAAGjQjBAMA8G |
I hereby claim:
To claim this, I am signing this object:
[11:12:30 AM] rsrchboy: so | |
[11:12:57 AM] rsrchboy: I had a great conversation about getting hosting/dns settings to what we want with kyle | |
[11:14:34 AM] rsrchboy: I think we found a far easier way, that's generally applicable to non-remix dho sites, for people using us for domreg and dns (most, I suspect; all for us) | |
[11:16:08 AM] john.swanson: ah, really? nice! what is it? | |
[11:16:23 AM] rsrchboy: a combo of a couple things | |
[11:17:01 AM] rsrchboy: one is that our current approach -- just manipulating dns records -- is doable, but doesn't integrate well into the way we manage dns | |
[11:18:51 AM] rsrchboy: there's two way we really configure dns records: one is through a domainservice (there are multiple types: fully-hosted, mirroring, redirect, parked, etc, etc); the other is through custom dns records a consumer can enter | |
[11:19:42 AM] rsrchboy: fwiw, these are stashed away in dreamhost.domain_service and the actual records/zones in dns.zone and dns.record | |
[11:20:23 AM] rsrchboy: the d |
# make git recognize *.txt.gz files as compressed text, such that git knows to | |
# use the "gz" diff driver on them | |
*.txt.gz diff=gz |
____________________________________________________________________________ | |
/ Unimportance \ | |
| | | |
| All the world says, "I am important; I am separate from all the world. I | | |
| am important because I am separate, Were I the same, I could never be | | |
| important." Yet here are three treasures That I cherish and commend to | | |
| you: The first is compassion, By which one finds courage. The second is | | |
| restraint, By which one finds strength. And the third is unimportance, By | | |
| which one finds influence. Those who are fearless, but without compassion, | | |
| Powerful, but without restraint, Or influential, yet important, Cannot | |