未定¶
大模型¶
SFT: Supervised Fine-Tuning(有监督微调)
RM: Reward Modeling(奖励建模)
PRO: Prompt-based Learning(基于提示学习)
RLHF: Reinforcement Learning from Human Feedback(从人类反馈中强化学习)
LERT: A Linguistically-motivated Pre-trained Language Model
PLM: Pre-trained Language Model(预训练语言模型)
HFL: 哈工大讯飞联合实验室
MLM: masked language modeling(掩码语言模型)
LIP: 语言学启发的预训练机制
VLE Multimodal Vision-Language Encoder
WWM: Whole Word Masking(全词Mask)
SQuAD: Stanford Question Answering Dataset
EM: Exact Match(, F1-Score)
MMT: Multilingual Multitask Tuning,多语言多任务微调
MLM: Masked Language Model
NSP: Next Sentence Prediction
LLM: Large Language Models
CLIP: Contrastive Language-Image Pre-Training(, LLM, ai)
CoT,Chain-of-Thought(思维链)
GGML(Generalized Gradient Machine Learning)通用梯度机器学习模型
GGML 代表 “GPT-Generative Model Language”
PEFT, or Parameter-Efficient Fine-Tuning
GLUE: General Language Understanding Evaluation
BART: Bidirectional and Auto-Regressive Transformers(双向自回归Transformers, BERT)
BERT: Bidirectional Encoder Representation from Transformers(双向Transformer的Encoder, BART)
DETR: DEtection TRansformer(, ai, LLM)
GPT: Generative Pre-trained Transformer
其他¶
CSRG: Computer Systems Research Group
IAB: Internet Architecture Board
IANA: Internet Assigned Numbers Authority (manager the well known ports(1-1023))
IRTF: internet Research Task Force
ISOC: Internet Society
RADIUS: Remote Authentication Dial In User Service
TFTP: the Trivial File Transfer Protocol
WISPr: Wireless Internet Service Provider roaming
WISPs: Wireless Internet Service Providers
WPO: Web Performance Optimization
FSM: Finite-State Machine(有限状态机)
NFA: Nondeterministic finite automaton(非确定有限自动机)
DFA: Deterministic finite automaton(确定性有限自动机)
Coder聊天专用语言¶
ABC: Always Be Coding
DRY: Don’t Repeat Yourself
LGTM: Looks Good To Me (代码已经 review 可以合并)
Mtg: meeting
RTFM: Read The Fucking Manual/Read The Foolish Manual
SDE: Someone Do Everything
STFW: Search the fxxking web
TL’NR: Too Long, Not Read
RFC¶
STD: Internet Standards
RFC: Request for Comments(rfc)
FYI: For Your Information(rfc)
BCP: Best Current Practices(rfc)
HOTP: HMAC-Based One-time Password(security, rfc4226)
协议¶
HTTP¶
HAL: Hypertext Application Language(HTTP REST)
HATEOAS: Hypermedia as the Engine of Application State(HTTP REST)
HSTS: HTTP Strict-Transport-Security(HTTP header)
CORS: Cross-Origin Resource Sharing(跨源资源共享, HTTP, 安全, vulnerability)
CSP: Content Security Policy(网页安全政策, HTTP)
其他¶
SNAP: Sub-network Access Protocol(子网接入协议, network-protocol)
LCP: Link Control Protocol(数据链路的链路控制协议, network-protocol)
NCP: Network Control Protocol(网络层协议的网络控制协议)
时区¶
CST: Central Standard Time (USA)
CST: Central Standard Time (Australia)
CST: China Standard Time
CST: Cuba Standard Time
DST Daylight Saving Time(夏日节约时间)
GMT: Greenwich Mean Time(格林威治时间)
PDT: Pacific Daylight Time(太平洋夏季时间)
PST: Pacific Standard Time(太平洋标准时间)
PT: Pacific Time(太平洋时间)
UTC: Universal Time Coordinated(世界标准时间)
运维¶
MTTF: Mean Time To Failure(平均故障前的时间, 即系统平均能够正常运行多长时间才发生一次故障)
MTTR: Mean Time To Recovery,平均修复时间,即从故障出现到故障修复的这段时间
MTBF: Mean Time Between Failure,平均无故障时间(平均故障间隔时间)
运营¶
DAU: Daily Active User(单日活跃用户量)
MAU: Month Active User(单月活跃用户量)
PV: Page View(访问量: 浏览量/点击量)
UV: Unique Visitor(独立访客)
版本&发布¶
Alpha:是内部测试版,一般不向外部发布,会有很多 Bug. 一般只有测试人员使用
Beta:也是测试版,这个阶段的版本会一直加入新的功能。在 Alpha 版之后推出
RC: Release Candidate(发布候选版)
GA: General Availability(正式发布的版本)
RTM: Release to Manufacture(给工厂大量压片的版本)
OEM: 是给计算机厂商随着计算机贩卖的,也就是随机版:
只能随机器出货,不能零售。只能全新安装,不能从旧有操作系统升级 包装不像零售版精美,通常只有一面 CD 和说明书 (授权书)
RVL: 号称是正式版,其实 RVL 根本不是版本的名称。它是中文版 / 英文版文档破解出来的
EVAL: 而流通在网络上的 EVAL 版,与 “评估版” 类似,功能上和零售版没有区别
RTL: Retail (零售版) 是真正的正式版,正式上架零售版:
在安装盘的 i386 文件夹里有一个 eula.txt,最后有一行 EULAID,就是你的版本 比如: 简体中文正式版是 EULAID:WX.4_PRO_RTL_CN 繁体中文正式版是 WX.4_PRO_RTL_TW 其中: WX. 开头是正式版 WB. 开头是测试版 _PRE,代表家庭版 _PRO,代表专业版
α、β、λ 常用来表示软件测试过程中的三个阶段:
α 是第一阶段: 一般只供内部测试使用 β 是第二阶段: 已消除软件中大部分不完善处,但仍有可能存在缺陷和漏洞,一般只供给特定的用户群来测试使用 λ 是第三阶段: 此时产品已经相当成熟,只需在个别地方再做进一步的优化处理即可上市发行
性能&单位¶
CPS: 每秒新建连接数:每秒新建连接的数量,体现处理新增连接的能⼒
PPS: 每秒处理包量: 每秒钟转发的包量,体现包转发速率
QPS: Query Per Second(每秒请求数,一般指读取,TPS)
TPS: Transactions Per Second(每秒事务数,一般指写入,QPS)
BIO: Block IO,阻塞 io,PPC 和 TPC 属于这种
NIO: No-Block IO,多路复用 io,reactor 就是基于这种技术
AIO: Async IO,异步 io,Proactor 就是基于这种技术
MB:
GB: GigaBytes
bps: bit per second
bit: 比特
1Kbps=1024bps
1Mbps=1024Kbps=1024*1024bps
Byte: 字节
1GB=1024MB
1MB=1024KB=1024*1024B
1B=8b
1Mbps=1024K/8B/s=128KB/s=0.125MB/s
理论上 2M(即 2Mbps)宽带的理论速率是 256KB/s
实际速率最多只能达到 80%,大约为 103–200KB/s:
即: 算的时候可以简单: 1KB=10kb 计算机性能、网络设备质量、资源使用情况、网络高峰期、网站服务能力、线路衰耗,信号衰减等多因素的影响 当本地下载速率显示为 1KB/s 时,线路实际传输速率约 10Kbps 例如: 下载显示是 50KByte/s 时,按照损耗 20%(可能 30% 左右)计算,实际已经达到了 500Kbps 的速度
工作相关¶
JD: job description
HC: hire count: 雇佣人数
HC: head count: 岗位
TL: Tech Leader
hr3D: LD, OD, TD
LD(learning and development):
更加注重的是知识技能和工作的匹配,并要求具有预见性地看到这个工作未来需要什么样的能力,未雨绸缪; 同时也更佳注重员工的自主学习能力,而非使用培训部门强制员工定时定点参与学习。 需要注意的是,LD 强调的不仅仅是学习,而是学习正确的技能。
OD(Organization Development):
较大的跨国集团才会设置此岗位,属于组织架构层面的范畴,也会外包给咨询公司做
TD(Talent Development):
包括 L&D 的工作内容,除此之外还有胜任力模型搭建、人才开发、人才盘点、继任者计划等,属于较高层次的人力资源管理范畴
区块链¶
BSC: 币安智能链
DEX: 去中心化交易所
EVM: 以太坊虚拟机
UTXO: Unspent Transaction Outputs(未经使用的交易的输出)
DAO: Decentralized Autonomous Organization
NFT: Non-fungible token(a unit of data stored on a digital ledger)
EOA:
EVM:以太坊虚拟机
ABI:Application Binary Interface
SPV:简化支付验证
GHOST:Greedy Heaviest Observed Subtree
DHT:Distributed Hash Table
SLP:Simple Ledger Protocol,简单帐本协议
ILP:InterLedger Protocol,互联帐本协议
PBFT:Practical Byzantine Fault Tolerance衫拜占庭容错
DPoS:Delegated Proof of Stake股份授权证明机制
PoS: 权益证明
PoSA: 权益抵押证明
安全¶
ABE: Attribute-Based Encryption(基于属性加密, security)
IBE: Identity-Based Encryption(基于身份加密, security)
其他¶
dash: –
hyphen: -
slash: /
dot: .
cross: +
underscore: _
CSHIA: China Smart Home Industry Alliance(智能家居产业联盟)