diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-17 05:03:53 +0200 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:22 +0800 |
commit | 5aedb04204725c10c628061caace1a4ade9e164e (patch) | |
tree | 1a6fac665f0855be31155700b39ca0cc9436fdff /note/comms.html | |
parent | 0d76ad080c696cac43452eb76e84447e8fb1d8bf (diff) | |
download | www-5aedb04204725c10c628061caace1a4ade9e164e.tar.gz |
*: Structural changes + communication guidelines.
Diffstat (limited to 'note/comms.html')
-rw-r--r-- | note/comms.html | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/note/comms.html b/note/comms.html new file mode 100644 index 0000000..d2c8ab4 --- /dev/null +++ b/note/comms.html @@ -0,0 +1,36 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" lang="en"> + <head> + <title>Communication Guidelines</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body class="indent"> + <h1>Communication Guidelines</h1> + <p> + These are some general recommendations that I believe make communicating with me, at least, easier and/or more effective, including communication conventions that make me happier :D. Please note that what I prefer may not be what others prefer and shall not be treated as a general guideline for communications. + </p> + <ol> + <li> + Send complete information. When telling me something or requesting something, please provide complete background information, knowledge required, and similar things. As a general rule-of-thumb, the explanation should usually be longer than three sentences or a few paragraphs depending on the complexity of the task at hand. This prevents back-and-forth communication along the lines of ``and now I need to know ... but you didn't tell me that so can you please give that to me'', generally defragmenting conversations which increases efficiency and comfort. + </li> + <li> + Be direct. As the sender, do not use polite expressions like ``you did quite well in that presentation'' when in reality, the sender believes that the presentation is not ``quite well''. Direct critique and suggestions are very welcome here—politeness is acceptable if it does not interfere with honest conveying of information. + </li> + <li> + <a href="./ask.html">Don't ask to ask.</a> + </li> + <li> + Use plain text email. Both hard-wrapped and non-hard-wrapped emails are acceptable. + </li> + <li> + Interweave the original message with the response when replying to an email and remove irrelevant parts (i.e. greetings, closings, signatures, etc.) of the quoted original email. + </li> + </ol> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |