# Environment

1. 快餐文分享：

   The Eco-Programmer's Guide

   <http://john.mercouris.online/eco-programmer-guide.html>

   摘要：Emissions from CPUs a big a problem. Due to the nature of software scaling, small performance increases lead to massive differences in power consumption and global CO2 emissions. 文章呼吁开发者 为了更好的环境，更少的排放，应停止使用 Electron 等构建HTML5应用的技术。
2. 之前积累过的环保观点：
   1. 4G 上网的二氧化碳排放比 WIFI 上网高4～7倍。
   2. cloudflare 公司宣布，新推出的 Bot fight 功能所释放的二氧化碳，将通过种树弥补。根据计算，一个 CPU 内核每年释放8公斤二氧化碳，而一棵树吸收21公斤二氧化碳，因此计算量每新增2.5个 CPU 年，该公司将种植一棵树。
   3. 训练一个大型 AI 模型会排放近30吨二氧化碳，相当于5辆小汽车终身的二氧化碳排放量（包含制造期间的二氧化碳）。
3. 快餐文分享：

   中国南北差距已经到了最严峻时刻

   <https://www.huxiu.com/article/397502.html>

   摘要：除京沪以外，南方各城市GDP总量几乎都是相对应北方城市的2倍。考虑到中国城市的庞大体量，2倍已是一个很悬殊的差距。这或意味着，中国南北差距已经到了最严峻时刻。

   大多数北方城市在所有制上高度依赖国有企业，民间经济活力不足，计划经济残余尾大不掉。加之国家对环保要求从严，譬如曾长期跻身TOP 20城市之列的唐山，就是因钢铁去产能和环保限令，跌出了TOP 20。

   虎嗅今日热文。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://thinking.simonaking.com/tags/environment.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
