Migrating from Go to Rust
从Go转向Rust的实战迁移指南,涵盖常见模式对比与代码转换策略,适合已有Go基础的开发者快速上手。
Article URL: https://corrode.dev/learn/migration-guides/go-to-rust/ Comments URL: https://news.ycombinator.com/item?id=48259808 Points: 233 # Comments…
从Go转向Rust的实战迁移指南,涵盖常见模式对比与代码转换策略,适合已有Go基础的开发者快速上手。
Article URL: https://corrode.dev/learn/migration-guides/go-to-rust/ Comments URL: https://news.ycombinator.com/item?id=48259808 Points: 233 # Comments…
FFmpeg风格管道架构,让LLM工作流像视频处理一样灵活组合,新版本0.1.2发布。
Article URL: https://github.com/syndicalt/llmff/releases/tag/v0.1.2 Comments URL: https://news.ycombinator.com/item?id=48239913 Points: 2 # Comments: …
实时语音AI的延迟生死线:从Go到Rust的迁移如何压缩毫秒级时延,守住250ms实时交互边界。
In building Vivik, an execution-grade telephony AI engine, we faced a brutal constraint: the human conversational loop. In psychoacoustics, a delay un…
旧电脑也能跑AI训练?用Google Colab免费云端GPU轻松搞定,新手必看!
Introduction I recently booted up an offline card game I used to love — and couldn't clear the hardest difficulty anymore. I used to be able to beat i…
Next.js 12 重磅发布:Rust 编译器提速5倍,引入中间件和React 18原生支持
Next.js 12 introduces a brand-new Rust compiler, Middleware (beta), React 18 Support, Native ESM Support, URL Imports, React Server Components (alpha)…
纯Rust、零依赖实现LibreOffice核心功能,文档读写转换渲染速度提升100倍,支持多种格式
Hey HN, I built libreoffice-rs: a pure-Rust, std-only library + CLI for reading, writing, converting, and rendering office documents — with *zero* Lib…
用Rust自动化生成175种像素字体,彻底解决手动字距调整的繁琐与错误,步骤详解令人惊叹。
Here’s a fantastic post by Chevy Ray about how they made a dozens of pixel fonts using Rust : Kerning was a big time hog when making my previous font …
用Rust从零构建的PostgreSQL兼容数据库,支持图与向量查询,开源可学习。
Article URL: https://github.com/ayoubnabil/aiondb Comments URL: https://news.ycombinator.com/item?id=48206073 Points: 4 # Comments: 2
可启动的Linux操作系统,用React构建界面、Rust驱动后台,还集成本地AI,旧Mac 40秒进桌面。
Article URL: https://github.com/btkhaled/SamarisOSMountainLake Comments URL: https://news.ycombinator.com/item?id=48207826 Points: 1 # Comments: 0
为Rust应用提供限流、熔断、超时等组合弹性策略,轻松实现异步容错处理。
Resilient is an async toolkit for rust that handles fault tolerance for your rust Apps that often call other services or database queries frequently. …
Rust Cargo 推出构建目录布局 v2,邀请开发者参与夜间版测试,提前适配新格式
We would welcome people to try and report issues with the nightly-only cargo -Zbuild-dir-new-layout . While the layout of the build dir is internal-on…
Rust 1.94.1 发布,紧急修复三个回归,让 wasm、Windows API 和 Clippy 恢复稳定。
The Rust team has published a new point release of Rust, 1.94.1. Rust is a programming language that is empowering everyone to build reliable and effi…
Rust WebAssembly目标即将移除--allow-undefined标志,现有项目可能受影响,需及时了解变更细节与应对策略。
Rust's WebAssembly targets are soon going to experience a change which has a risk of breaking existing projects, and this post is intended to notify u…
docs.rs 默认构建目标从五个减为一个,2026年5月起生效,节省资源并加速构建,多目标 crate 需手动配置。
Building fewer targets by default On 2026-05-01 , docs.rs will make a breaking change to its build behavior. Today, if a crate does not define a targe…
Rust 1.95.0 正式发布,新增 cfg_select! 宏,实现编译时条件匹配,优化开发体验。
The Rust team is happy to announce a new version of Rust, 1.95.0. Rust is a programming language empowering everyone to build reliable and efficient s…
Rust编译器将提升NVIDIA GPU编译目标的最低PTX ISA和架构要求,影响旧硬件兼容性。
The nvptx64-nvidia-cuda target is a compilation target for NVIDIA GPUs. When using this target, the final output is PTX . Two version choices shape th…
一键自托管单文件应用,支持Node/Go/Rust等语言,快速获取持久HTTPS链接
I’m working on pack.sh, a simple way to deploy apps to your own server. The goal is to bring back the old zeit now feeling: run one command in a proje…
用 Terraform 部署 Azure 时遭遇 Policy 静默改写?本文揭示 DINE 策略导致的死循环与破解方法
Your Terraform pipeline is green. The deployment completes. You grab a coffee. Ten minutes later, Azure Policy has silently rewritten three of your re…
PostgreSQL扩展pg_infer,让LLM模型知识直接作为索引,实现相似度搜索和推理,开源且用Rust编写。
Article URL: https://codeberg.org/gregburd/pg_infer Comments URL: https://news.ycombinator.com/item?id=48180290 Points: 1 # Comments: 0
开源Rust打造、GPU加速的AI-first EDA,原生格式比KiCad小5倍,电路设计新选择。
Article URL: https://github.com/alplabai/signex Comments URL: https://news.ycombinator.com/item?id=48174633 Points: 2 # Comments: 0