Some really good reads on the topic:
TL;DR Script for updating PeopleGoal Feedback Questions per User
Discovered PeopleGoal recently.
I like codifying peoples' job responsibilities via the Feedback Question but for 33 reports in my org, neither I nor my managers can be bothered to key-in each via the UI.
This file contains hidden or 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
Jason : https://www.linkedin.com/in/jcwarner/ | |
Dave : https://www.linkedin.com/in/dave-camp-2184182/ | |
Dana : https://www.linkedin.com/in/dglawson/ | |
Wade : https://www.linkedin.com/in/wadefoster/ | |
Tim : https://www.linkedin.com/in/timols/ | |
* Jason | |
* “Remote is the future” => “Remote is the present” | |
* Key Factors | |
* Hiring |
This file contains hidden or 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
{"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","lighthouseVersion":"2.8.0","generatedTime":"2018-05-03T21:41:33.445Z","initialUrl":"https://app.pipefy.com/organizations/121423","url":"https://app.pipefy.com/organizations/121423","runWarnings":[],"audits":{"is-on-https":{"score":true,"displayValue":"","rawValue":true,"extendedInfo":{"value":[]},"scoringMode":"binary","name":"is-on-https","description":"Uses HTTPS","helpText":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/https).","details":{"type":"list","header":{"type":"text","text":"Insecure URLs:"},"items":[]}},"first-meaningful-paint":{"score":69,"displayValue":"3,100 ms |
This file contains hidden or 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
{"userAgent":"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_13_4) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.181 Safari/537.36","lighthouseVersion":"2.8.0","generatedTime":"2018-05-03T17:22:00.836Z","initialUrl":"https://app.pipefy.com/pipes/455736","url":"https://app.pipefy.com/pipes/455736","runWarnings":[],"audits":{"is-on-https":{"score":true,"displayValue":"","rawValue":true,"extendedInfo":{"value":[]},"scoringMode":"binary","name":"is-on-https","description":"Uses HTTPS","helpText":"All sites should be protected with HTTPS, even ones that don't handle sensitive data. HTTPS prevents intruders from tampering with or passively listening in on the communications between your app and your users, and is a prerequisite for HTTP/2 and many new web platform APIs. [Learn more](https://developers.google.com/web/tools/lighthouse/audits/https).","details":{"type":"list","header":{"type":"text","text":"Insecure URLs:"},"items":[]}},"first-meaningful-paint":{"score":0,"displayValue":"29,450 ms","rawValue":294 |
This file contains hidden or 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
// URL : https://events.google.com/io/schedule/ | |
// provided as-is, no warranty | |
// copy-paste the following into console | |
var s = document.createElement("script"); | |
s.type = "text/javascript"; | |
s.src = "https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"; | |
$("head").append(s); |
A little writeup about my wrangling...
- when I attempted:
brew install --HEAD watchman
got the error:ImportError: No module named setuptools
- reviewing Logs/Homebrew/watchman/05.python, realized that ~/.pyenv was nowhere to be found on PATH (indicating that the build was leveraging system Python, which happened to be 2.)
- made sure pyenv init was being called in both .bashrc/.zshrc
- build (local) was still failing
- noticed the following subdir at the front of PATH: /usr/local/Homebrew/Library/Homebrew/shims/super
- removed /usr/local/opt/python@2.
- decided to kludge a fix just to get Watchman build/install to work so I could make progress :-P
Worth capturing in a gist:
- if you have user named 'USER' registered for 'localhost' then the way to find that user's password is with the following syntax:
$ ejabberdctl debug
> mnesia:dirty_read(passwd,{<<"USER">>,<<"localhost">>}).
This file contains hidden or 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
Verifying my Blockstack ID is secured with the address 1AwLKW5fhb2Yte8zZvKU7pPtin76KdfyqL https://explorer.blockstack.org/address/1AwLKW5fhb2Yte8zZvKU7pPtin76KdfyqL |
- cryptozombies : fun way to learn Dapps
- Dapps for Beginners : comprehensive
- Mist : this video helped me understand the architectural revolution that's happening; Design is design but what if you weren’t limited to a browser-centric UX?
NewerOlder