V2EX ztm0929
 ztm0929's recent timeline updates
ztm0929's repos on GitHub
Python 7 watchers
apple-gift-card
礼品卡购买流程自动化(playwright模拟)
Python 4 watchers
Hook-MP-Weixin
通过Hook的方式监听微信公众号,生成RSS Feed
Javascript 4 watchers
save-to-memos
自用的浏览器扩展,选中文本后右键发送到 Memos
Python 3 watchers
Personal-WeChat-Bot
自用微信机器人,主要用于群聊互动
HTML 2 watchers
Ac-Wiki
Ac-Wiki 镜像备份( https://ac-wiki.org )
CSS 1 watchers
missing-semester
计算机科学教育的遗珠一课
Python 1 watchers
TGBot
Javascript 1 watchers
Workers-SubConverter
0 watchers
actual
A local-first personal finance app
0 watchers
ankimobile-docs-cn
AnkiMobile's manual
0 watchers
app-ideas
A Collection of application ideas which can be used to improve your coding skills.
Python 0 watchers
beancount-docs
Beancount Documentation.
Javascript 0 watchers
bilibili-API-collect
哔哩哔哩-API收集整理【不断更新中....】
0 watchers
blockchain-demo
A web-based demonstration of blockchain concepts.
0 watchers
clash-verge-rev
A modern GUI client based on Tauri, designed to run in Windows, macOS and Linux for tailored proxy experience
0 watchers
ClashMetaForAndroid
A rule-based tunnel for Android.
0 watchers
cloudflare-docs
Cloudflare’s documentation
0 watchers
cobalt
best way to save what you love
Shell 0 watchers
conf
个人自用配置文件 / Personal dotfiles
0 watchers
developer-roadmap
Interactive roadmaps, guides and other educational content to help developers grow in their careers.
0 watchers
docs
https://docs.openwebui.com
0 watchers
Ethereum-Smart-Contract-Guide
Notes talking about the design and implementation of Ethereum Virtual Machine.
PHP 0 watchers
FreshRSS
A free, self-hostable news aggregator…
0 watchers
fuma-comment
user friendly, beautiful comment area to your blog
TypeScript 0 watchers
fumadocs
The beautiful docs framework with Next.js.
0 watchers
github-training-manual
Home of the words in the GitHub Training Manual and teaching scripts.
0 watchers
Github-Trending-API
This API provides Data about Trending Repositories and Developers on Github.
0 watchers
glance
A self-hosted dashboard that puts all your feeds in one place
0 watchers
huginn
Create agents that monitor and act on your behalf. Your agents are standing by!
0 watchers
imgs
some imgs
Python 0 watchers
innocom
一个数据爬取与清洗练习,处理高企认定网站的数据与文件
Vue 0 watchers
it-tools
Collection of handy online tools for developers, with great UX.
C# 0 watchers
jellyfin
The Free Software Media System
Javascript 0 watchers
kiss-translator
A simple, open source bilingual translation extension & Greasemonkey script (一个简约、开源的 双语对照翻译扩展 & 油猴脚本)
Python 0 watchers
KOH
王者荣耀相关API项目
Javascript 0 watchers
massgrave.dev
Documentation For Microsoft Activation Scripts (MAS)
PHP 0 watchers
mediawiki
天明的百科全书(编程、科技、互联网以及其他领域)
Go 0 watchers
memos
An open-source, self-hosted note-taking service. Your thoughts, your data, your control no tracking, no ads, no subscription fees.
0 watchers
mihomo
Clash.Meta
0 watchers
miniprogram-demo
微信小程序组件 / API / 云开发示例
0 watchers
missing-semester-cn.github.io
the CS missing semester Chinese version
Python 0 watchers
mkdocs-material
Documentation that simply works
0 watchers
mslearn-challenge-project-create-mini-game-with-copilot
Starter and Final code for the Challenge project: "Challenge project - Build a minigame console app with GitHub Copilot"
0 watchers
n8n
Fair-code workflow automation platform with native AI capabilities. Combine visual building with custom code, self-host or cloud, 400+ integrations.
Python 0 watchers
Narrative-Reading
Javascript 0 watchers
open-webui
User-friendly AI Interface (Supports Ollama, OpenAI API, ...)
Python 0 watchers
searxng
SearXNG is a free internet metasearch engine which aggregates results from various search services and databases. Users are neither tracked nor profiled.
0 watchers
Shadowrocket
0 watchers
sing-box
The universal proxy platform
C++ 0 watchers
subconverter
Utility to convert between various subscription format
0 watchers
synapse
Synapse: Matrix homeserver written in Python/Twisted.
Python 0 watchers
szu-venue-helper
TypeScript 0 watchers
tg-release-notification
Telegram bot for GitHub release notifications
0 watchers
umami-website
Umami website
Javascript 0 watchers
uptime-kuma
A fancy self-hosted monitoring tool
TypeScript 0 watchers
usememos.com
https://usememos.com
0 watchers
we-mp-rss
一种基于微信公众平台的 RSS 订阅方式
0 watchers
wiki-rag
An experimental Retrieval-Augmented Generation (RAG) system specialised in ingesting MediaWiki sites via their API and providing an OpenAI API interface to interact with them.
C++ 0 watchers
wxhelper
Hook WeChat / 微信逆向
PHP 0 watchers
Xboard
基于V2board二次开发支持新协议新特性的高性能面板
TypeScript 0 watchers
youtube-rss
A simple web tool to get the RSS feed link from a YouTube channel
Python 0 watchers
yt-dlp
A feature-rich command-line audio/video downloader
Python 0 watchers
yz-news
爬取研招网「考研动态」栏目
HTML 0 watchers
ztm0929
TypeScript 0 watchers
ztm0929-bot
个人自用 Telegram 机器人
MDX 0 watchers
ztm0929.cn
My Personal Website
ztm0929

ztm0929

A student.
V2EX member #599577, joined on 2022-10-30 02:11:19 +08:00
Today's activity rank 3844
ztm0929's recent replies
@jackerbauer 打开终端,输入以下命令:

```
curl.exe ipinfo.io/city
```

如果返回你在的城市,说明 Codex 没有得到加速。

再输入,示例中的端口号( 7897 )需要根据自身实际情况调整:

```
& {
[System.Environment]::SetEnvironmentVariable("http_proxy","http://127.0.0.1:7897","User")
[System.Environment]::SetEnvironmentVariable("https_proxy","http://127.0.0.1:7897","User")
[System.Environment]::SetEnvironmentVariable("HTTP_PROXY","http://127.0.0.1:7897","User")
[System.Environment]::SetEnvironmentVariable("HTTPS_PROXY","http://127.0.0.1:7897","User")
}
```

这条命令是为系统内的各种 Shell 注入代理的环境变量,完成后退出重启 Codex ,这时用规则分流应该也可以正常使用了。

客户端的底层尤其是 agent 思考时也会调用系统终端,我们常用的“系统代理”只是让浏览器能够访问外网,像上面那样注入“终端代理”后能够让 git 、pip 等等都得到加速,codex-cli 同理(图形化客户端的底层在调用)。
不知道是不是错觉,我有一段时间在聊天界面的右侧看到过悬浮目录 TOC ( ChatGPT ),也忘记目录各级标题是什么,现在又看不到了。

如果对话太长,用 ctrl f 搜索呗,客户端就不清楚了。
Homebrew
站长的报告: t/1215739
站长的报告: t/1215739

PS:打错名了,站长叫 Livid
从自己需求出发,自己需要解决什么问题,可能的解决方案是什么,然后去做,这样的东西一样可以做的好玩,just for fun.

自己没有问题,那做出来的东西自己也不会用的,真的没有任何问题懒的动了,那就好好睡觉休息 hhh
@potatowish 是新帖有问题啊,所有旧帖子都可以回复,估计 Livid 上线了某个跟发帖有关的功能
About     Help     Advertise     Blog     API     FAQ   &nsp; Solana     976 Online   Highest 6679       Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 47ms UTC 20:01 PVG 04:01 LAX 13:01 JFK 16:01
Do have faith in what you're doing.
ubao msn snddm index pchome yahoo rakuten mypaper meadowduck bidyahoo youbao zxmzxm asda bnvcg cvbfg dfscv mmhjk xxddc yybgb zznbn ccubao uaitu acv GXCV ET GDG YH FG BCVB FJFH CBRE CBC GDG ET54 WRWR RWER WREW WRWER RWER SDG EW SF DSFSF fbbs ubao fhd dfg ewr dg df ewwr ewwr et ruyut utut dfg fgd gdfgt etg dfgt dfgd ert4 gd fgg wr 235 wer3 we vsdf sdf gdf ert xcv sdf rwer hfd dfg cvb rwf afb dfh jgh bmn lgh rty gfds cxv xcv xcs vdas fdf fgd cv sdf tert sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf sdf shasha9178 shasha9178 shasha9178 shasha9178 shasha9178 liflif2 liflif2 liflif2 liflif2 liflif2 liblib3 liblib3 liblib3 liblib3 liblib3 zhazha444 zhazha444 zhazha444 zhazha444 zhazha444 dende5 dende denden denden2 denden21 fenfen9 fenf619 fen619 fenfe9 fe619 sdf sdf sdf sdf sdf zhazh90 zhazh0 zhaa50 zha90 zh590 zho zhoz zhozh zhozho zhozho2 lislis lls95 lili95 lils5 liss9 sdf0ty987 sdft876 sdft9876 sdf09876 sd0t9876 sdf0ty98 sdf0976 sdf0ty986 sdf0ty96 sdf0t76 sdf0876 df0ty98 sf0t876 sd0ty76 sdy76 sdf76 sdf0t76 sdf0ty9 sdf0ty98 sdf0ty987 sdf0ty98 sdf6676 sdf876 sd876 sd876 sdf6 sdf6 sdf9876 sdf0t sdf06 sdf0ty9776 sdf0ty9776 sdf0ty76 sdf8876 sdf0t sd6 sdf06 s688876 sd688 sdf86