BytePower 技术周刊 - 037
📘 封面
小湖边的晚霞
📖 文章
The Architecture Behind A One-Person Tech Startup ☞
For context, I run a one-man SaaS, and this is a more detailed version of my post on my tech stack. I use Kubernetes on AWS, but don’t fall into the trap of thinking you need this. I learned these tools over several years mentored by a very patient team. These tools work well for me, but they might not be the right fit for you.
一文了解内存物理结构 ☞
本文介绍了内存从下到上的结构,从物理硬件上了解它,对我们使用它应该有一些帮助。
使用 curl 命令分析请求的耗时情况 ☞
➜ ~ cat curl-format.txt
time_namelookup: %{time_namelookup}\n
time_connect: %{time_connect}\n
time_appconnect: %{time_appconnect}\n
time_redirect: %{time_redirect}\n
time_pretransfer: %{time_pretransfer}\n
time_starttransfer: %{time_starttransfer}\n
----------\n
time_total: %{time_total}\n
➜ ~ curl -w "@curl-format.txt" -o /dev/null -s -L "https://baidu.com"
time_namelookup: 0.012
time_connect: 0.018
time_appconnect: 0.328
time_redirect: 0.356
time_pretransfer: 0.018
time_starttransfer: 0.027
----------
time_total: 0.384
2023 掘金年度技术演讲 PPT & 直播回放 ☞
姓名 | 演讲主题 | 讲师 PPT 下载 |
---|---|---|
张雷 | 云数据库技术挑战与趋势:字节跳动的实践洞察 | https://bytedance.larkoffice.com/file/L2wzbk0hUoqyVcx8Q04cViBDnYb |
卢翔龙 | NVIDIA:LLM 推理和服务部署技术总结及未来展望 | https://bytedance.larkoffice.com/file/XZWFbZikNoGMiwxOZo1cQqERnJb |
堵俊平 | 开源与商业:GenAI 时代的新碰撞 | https://bytedance.larkoffice.com/file/U9zhbMssCoPvzrxcNa7cZH2znIg |
刘群 | 大语言模型技术现状和发展趋势的思考 | https://bytedance.larkoffice.com/file/PlbjbDnU1ooD2Px7Zqpc6XQBnad |
王楠 | 寻找 AI 变革下的不变需求:工具开发者视角下的 2023 | https://bytedance.larkoffice.com/file/PF6Xb5F7JoXndAxpJB6cL48jncc |
黄玄 | 前端已死,前端永生 | https://bytedance.larkoffice.com/file/DmBybfZgPoKcd9x9gQicRX9hnTh |
Slack 发布用于 Kubernetes StatefulSet 部署的 Operator ☞
Slack 开发了一个定制的 Kubernetes Operator,旨在克服管理 StatefulSet 部署时的限制。在 Slack 的工程博客上,Clément Labbe(高级云计算工程师)介绍了 Bedrock Rollout Operator,开发这个 Operator 的初衷是为了提供更精细的控制和增强功能,优化在 Kubernetes 集群中部署有状态应用程序的过程。
🧰 工具
deepseek ☞
兼容 OpenAPI 接口的 GPT 大模型,一大优势是价格便宜(1-2 元/百万 tokens)。
rotato ☞
基于浏览器的本地视频压缩工具,无损压缩率最高能达到 90%; 原理为使用 wasm 封装了 ffmpeg,所以本地可以执行 ffmpeg,效果相同。
ffmpeg -i input.mp4 -c:v libx264 -tag:v avc1 -movflags faststart -crf 30 -preset superfast output.mp4
giscus ☞
利用 GitHub Discussions 实现的评论系统,让访客借助 GitHub 在你的网站上留下评论和反应吧!本项目深受 utterances 的启发。
它如何运作
giscus 加载时,会使用 GitHub Discussions 搜索 API 根据选定的映射方式(如 URL、pathname、title 等)来查找与当前页面关联的 discussion。如果找不到匹配的 discussion,giscus bot 就会在第一次有人留下评论或回应时自动创建一个 discussion。
访客如果想要评论,必须按照 GitHub OAuth 流程授权 giscus app 代表他发布,或者可以直接在 GitHub Discussion 里评论。你可以在 GitHub 上管理评论。
ShareDrop ☞
Easy P2P file transfer powered by WebRTC - inspired by Apple AirDrop
tabby ☞
Self-hosted AI coding assistant。
docker run -it \
--gpus all -p 8080:8080 -v $HOME/.tabby:/data \
tabbyml/tabby \
serve --model StarCoder-1B --device cuda --chat-model Qwen2-1.5B-Instruct
puter ☞
🌐 The Internet OS! Free, Open-Source, and Self-Hostable.
ChatTTS ☞
ChatTTS 是一款专门为对话场景(例如 LLM 助手)设计的文本转语音模型。
V0 ☞
通过交互式对话,直接按照要求生成 React 实现的 web 代码。
Tailspin 日志高亮工具 ☞
tailspin 是基于 Rust 开发的日志高亮工具,该工具 无须配置、开箱即用,其原理是运行一系列正则表达式,高亮提示 日期、服务器 IP 地址、数字 等,并且支持 定制关键字,更帮助你快速检索到想要的信息。
🐠 有趣的东西
Watching the World ☞
可以从这里访问世界各地公开的摄像头。
当安装捆绑软件被做成了游戏,你能通关多少? ☞
《流氓软件》游戏简介
- 无良软件商为了诱使用户安装恶意软件,绞尽脑汁将恶意安装选项藏在正常软件的安装程序中。你能避开软件商设置的重重诱导,将纯净的软件安装到电脑上吗?
- 你穿越时空回到 1999 年,那个曾是属于互联网的田园牧歌时代。然而你发现,这个时代并没有记忆中那般美好。流氓软件,恶意安装,这些本应属于未来的互联网糟粕早已占据了此时的互联网世界。20 世纪末的单纯网民们对此束手无策,一切希望都寄托在了在未来的肮脏互联网环境中身经百战的你的身上……