Please turn JavaScript on

SegmentFault 思否

Following SegmentFault 思否's news feed is very easy. Subscribe using the "follow" button on the top right and if you want to, choose the updates by topic or tag.

We will deliver them to your inbox, your phone, or you can use follow.it like your own online RSS reader. You can unsubscribe whenever you want with one click.

Keep up to date with SegmentFault 思否!

SegmentFault 思否: SegmentFault 思否

Is this your feed? Claim it!

Message History

我是用的是pi agents工具,但是这个工具,每次自动压缩上下文,他都会停下来。

网上找过解决方案,但是,都不生效

pi-continue pi-retry 这些插件均会报错,均停止!

我每次都要手动输入继续,它才会继续。。。

所以请问,这个问题如何解决

pi install npm:pi-web-access
pi install npm:pi-mcp-adapter
npm install -g context-mode
pi install npm:context-mode
pi install npm:pi-cache-optimizer
pi install npm:@alpsckr/pi-codegraph


Read full story

零基础想快速入行ai训练师有没有可靠便宜的教程?(有偿询问)

零基础ai训练师路线


Read full story

select count(*) total,enroll_id from nw_enroll_votes where created_at>='2026-07-25 00:00:00' and created_at<='2026-08-02 23:59:59' and state=1 and type=1 GROUP BY enroll_id ORDER BY total DESC limit 10;
这条SQL的运行时间是1.9秒左右

select count(*) total,enroll_id from nw_enroll_votes where state=1 and type=1 and created_at BETWEEN '2026-07-25 00:00:00' ...


Read full story

在7月15日注册的Codeberg,是一个试着使用仓库和Git的新手。
今天我在powershell上使用Git推送项目时发现Git报错,如下

PS 本地仓库> git push 仓库地址 本地开发支 remote: Bye fatal: unable to access 'Codeberg仓库地址': The requested URL returned error: 403

起初我以为是Codeberg无法访问,但看到403时我不知道是为何没权限访问。在浏览器依旧能访问并能创建仓库的情况下我再次试着push很多次也没有效果。仍返回上面的结果,切换到Git Bash仍是不行。

我尝试在网上搜索,但结果基本为github的而并非Codeberg的,而且还对不上,在取消代理设置后依旧返回上述结果。并且我认为这些...


Read full story