[ English ] Ping sb.
What does "Ping Me" mean?

In that moment, I responded with, "It means to get in touch with me and find out if I am free."
After that discussion, I wondered more about this word, it's meaning and it's origin. Ping is technical word that has made or is trying to make a cross over into the mainstream population. As an IT industry specific jargon, "ping" is a technical term that means to check on the status of another computer or another server to see if it's online (a sort of acknowledgment). It's an electronic message that loosely translates to, "Are you there?"
Translations of Questions Using "Ping"
- "Can I ping you at 8?" - "Can I send you a text message or make a quick call to see if you are free at 8?"
- "Can you ping me when you are ready?" - "Can you send me an SMS or call me when you are ready?"
Translations of Statements Using "Ping"
- "I'll ping you when the meeting is over." - "I'll get in touch with you when the meeting finishes."
- "Ping me with the status." - "Send me a short message by email, SMS or Instant Messenger with updates."
How do I Ping Someone?
Pinging is done through a quick communication, usually by electronic means, but sometimes over the phone. It depends on the other person's preference. So pings can be done over:
- The cell or mobile phone (SMS, text)
- Instant Messaging (Internal company system, Google, Skype, Facebook, etc.)
How do I know which one to use?
If you don't know the person well, say it's your client or colleague onsite, it's better to ask, "How do you prefer me to ping you?" Don't assume because for instance, text messaging in the US is charged in most cases regardless of sending or receiving, but maybe receiving the message on What's App or another mobile app or email may be free for that person (as long as they have a data plan).
What is Said in a Ping?
Ping messages are short. Any of the below suffice:
- I'm ready.
- Call me.
- 10 more minutes.
- Let's meet at 5 instead.
- Can I call you to reschedule?
- Let's go for lunch. I'll meet you downstairs in 5. (Meaning 5 minutes.)
Are There Synonyms for Ping?
Of course. The exact synonym depends on the person and their preferred ping method sometimes.
- "Ping me at 4." synonyms:
- Get in touch with me at 4.
- Call me at 4.
- Send me a text at 4.
- Facebook me at 4
- Give me a shout out at 4. ("Shout out is another slang. Don't actually shout!)
Have you heard any other uses of the word 'ping'? Do you have other ideas for synonyms of 'ping'? Feel free to ping me your thoughts in the comments section below.
Jennifer Kumar works with co-located and distributed teams to improve communication, workflow and productivity. Contact us for more information.
俚语 “Ping me=打我电话”
首先我们来看看“Ping”的原意:
Originally from the naval warfare practice of "active sonar" where one ship (usually a surface ship) will send out a given sound or "ping" in order to measure the direction and delay in the "echo" of that sound off of another body usually a submarine. (海军使用的一种声纳来测量距离时使用的“声音”)
而现在的用法则是“send an email or other electronic message to someone”,也就是“电我,或者是短信我”。
This new usage has lasting power and is commonly heard everyday in high-tech companies.
最后我们来看看这个短语怎么使用呢:
Can we go to the movie tomorrow?
I don't know... Ping me around eight and we'll see how things are going.
Like " Hey, how r u doing, lol." ?
ping= to ask for someone to message you back within the program of choice, or the litteral ping which is the time it takes (not sure what its measured in) for an electric signal to go from one place to another and back
and as far the useless use of LOL, its just the thing people are doing, they don't know what to say in its place, so its like using ummm and uhhh in speach
[ English ] Ping sb.的更多相关文章
- [ English ] 俚语 “Ping me=打我电话”
有次做项目的时候跟一个美国人通过MSN讨论一个问题.突然他说了一句,“Can you ping me in 15 minutes?” Ping Me,什么意思啊? 首先我们来看看“Ping”的原意: ...
- Lesson 14 Do you speak English?
Text I had an amusing experience last year. After I had left a small village in the south of France. ...
- [LeetCode] 423 Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- wego微购RSS、Sitemap、Ping、腾讯拍拍网购采集插件
和哥们研究淘宝客,找到微购这个程序觉得挺不错的,但是地图和RSS功能不是特别完善,于是小憩一下,做了下初级的拓展,分享给大家,开源精神嘛,大家也可以去我的网站我要购物平台去看看. 1.拓展后台seoA ...
- Leetcode: Reconstruct Original Digits from English
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- Integer to English Words 解答
Question Convert a non-negative integer to its english words representation. Given input is guarante ...
- C# 自动提交到百度ping服务
C# 自动提交到百度ping服务 今天无意之间看到百度站长中有这个ping服务(孤陋寡闻呀).... 那什么什么是Ping服务 ping是基于XML_RPC标准协议的更新通告服务,用于博客把内容更新快 ...
- 423. Reconstruct Original Digits from English (leetcode)
Given a non-empty string containing an out-of-order English representation of digits 0-9, output the ...
- some phrase for oral english
依我看,在我看来 I suppose that, ... As far as i'm concerned, ... As i see it, ... It seems to me that ... 1 ...
随机推荐
- [dpdk][kernel][driver] 如何让DPDK的UIO开机自动加载到正确的网卡上
0. 前言 开了虚拟机,开始dpdk之前,我每天都干这几件事: [root@dpdk potatos]# modprobe uio [root@dpdk potatos]# insmod /root/ ...
- 上传本地代码到github&&从github下载源码
最近在玩github,下面简单介绍下githup的使用 将本地代码同步到github. 使用Git GUI同步 1,先下载git,然后安装.右键如图所示. 2,在github里新建一个 reposi ...
- PHP 小知识
-- 获取/设置响应的 HTTP 状态码 mixed http_response_code ([ int $response_code ] ) -- ... 操作符知道是什么么?看看 PHP 官方的 ...
- Java之旅_高级教程_Java Mysql连接(1)
工具:Eclipse .mysql5.7 MySQL连接驱动:mysql-connector-java-5.1.27.jar 获取地址:https://dev.mysql.com/downloa ...
- Http-server 的使用
Http-server 是一款基于node.js的web前端开发服务,可以很好的承担前后端解耦后,前端服务的搭建. 1,首先安装node node下载地址:https://nodejs.org/zh- ...
- Orchard Core 增加了一个API模块,要怎么调用
如下,我在Orchard Core框架中添加了一个API的模块,并且定义了对应的权限才可以调用,那么我们现在考虑的就是要怎么去调用它. 首先,我们用Fiddler查看下我们正常的登录的http报文,直 ...
- 【PyQt5-Qt Designer】工具箱(QToolBox)用法讲解
QToolBox() 实现抽屉效果 总体介绍: QToolBox类提供了一列选项卡的小部件(选项卡内含项目). 工具箱是一个小部件,它将选项卡一个一个的显示,当前项目显示在当前选项卡下方.每个选项卡在 ...
- es6学习一 promise上
简单来说promise在异步操作上提供可读性.(原来es5的异步操作可读性实在太糟糕了,如下图) 瞬间眼前百万只奔腾的马,只不过这种马有个别名,羊驼. 一.创建形式 1. 使用的基本形式: let p ...
- 【JMeter】获取JDBC响应做接口关联
1:从sql表中将需要取的数据查出来 2:我们需要把这个id为4451的数据从sql里面取出来,传到下一个sql里面,执行删除 3:写一个接口的传参有些不同,变成了var_id_1.var_id是之前 ...
- 教你使用SQL数据库复制系列(1-7)
SQL Server 复制系列(文章索引) 一.本文所涉及的内容(Contents) 本文所涉及的内容(Contents) 前言(Introduction) 复制逻辑结构图(Construction) ...