再解释一下为啥不自动化发布呢? 1. 其实建立这个channel 的初衷,是为了满足我自己的学习需求。从收集信息到发布信息的过程,促使我自己学习和思考。 2. 也是因为我自己比较懒,另外 GPT-4 api key 也挺贵的。 3. 现在用 GPT ,我的学习需求有了变化,不方便再把输出复制到channel共享了。 自动化的事,留给其他人吧。
😭44👎11❤8💩8👍5

Channel
@rust_daily_news
On this record: Growth · Engagement · Reactions · Posts · Citations · Cite this entry
2,046subscribers
-6 since we began measuring on 6 August 2026
Risers and fallers across the register · movement among entries of 1,000–3,162.
| Telegram ID | -1001342098047 |
|---|---|
| Type | Channel |
| Username | @rust_daily_news |
| Created | Between 1 March 2018 and 31 August 2021— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 6 August 2026 |
| Last confirmed live | 16 August 2026 |
| Measurements held | 5 |
| Confirmed unchanged | 1 time, most recently 16 August 2026 |
| On Telegram | t.me/rust_daily_news |
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 16 Aug 2026, 02:22 | 2,046 | -1 |
| 12 Aug 2026, 15:14 | 2,047 | -5 |
| 9 Aug 2026, 21:31 | 2,052 | -1 |
| 6 Aug 2026, 19:41 | 2,053 | +1 |
| 6 Aug 2026, 08:36 | 2,052 | first reading |
20 posts held, back to 5 May 2023 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 2 pagesof Telegram’s post history, 20 posts per page.
Nothing published in the last 30 days. ERR and ER are rolling 30-day measures, so there is nothing to compute — we hold 20 posts for this entry, the most recent from 19 May 2023. An engagement rate over an empty window would be a number about nothing.
288 reactions across 13 posts, in 12 distinct kinds. The most used accounts for 42.0% of them.
| Reaction | Count | Share | Share, drawn |
|---|---|---|---|
| 😭 | 121 | 42.0% | |
| 👎 | 60 | 20.8% | |
| ❤ | 35 | 12.2% | |
| 👍 | 30 | 10.4% | |
| 💩 | 18 | 6.25% | |
| 🤡 | 7 | 2.43% | |
| 🤝 | 5 | 1.74% | |
| 🔥 | 4 | 1.39% | |
| 🤣 | 3 | 1.04% | |
| 🤮 | 3 | 1.04% | |
| 🤔 | 1 | 0.347% | |
| 🥴 | 1 | 0.347% |
No sentiment is inferred, and none should be read in. This table is ordered by count and by nothing else. Emoji do not carry stable meaning across languages or communities — 🙏 is thanks in one channel and mourning in another — so we publish which ones were pressed and how often, and pass no judgement on what an audience meant by them.
Precision. Telegram publishes reaction counts per emoji and short-forms each one — 4.34K, 1.2M — so any single kind at or above 1,000 reaches us at three significant figures, and only counts below 1,000 are exact. The shares above are ratios of those figures and carry the same error. This is also why the total here can differ slightly from a reaction total printed elsewhere on the page: both are sums of the same rounded parts, taken over samples with different edges.
Coverage. Reactions were read on 13 of the 20 sampled posts in this sample. Summed by Telegram’s own count on each post — not by adding up the per-emoji breakdown above — those same posts carry 288reactions in total: the kind of figure the paragraph above means by “a reaction total printed elsewhere on the page”.
Measured over the 20 most recent posts we hold, published 5 May 2023 to 19 May 2023, using the newest reading held for each. Telegram Stars are excluded: they are a payment, not a reaction, and they have their own section.
再解释一下为啥不自动化发布呢? 1. 其实建立这个channel 的初衷,是为了满足我自己的学习需求。从收集信息到发布信息的过程,促使我自己学习和思考。 2. 也是因为我自己比较懒,另外 GPT-4 api key 也挺贵的。 3. 现在用 GPT ,我的学习需求有了变化,不方便再把输出复制到channel共享了。 自动化的事,留给其他人吧。
😭44👎11❤8💩8👍5
【正式通告】 本 Channel 从 2018 年2月开始建立,持续一年半每天发布 Rust 相关动态,后面因为精力有限改为不定期发布。截止到今天,有了 ChatGPT 或相关工具,可以让大家快速获取 Rust 生态相关信息,甚至可以对全文进行总结。所以本 Channel 的使命到今天就正式结束了。 但是相关数据还会保留,大家江湖再见吧! 感谢一直以来热爱 Rust 的朋友支持。
😭57👍12👎9🤝5❤1
利用 GPT 插件,可以快速了解 Rust 生态动态, 所以本 Channel 的使命,应该到今天就结束了。
😭20👎3
今天的最热的新闻莫过于 ChatGPT iOS 客户端发布了。 iOS客户端可以实现方便基于 Apple ID 和 app 内支付进行账号充值,另外,在网页端使用过插件的话,在 app 里可以根据 history 寻找相关 session 继续使用插件。
❤1
进一步详细的总结: 1. [Announcing "unsend", a thread-unsafe async runtime for thread-unsafe people](https://notgull.github.io/unsend):这是一个新的异步运行时库,名为"unsend",它是线程不安全的,专为线程不安全的人设计。它的目标是提供一个简单、易用的异步运行时,让开发者能够更容易地编写异步代码。 2. [no more bit fiddling (and introducing bilge)](https://hecatia-elegua.github.io/blog/no-more-bit-fiddling/):这篇文章讨论了位操作的问题,并介绍了一个新的库bilge,它可以帮助开发者更容易地进行位操作。作者还分享了他如何使用bilge库来解决他在开发过程中遇到的一些问题。 3. [rust-analy…
🔥4❤1👍1
下面文本是链接修复版本: 以下是今天Reddit Rust频道的一些新闻和讨论: 1. [Announcing "unsend", a thread-unsafe async runtime for thread-unsafe people](https://notgull.github.io/unsend):这是一个新的异步运行时库,它是线程不安全的,专为线程不安全的人设计。 2. [no more bit fiddling (and introducing bilge)](https://hecatia-elegua.github.io/blog/no-more-bit-fiddling/):这是一篇博客文章,讨论了位操作的问题,并介绍了一个新的库bilge。 3. [rust-analyzer changelog #181](https://rust-analyzer.github.io/thisweek/2023…
相比 google ai 更强一些:google ai链接是编的,webpilot插件的链接是对的,但是有部分链接被截断了
ChatGPT这个 WebPilot 插件不错
全球开源技术峰会 5.27~28 大会特别邀请了 Rust 基金会执行董事前来分享,还单独开设了 Rust 论坛,所有的议题都严格审核过,干货满满,欢迎大家前来参与~ https://gotc.oschina.net/
字节跳动开源了一个 Rust 写的通用代理方案,包括但不限于代理、反向代理、负载均衡、NAT穿透等 https://github.com/bytedance/g3 https://www.reddit.com/r/rust/comments/13ff3o3/g3proxy_get_open_sourced_after_3_years_of/
❤9🤔1
RustNL 2023 Conference 回放 https://www.youtube.com/watch?v=9Q4yNlbfiYk
❤2👍1
crates.io 上的 API token scope现在处于公开 Beta 测试期! https://crates.io/settings/tokens/new 该功能允许用户选择 token 可以调用哪些 endpoints 以及可以影响哪些crates。此功能用于改善 CI 场景(例如在推送 git 标签后自动发布 crates)。 RFC 中定义的 endpoint scope: - publish-new: 允许发布新的 crate , 对应 endpoint: PUT /crates/new (new crates) PUT /crates/new - publish-update: 允许用户更新现有 crate , 对应 endpoint: PUT /crates/new (existing crates) PUT /crates/new - yank: 允许撤销和取消撤销用户创建的现有版本, 对…
❤6
Showing the 12 most recent of 20 posts we hold for @rust_daily_news. View and reaction counts are the latest single reading for each post, not a live figure, and a recent post is still accumulating both. A view count marked ≈ was rounded by Telegram before we ever saw it — t.me prints views in full below 1,000 and to three significant figures above, so ≈1,200,000 means somewhere between 1,150,000 and 1,249,999. Unmarked counts are exact. Text is reproduced from the public post preview and truncated for length.
Republishes
Channels on the register whose posts this channel has forwarded.
Built only from forwarded posts we have actually read, on both sides. Coverage is early and deliberately incomplete: a missing link means we have not read the post that would prove it, never that the relationship does not exist. Counts are distinct forwarded posts observed, so they only ever go up as we read more.
A live page changes as we take new readings, so a citation should name the measurement it is based on, not just the URL. The line below cites the subscriber count as measured 16 August 2026 — this entry's latest reading, not the date you are reading this.
“Rust 视界” (@rust_daily_news), 2,046 subscribers as measured 16 August 2026. Telegram Register, tgregister.com/channel/rust_daily_news.
Full measurement history, CC BY 4.0. Every reading this register holds for this entry, not just the latest one, as a dated, downloadable record: CSV · JSON. Free to use with attribution to tgregister.com. Each file carries its own generation timestamp, which is the figure to cite for exactly when the data was retrieved.