linw1995's recent timeline updates
linw1995

linw1995

V2EX member #225932, joined on 2017-04-13 22:24:18 +08:00
linw1995's recent replies
Jun 24, 2025
Replied to a topic by milestone 分享创造 基于 golang 的 RAG 系统 quka.ai
这种类似胶囊的 RAG 好像都没有人做。终于有了,试试看
单纯内购可以。但你这个设想是带状态的,为了防破解,最好得有服务器
Sep 15, 2022
Replied to a topic by Phishion Apple Mac mini M1 睡眠后显示器无法唤醒怎么解决?
@mooczz 换了什么线呢,能推荐一下吗?
Apr 27, 2022
Replied to a topic by linw1995 问与答 寻找显示器 PD2710QC 扩展坞线的替代品
最好不要直接买 雷电 线,可能会不兼容…… 只要买 Type-C 3.1gen2 的线即可,长度 0.3m 就可以满足了,而且还便宜
Apr 22, 2022
Replied to a topic by linw1995 问与答 如何解决 PS5 透明代理与 uu 加速器冲突
@Leonard 感谢,最终用了网线走代理,uu 走 WI-FI 了。

@vmebeh 加速器是在路由器插件,不知到怎么实现的?可能是根据源 ip 来判断加不加速的,在透明代理弄感觉麻烦就不整了
感谢~十分好用的软件,生产力 ++++
😆有幸用过 zeno 部署静态网页,全程丝滑!!!体验很好👍
主因是这个服务响应得太快。如果我没理解错你的诉求的话,你期望的没法简单的实现。你这个例子可分解成,做网络请求,再对响应内容作处理。看 asyncio loop._run_once 的源码,你可以发现 IO 事件是优先执行的。你想优先处理非 IO 事件的协程,只能串行执行了。

那可以这样,先处理所有 响应内容,再做一次请求

```python
def handle_loop(q_request, q_response):
while True:
await handle_response(q_response) # 执行全部
await handle_request(q_request) # 执行一个
```

以上就是本人粗略判断得出来的结论
Apr 21, 2021
Replied to a topic by Mrxx Apple 可以把 AirTag 功能植入体内么?
差点还以为是,植入到人体内,防止丢人( doge )
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   5132 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 22ms · UTC 09:44 · PVG 17:44 · LAX 02:44 · JFK 05:44
♥ Do have faith in what you're doing.