Zhenda's Blog

Stay hungry, stay humble, and keep shipping value.

Industry Dev

和年龄无关 作家 画家 音乐家 摄影师 飞行员 越老越吃香 公务员 医生 律师 老师 建筑师 厨师 越老越不值钱 程序员 快递员 模特 运动员 服务员 流水线工人 转型 岗位 职责 级别 产品经理 PM 研究数据,市场,用户的需求,产品设计流程,基础的数据分析方法和竞争对手和用户体验 高 项目经理 PJ 项目计划,项目进度,保质量按时完成 技术负责人(TL) …

Ai Tool

[toc] cuda 1 nvcc -V 1 2 3 4 5 nvcc: NVIDIA (R) Cuda compiler driver Copyright (c) 2005-2022 NVIDIA Corporation Built on Tue_Mar__8_18:36:24_Pacific_Standard_Time_2022 Cuda …

Win Shell

windows系统的终端 cmd windows powershell 环境变量的增删改查cmd 1 2 3 4 5 set set Path set Path=xxx set Path=xxx;%Path% windows powershell 1 2 3 4 5 6 7 8 ls env: $env:MY_VAR Get-Command -Name …

Fastapi Tutorial

link https://fastapi.tiangolo.com/zh/tutorial/first-steps/ 快速开始 1 uvicorn main:app --reload --port 8000 查看restful 文档: http://127.0.0.1:8000/docs http://127.0.0.1:8000/redoc 前置内容异 …

Decentralization

去中心化在去中心化网络中,设计出合理的规则和技术方案,让每个节点在不依赖中心机构的情况下,能够公平、透明地参与到网络运行中,是去中心化技术的关键。 信任问题是去中心化系统需要解决的核心问题。它通过共识机制、防恶意行为、数据一致性、隐私保护、激励机制等手段,来保证网络的安全性、稳定性和可持续发展。 p2pP2P网络是一种去中心化的网络结构,节点之间直接连接,不 …