Telegram RegisterThe public register of Telegram
Telegram profile photo for 方寸间

Channel

方寸间

@FunCunJ

On this record: Growth · Engagement · Posts · Cite this entry

605subscribers

-1 since we began measuring on 6 August 2026

Risers and fallers across the register · movement among entries of Under 1,000.

Register entry

Telegram ID-1001213893061
TypeChannel
Username@FunCunJ
CreatedBetween 1 March 2018 and 31 July 2021 — estimated from Telegram’s id allocation, not measured. How this range is calculated.
First recorded6 August 2026
Last confirmed live3 September 2026
Measurements held5
Confirmed unchanged1 time, most recently 3 September 2026
On Telegramt.me/FunCunJ

Growth

605608606.56 August 2026 — 606 subscribers6 August 2026 — 606 subscribers13 August 2026 — 607 subscribers27 August 2026 — 608 subscribers3 September 2026 — 605 subscribers6 August 20263 September 2026
5 measurements spanning 29 days, net -1. Dots are measurements; the straight line between them is drawn to join them, not to claim we know the path taken in between — snapshots are recorded only when a count changes, so gaps mean “no change observed”, never “interpolated”. The vertical axis spans 605–608 and does not start at zero.
Measurement log — every subscribers count we have recorded
Measured (UTC)SubscribersChange
3 Sept 2026, 21:37605-3
27 Aug 2026, 02:57608+1
13 Aug 2026, 14:38607+1
6 Aug 2026, 17:47606no change
6 Aug 2026, 09:04606first reading

Engagement

20 posts held, back to 18 July 2026the reader has not yet reached the start of this channel’s public history, so older posts may sit further back, unread. Read across 1 page of 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 6 August 2026. An engagement rate over an empty window would be a number about nothing.

Recent posts

6 Aug 2026, 10:51 UTC10 viewsread 6 August 2026

用AI识别扫描PDF中表格和示意图的方法 今天有一个懒猫微服的用户提出了建议:很多技术PDF书籍里面有大量的表格和示意图,PDF转换成EPUB的时候,能否把这些表格和示意图截取出来放到EPUB中? 如果是可编辑的PDF就比较好处理,因为可以通过MuPDF这个库来分别提取文字和图片,但是扫描版的PDF,不管是文字还是表格示意图其实都是整张图的一部分,无法通过PDF库来识别,必须靠AI模型来识别后并采用截图的方法才能做到 本来我是没有抱希望的,所以,我就和GPT探讨是否有我上面想的这种方案? 用AI模型来识别扫描版PDF的表格和示意图部分,没想到GPT说,真的有这种模型,而且CPU跑就行了,不用GPU 下面是我拿了一本500页的扫描图书实测的效果: AI模型:PicoDet-S_layout_3cls CPU:Ryzen AI 9 HX PRO 370,12 个线程 推理模式:Paddle MKL-DNN 全书模型检测:9.

Signed 试新茶

5 Aug 2026, 04:52 UTC34 viewsread 6 August 2026

给一个年轻人的回信 今天早上收到一个看了我博客的陌生小伙子的来信,看了来信,感慨良多,希望我的回信可以帮助到这个小伙子: 我平常比较忙,可能不会一直回复,但是我可以回复这一封邮件,希望我的经历可以帮助你 1. 初中或者高中放弃混社会是会遇到非常多的鄙视的,不光是人性对于普通人的鄙视,所有人会因为你学历低而先天对你有偏见,看不起你,这条路会异常的艰辛,你要提前做好准备 2. 弄电脑确实是最快可以赚到钱的职业,只要你肯努力,没有什么是办不到的,我高中毕业,通过20年的努力,现在也做了几家公司,我并不比你聪明多少,只是我付出比常人10倍更多的努力,我创建deepin linux的时候每天高强度工作16个小时,所以,你只要不服输肯努力,肯定有一天是可以做好的 3. 年轻的时候有无穷的精力和时间,但是最切忌的就是不要急躁,不要梦想你努力几个月就可以变成顶尖黑客了,搞计算机的人都非常聪明,你只有10倍于别人的努力才能成功,所以不要每天

Signed 试新茶

4 Aug 2026, 14:20 UTC34 viewsread 6 August 2026

AI 时代真正的代码质量与人机协作 这个完全是意识的问题,很难相信,到现在为止,很多人都不相信 AI 还有人说 AI 写代码不如人类的质量 其实代码质量跟人写和 AI 写没关系,代码质量主要是跟人的经验是否丰富,需求是否准确,架构设计的是否合理 只要这 3 点满足的话,人定义好,AI 直接执行,代码质量一样非常好,而且 AI 的执行效率是人的 10 倍以上 代码质量不仅仅只是说写的规范,减少重复的代码,真正好的代码质量是一种更全局的思维,是否用最简单的设计去满足用户的需求?数据的流向是否非常清晰?性能的瓶颈是否恰当的解决? 其实有时候我想一想,很多人不用 AI,其实并不是因为 AI 不强大,是因为他们还在迷恋手写代码的那种掌控感和优越感,那种代码的小秘密已经在 AI 时代没有意义了。更清晰的业务逻辑,更清晰的架构设计,更快的满足用户的需求,才是 AI 时代真正需要精进的地方 其实在 AI 时代,人脱离了工作量的束缚

Signed 试新茶

4 Aug 2026, 12:14 UTC32 viewsread 6 August 2026

从 MOBI 到 EPUB 的性能优化经验 在研究 mobi 转换 epub 的算法,分享一下我的经验 今天有懒猫微服的客户反馈,他用小龙猫下载的mobi书籍转换epub的时间会超过10分钟,而正常的转换一般在2 ~ 5秒 让GPT 5.6 Max做了很多对比实验发现,如果一本 mobi 图书被 Calibre 解码后,如果解码后的HTML内容符合DOM元素超过10万个,HTML单文件超过 10MB,这种情况下,Calibre 通用流程会反复遍历、整理和切分整棵 DOM,导致转换时间过长 GPT给出的方式是,Calibre 只负责可靠解码,再用 O(n) 单遍算法按约 512 KiB 拆分 XHTML、重写链接并打包 EPUB,新的算法只需要3~5秒,性能提升200以上 新增代码只需要100行,感叹一下,这种模式分析,人最快也要整一天,GPT只需要10分钟就搞定了 via https://manateelazycat

Signed 试新茶

4 Aug 2026, 12:14 UTC32 viewsread 6 August 2026

长久的生意需要高价值产品和最好的服务 做生意不要光看研发成本和毛利,还要看售后服务、硬件维修、售前和售后的情绪价值 只有提供从咨询、产品、售后完整的服务才能叫生意,而高质量的技术、产品和服务都离不开高质量的人才 所以,做生意,千万不要去追求那些低价值的产品,因为赚的不多,没有足够的资金去招募高质量人才给客户提供服务。同理,也不能做太过于夸张的利润,会让用户吃亏再也不来了 简而言之,做生意就是要做高价值的产品,赚取合理的利润,同时要提供最好的服务,这样的生意才有回头客,才长久 via https://manateelazycat.github.io/feed.xml

Signed 试新茶

1 Aug 2026, 13:47 UTC49 viewsread 6 August 2026

新川藏大环线 via https://manateelazycat.github.io/feed.xml

Signed 试新茶

23 Jul 2026, 18:12 UTC90 viewsread 6 August 2026

从计算机大学生到理想实现,一场关于成长与创业的心路变化 1. 才毕业的时候,不要一毕业就想找完美工作,只要能锻炼自己,啥都干,因为你一毕业的时候,你还不知道自己想要什么,你最富有的是时间,最缺乏的是经验。很多毕业生一毕业就想完美工作,大多数只会浪费时间在比较中,一事无成 2. 工作的时候,多锻炼自己本事,少做横向比较,你要知道你每天的奋斗都是给自己奋斗,只有像海绵那样学习,才会真的把本事学到,以后前途和物质都可以拿本事换。很多人工作每天只会吐槽,看起来嘴仗赢了,其实自己时间都被内耗浪费了 3. 如果管理了一个团队,要多为团队成员做服务,你教他们本事的过程也是帮助你自己获取更大利益。利他者利己,千万不要欺骗团队成员,他们现在可能不如你,但是人一定会长大的,他们以后会明白谁是真的对他好,谁只是利用他?团队管理就是己所不欲,勿施于人 4. 如果有一天创业了,也要像才工作一样。创业最大的磨练是两个,一是找到自己真正喜欢的东西,二是体验

Signed 试新茶

21 Jul 2026, 17:23 UTC66 viewsread 6 August 2026

当前想置顶的一些内容 via Owen - Featured posts

Signed 试新茶

18 Jul 2026, 08:47 UTC50 viewsread 6 August 2026

不被操蛋的生活折磨的微妙艺术:过上美好生活的反直觉方法 via Owen - Featured posts

Signed 试新茶

18 Jul 2026, 08:47 UTC75 viewsread 6 August 2026

钱是身份的传声筒 https://moretothat.com/money/ ★ ---------------------- Apr 5, 2026自由阶段的最高境界叫"attention freedom"——财务自由不是钱多,而是你不用老想着钱。 一个超级有钱但每天担心怎么维持财富的人,实际上不自由;一个收入普通但知道自己够了、不用为钱焦虑的人,才是真的有钱人。 当你的工作产生的收入超过维持下去所需的成本,他叫这个多出来的部分"Fulfillment Surplus"(充实盈余),这是最好的钱,因为你做这件事本来就不是为了钱。 via Owen - Featured posts

Signed 试新茶

18 Jul 2026, 08:47 UTC40 viewsread 6 August 2026

老得太早,聪明的太晚:你现在需要知道的三十件真实的事情 via Owen - Featured posts

Signed 试新茶

18 Jul 2026, 08:47 UTC28 viewsread 6 August 2026

"成为你希望在世界上看到的改变。"— 圣雄甘地 via Owen - Featured posts

Signed 试新茶

Showing the 12 most recent of 20 posts we hold for @FunCunJ. 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.

Cite this entry

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 3 September 2026 — this entry's latest reading, not the date you are reading this.

“方寸间” (@FunCunJ), 605 subscribers as measured 3 September 2026. Telegram Register, tgregister.com/channel/FunCunJ.

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.