Zhenda's Blog

Stay hungry, stay humble, and keep shipping value.

Industry Dev

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

My Business

开网店, 接单[toc] 渠道upwork yama 发现真实痛点用户愿意花钱解决它 卖货用"烟雾测试":先卖概念,有人付费再做产品 物流,支付 从小红书、抖音、微信等大流量平台起步,低成本获客。 为货讲故事, 平台宣传:图文,视频 定价 用户反馈 产品构建MVP(最小可行产品)不要追求完美,先做一个能用的版本。 MVP 开发时间规 …

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

cmd 1 2 3 4 5 6 7 8 9 # 环境变量的增删改查 set set Path set Path=xxx set Path=%Path%;xxx set Path= windows powershell 5windows自带 shell 1 $PSVersionTable 5.x.x powershell7跨平台shell, …

Fastapi Tutorial

[toc] 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 前 …