Talks

Talks

2026-04-05 11:25

豆包刚刚宣布,其日均 API Token 调用量已突破 120 万亿。而截至去年 7 月,全球范围内的大语言模型(LLM)推理 Token 日均消耗总量仅为 8 万亿。“豆包”早已成为国民级 AI 应用,我女儿如今每天都会用我的手机,生成数百条对话。一个典型的例子是,豆包可能训练了中国中小学所有教材内容,以至于我女儿在做“听写”作业时,可以直接让豆包像老师那样来听写某一课的内容,效果跟教师几乎没区别。

最关键的一点是,我们平常在使用其他人工智能服务时经常会面临使用上限和对话限制,比如我正在使用的 ChatGPT Plus,在 Codex 使用时,很容易就触发 5 小时用量限制。但豆包则完全不一样,我女儿可以整整一个晚上连续向它发送大量照片和视频,有一次,她连续拍摄了一个作业本的几十张照片来问豆包她的作业完成得怎么样,居然没有任何使用量限制,并且豆包居然还是完全免费的。

2026-03-17 11:57
While recently developing the Pocket Hugo project, I was simultaneously working on a Hugo theme specifically tailored for use with Pocket Hugo—the very theme currently powering this site. However, as this was my first foray into theme development, I spent a great deal of time scouring for examples to study and emulate; ultimately, I managed to build the theme largely according to my own vision. Yet, in the process, I overlooked a crucial detail: although I had fully intended to properly configure the RSS templates, I completely forgot to apply the necessary settings within the Hugo.toml configuration file. This oversight likely resulted in the site generating and broadcasting RSS feeds for over 400 articles last night. I would like to take this opportunity to sincerely apologize to everyone who subscribes to this site for any inconvenience this may have caused. The theme is currently undergoing final cleanup and finishing touches, and I anticipate that it will be officially launched within the next two or three days.
2026-03-16 11:56

After a period of preparation, the main features and key detail issues of Pocket Hugo have all been handled, and it is now officially released on GitHub. Along the way, I ran into quite a few problems and had to rack my brain to come up with many solutions. In fact, I had already released version 1.0.0 two days earlier. At that time, the experience in desktop browsers was already very good, and there were not many obvious issues when using it on a Vivo phone. But once I switched to an iPhone, I discovered a whole pile of problems, including the very small default LocalStorage capacity on iPhone, which could make the whole page crash after uploading a few more images, the poor built-in input method on iPhone, the low efficiency of Canvas, and default font settings affecting the UI display. After two more days of polishing, version 1.0.3 is the one that finally feels settled.

The original intention behind this project was entirely for my own personal use. If you happen to have the same kind of need, you may want to give it a try as well.