The use of instant messaging at the workplace is very prevalent these days. While instant messaging is very convenient for everyday communication, don’t treat it the same as email, face-to-face meetings, or phone calls. There are several significant differences between instant messaging and traditional forms of communications:
Here are some guidelines on basic/everyday instant messaging etiquette that will help you and your co-workers make the most out of this communication medium.
Avoid typing greetings or non-essential messages separately first. Include the question or relevant information in your first message.
Conversation 1
- Jane (10:54:50 AM): Hi
- Mike (10:55:01 AM): Hello
- Jane (10:55:06 AM): The test server will be restarted in 1 minute.
- Mike (10:56:11 AM): Thanks for the info
Conversation 2
- Jane (2:15:08 PM): Good afternoon
- Mike (2:15:13 PM): Good afternoon
- Jane (2:15:13 PM): Do you have a few minutes to talk on the phone re project A?
- Mike (2:15:18 PM): Sure, let me call you.
Conversation 3
- Jane (4:03:30 PM): You there?
- Mike (4:03:35 PM): Yes
- Jane (4:03:42 PM): Can we have a short team meeting in conf room A
- Mike (4:03:50 PM): Sure. Be there in 5.
Conversation 1
- Jane (10:54:50 AM): Hi, the test server will be restarted in 1 minute.
- Mike (10:54:55 AM): Thanks for the info
Conversation 2
- Jane (2:15:08 PM): Good afternoon, do you have a few minutes to talk on the phone re project A?
- Mike (2:15:13 PM): Sure I will call you.
Conversation 3
- Jane (4:03:30 PM): Can we have a short team meeting in conf room A?
- Mike (4:03:35 PM): Sure, be right there.
Every time you send a message, the recipient is disrupted from whatever he/she is doing. The more you can delay this disruption the better, even if it’s only seconds. It’s also not necessary to ask the recipient if he/she is there. That’s what the online status (away/available) is for. You can just type your message or ask your question. One exception to this would be if your message contains sensitive information.
Good:
No so good:
If you have to send several sentences in sequence, compose them in a separate editor first (notepad would do), then type them out quickly in succession. That way the recipient does not have to wait for you while you type your next message, make editing corrections, etc.
Unless the recipient reports to you, do not expect a response immediately after you type a message. The recipient may be in the middle of five other instant message conversations, on the phone, or working on something else more important. If the recipient’s status is not set to “Away”, and you have not received a response after a few minutes, it’s ok to ping him/her again. Maybe they forgot about your message.
If you need to step out, change your status to “Away”, or “In a Meeting”, or “Back in an Hour”, or whatever is appropriate for the situation. This tells everyone else that you are not available to respond to messages immediately and save them from having to wait for your responses.
If the instant messaging conversation starts to go into lots of details and may make take longer than a few minutes, consider picking up the phone and continue the conversation there.
To list available contexts: kubectl config get-contexts To show the current context: kubectl config current-context…
kubectl exec -it <podname> -- sh To get a list of running pods in the…
# Create a soft symbolic link from /mnt/original (file or folder) to ~/link ln -s…
git config --global user.name "<your name>" git config --global user.email "<youremail@somewhere.com>" Related Commands Show current…
TypeScript/JavaScript function getLastMonday(d: Date) { let d1 = new Date(d.getFullYear(), d.getMonth() + 1, 0); let…
I had to do some SMTP relay troubleshooting and it wasn't obvious how to view…