本文永久链接 – https://tonybai.com/2025/09/26/self-reliant-programmer 大家好,我是Tony Bai。 “当代多数软件,对其用户而言是一种耻辱。” 最近,一篇措辞激烈、观点鲜明的《自立程序员宣言》(Self-Reliant Programmer Manifesto)在技术圈流传开来。它以一种近乎愤怒的姿态,抨击了现代软件开发中日益增长的复杂性、对臃肿工具的过度依赖以及脆弱的供应链。 对于许多沉浸在复杂框架和...| Tony Bai
本文永久链接 – https://tonybai.com/2025/09/25/go-security-past-present-and-future 大家好,我是Tony Bai。 在软件安全领域,最成功的战役,往往是那些从未被公众所知的“隐形战争”。当一门编程语言的安全性被认为是理所当然时,这背后必然有一支团队在持续不断地进行着防御、修复与规划。对于 Go 语言而言,这支团队就是 Google 内部的 Go 安全/密码学团队。 在今年的 GopherCon UK 大会上...| Tony Bai
Happenings this Week I’ve been reading (and re-reading) The Expanse series—highly recommended if you like smart, gritty sci-fi. (The TV show holds up, too.) Since it was my birthday yesterday, I decided […] The post MAS Happenings – September 16 2025 first appeared on Minnesota Astronomical Society.| Minnesota Astronomical Society
The much-anticipated NNSF kicks off tomorrow, and for those who can’t make it up there Cherry Grove Observatory is hosting a member star party on Friday night.| Minnesota Astronomical Society - Minnesota's amateur astronomical society
本文永久链接 - https://tonybai.com/2024/01/06/the-2024-review-of-go-programming-language 2024年底,由于感染了甲流,我在家卧床休息了两天,原定于2024年进行的Go语言盘点写作因此被迫推迟。不过,我始终相| tonybai.com
本文永久链接 - https://tonybai.com/2024/12/17/go-1-24-foresight-part2 在上一篇文章中,我们介绍了即将于2025年2月发布的Go 1.24版本在语法、编译器和运行时方面的主要变化。本文将继续承接上文,重点介绍Go| tonybai.com
本文永久链接 - https://tonybai.com/2024/12/16/go-1-24-foresight-part1 自2020年底撰写《Go 1.16版本新特性前瞻》以来,四年转瞬而逝。在这段时间里,每当Go的大版本开发进入新特性冻结(freeze)阶段,我都会为| tonybai.com
Learn how to integrate SQLite with Go using the C API provided by the language, focusing on key operations like opening and closing the database, preparing statements, and binding parameters.| Happiness Machines