https://twitter.com/njukidreborn/status/1616532509470363648?s=20&t=_PwfwwuKcQydBcrqmz4_DQ 。这个项目是我圣诞期间写的,一直没有发布,今天让 ChatGPT 帮我写了 readme 和 promotional tweet 然后发布出来了。老实说有ChatGPT 做这类工作,我发布新产品的心理负担小很多。
👍4

Channel
@rebornix
On this record: Growth · Engagement · Reactions · Posts · Handles named that no longer answer · Cite this entry
284subscribers
-2 since we began measuring on 7 August 2026
Risers and fallers across the register · movement among entries of Under 1,000.
| Telegram ID | -1001122624937 |
|---|---|
| Type | Channel |
| Username | @rebornix |
| Created | Between 1 June 2017 and 13 November 2019— estimated from Telegram’s id allocation, not measured. How this range is calculated. |
| First recorded | 8 August 2026 |
| Last confirmed live | 27 August 2026 |
| Measurements held | 4 |
| Confirmed unchanged | 1 time, most recently 27 August 2026 |
| On Telegram | t.me/rebornix |
| Measured (UTC) | Subscribers | Change |
|---|---|---|
| 27 Aug 2026, 13:25 | 284 | -1 |
| 21 Aug 2026, 03:36 | 285 | -1 |
| 8 Aug 2026, 08:20 | 286 | no change |
| 7 Aug 2026, 23:12 | 286 | first reading |
20 posts held, back to 13 November 2019 — the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 pageof 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 20 January 2023. An engagement rate over an empty window would be a number about nothing.
19 reactions across 6 posts, in 5 distinct kinds. The most used accounts for 47.4% of them.
| Reaction | Count | Share | Share, drawn |
|---|---|---|---|
| 👍 | 9 | 47.4% | |
| 😁 | 5 | 26.3% | |
| ❤ | 2 | 10.5% | |
| 🤔 | 2 | 10.5% | |
| 😢 | 1 | 5.26% |
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 7 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 19reactions 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 13 November 2019 to 20 January 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.
https://twitter.com/njukidreborn/status/1616532509470363648?s=20&t=_PwfwwuKcQydBcrqmz4_DQ 。这个项目是我圣诞期间写的,一直没有发布,今天让 ChatGPT 帮我写了 readme 和 promotional tweet 然后发布出来了。老实说有ChatGPT 做这类工作,我发布新产品的心理负担小很多。
👍4
https://notes.crmarsh.com/ruff-the-first-200-releases ruff 和 esbuild 一样令人叹为观止
https://cacm.acm.org/magazines/2023/1/267976-the-end-of-programming/fulltext 作为一名开发工具从业者,我觉得这篇文章不是危言耸听。我悲观的认为,我们会逐渐过渡到AI协助写代码,这一阶段大家都能逐渐成为 10x engineer。然后AI成为系统运行的核心(input->output),很多工作将会被取代。最后在工具/系统层面完成自举 ;(。 看 GPT 的发展速度,前两个阶段可能在2030年前到来。
👍3
秉承着我不写Rust但是每次Rust大新闻我都不错过的原则,这则新闻一定要分享:Vercel 推出 Turbopack,用Rust写的全新的 bundler,用于替代Webpack https://vercel.com/blog/turbopack
🤔1
不知道多少人听说过Zaplib,这是一个旨在借助Rust+WebAssembly优化Web应用性能的开源library。三个月前他们上过两次 Hackernews 首页,但现在他们发现几乎找不到实际的应用场景(及客户),而有意义的性能优化大概率来自于 WebGL和代码重构,于是他们弃坑了... https://zaplib.com/docs/blog_post_mortem.html
😁5👍1🤔1😢1
如果你需要使用或者自研 syntax highlihgter,推荐一个科普文 https://joelgustafson.com/posts/2022-05-31/syntax-highlighting-on-the-web 细数了 TextMate,TreeSitter 以及 Code Mirror 6 (lezer) 的优劣。无论你的应用是不是 Web 平台, 自研其实是非常不划算的。
❤1👍1
如果你也关注 Web IDE,你估计听说过 GitPod、 Theia,、Code Server 等等,国内阿里、腾讯和华为都有自研的类似的的产品。不过随着 VS Code 把自己的 server cli (Remote SSH/Container/WSL 的核心)开源了,直接使用 VS Code 的UI来定制 Web IDE 重新成了最经济的方案。 GitLab 在调研了使用 Theia 两年后于今日公布他们将会直接使用 VS Code https://about.gitlab.com/blog/2022/05/23/the-future-of-the-gitlab-web-ide/
两年前在家休产假的时候写了篇博客介绍了一些最近的性能优化相关的浏览器新提案,最近调研产品的时候发现刚好可以用上其中的几个(而且他们快要发布了)。搞笑的是我是从谷歌搜索导航到自己的文章的,真可谓好记性不如烂笔头。https://rebornix.com/work/2019/10/29/Web-Proposals/
从去年春节到现在已经在家窝了一年了,期间 remodel 了书房,修了好几个家电,更换了一些智能家居设备,本来想录个视频讲讲为什么 home assistant 真香,结果录制过程中就被啪啪打脸。于是先写了文章介绍一下我现在使用 smart home 的情况 https://rebornix.com/home/2021/01/21/SmartHome/
一篇深入浅出解释为什么苹果的 M1 有这么大的性能优势,以及为什么 Intel/AMD 很难跟上。讲解了一些计算机基础知识,不过阅读起来没有难度,推荐 https://erik-engheim.medium.com/why-is-apples-m1-chip-so-fast-3262b158cba2
看到隔壁说 Channel 终于支持评论了 ……
年度发 Pull Request 大赛又开始了,为了减轻这个月我的工作量,录了段简短的教程,没有给 VS Code 贡献过代码的可以看看 https://youtu.be/4wNUvg5hQ4A
Showing the 12 most recent of 20 posts we hold for @rebornix. 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.
@rebornix named 1 handle that resolve to nothing today. That is a fact about the reference, not necessarily a fact about the handle’s history — see the two groups below.
Most of these may never have existed as a live channel at all.A handle a channel names can be a typo, an aspirational name nobody registered, or a channel that was already gone before this one ever mentioned it. Unless a row below is marked evidenced, all we know is that it references a handle that is not a live channel today — not that anything “died”. How this is measured.
References a handle that is not a live channel — we have no record it ever was one.
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 27 August 2026 — this entry's latest reading, not the date you are reading this.
“Better Naming” (@rebornix), 284 subscribers as measured 27 August 2026. Telegram Register, tgregister.com/channel/rebornix.
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.