mrchi's recent timeline updates
mrchi's repos on GitHub
Python · 44 watchers
WechatJump
基于 adb + pillow + opencv + sklearn 实现的微信跳一跳机器人,轻松上 30 万分。
Go · 38 watchers
lark-dalle3-bot
This bot integrates with Feishu/Lark and generates images utilizing the Image Creator from Microsoft Bing service
Python · 32 watchers
adaway-hosts
基于 anti-AD 项目生成 AdAway 使用的 block host 列表。
Shell · 29 watchers
magisk-miui-eu-install-mipay
一个在 MIUI EU 13 上安装小米钱包的 Magisk 模块。
Shell · 17 watchers
openhaystack-esp32-firmware
Compiled openhaystack firmware for esp-wroom-32.
Go · 8 watchers
bing-dalle3
Golang implementation of yihong0618/BingImageCreator
Python · 8 watchers
MrChiBlog
使用 Flask 和 Bootstrap 构建的轻量博客,基于 Git 存储博客内容。支持自动更新、全文检索、Docker 部署。
Python · 7 watchers
flask-tutorial
A Flask application written by following Tutorial in Flask Documents, make some difference.
Python · 2 watchers
poc-of-oauth-binding-attack
OAuth 2.0 账号绑定攻击。以 leetcode-cn.com 为例。
Python · 1 watchers
common-api
各种有趣的API接口。目前有钉钉群机器人、微信oauth授权等。
Jupyter Notebook · 1 watchers
openai-embedding-demo
Knowledge base searching demo based on OpenAI embeddings.
Python · 1 watchers
reverse-smart-doorlock-otp
逆向智能门锁的“临时密码生成器”小程序
Python · 1 watchers
tencentcloud-clb-helper
腾讯云 CLB 后端按节点批量上下线辅助工具。
Python · 0 watchers
advent-of-code-2025
HTML · 0 watchers
gas-price
Pure frontend tool for visualizing China domestic refined oil and international Brent crude price trends.
Python · 0 watchers
grokking-algorithms
Codes of book "Grokking Algorithms" / 《算法图解》示例代码
Ruby · 0 watchers
homebrew-legacy-casks
Legacy macOS app casks for Homebrew
Go · 0 watchers
keygrp
Keychain-backed env groups for your CLI — run any program with profile-defined variables, secrets injected on demand from the OS keychain.
0 watchers
kubie
A more powerful alternative to kubectx and kubens
0 watchers
magpie-releases
Signed builds of magpie
Shell · 0 watchers
matt-skills
Skills for Real Engineers. Straight from my .agents directory.
Python · 0 watchers
mcp-gateway-registry
Enterprise-ready MCP Gateway & Registry that centralizes AI development tools with secure OAuth authentication, dynamic tool discovery, and unified access for both autonomous AI agents and AI coding assistants. Transform scattered MCP server chaos into governed, auditable tool access with Keycloak/Entra integration.
0 watchers
mrchi
C · 0 watchers
nuphy-halo65-v2-qmk-firmware
Open-source keyboard firmware for Atmel AVR and Arm USB families
Python · 0 watchers
the-python-challenge
Solutions of The Python Challenge.
Go · 0 watchers
v2ex-go
V2EX API 2.0 Beta 的非官方 Golang 库。
mrchi

mrchi

V2EX member #323368, joined on 2018-06-18 10:55:54 +08:00
Today's activity rank 13551
Per mrchi's settings, the topics list is hidden
Deals info, including closed deals, is not hidden
mrchi's recent replies
Apr 23
Replied to a topic by lvzw › 云计算 › ClawCloud 停止服务
只是 ClawCloud Run Service 吧,域名 https://run.claw.cloud/,不是主站
@noahjsn 用了你的命令测试也是 OK 的。(中间有个报错,因为我用的是 fish shell ,激活虚拟环境时要用 fish 脚本)

~/PlayGround
❯ cd my-demo-project-1/

my-demo-project-1 [ main][?][󰏗 v0.1.0][ v3.9.6]
❯ uv venv
Using CPython 3.14.3
Creating virtual environment at: .venv
Activate with: source .venv/bin/activate.fish

my-demo-project-1 [ main][?][󰏗 v0.1.0][ v3.9.6]
❯ source .venv/bin/activate
.venv/bin/activate (line 26): Unsupported use of '='. In fish, please use 'set _OLD_SCRIPT_PATH "$SCRIPT_PATH"'.
_OLD_SCRIPT_PATH="$SCRIPT_PATH"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^
from sourcing file .venv/bin/activate
source: Error while reading file '.venv/bin/activate'

my-demo-project-1 [ main][?][󰏗 v0.1.0][ v3.9.6]
❯ source .venv/bin/activate.fish

my-demo-project-1 [ main][?][󰏗 v0.1.0][ v3.14.3(my-demo-project-1)]
❯ uv add fastapi
Resolved 11 packages in 3.69s
Prepared 2 packages in 1.99s
Installed 10 packages in 16ms
+ annotated-doc==0.0.4
+ annotated-types==0.7.0
+ anyio==4.13.0
+ fastapi==0.135.3
+ idna==3.11
+ pydantic==2.13.0
+ pydantic-core==2.46.0
+ starlette==1.0.0
+ typing-extensions==4.15.0
+ typing-inspection==0.4.2
首先恭喜浏览器成功发版。试用了一下提个小建议:chat 侧边栏最上排的按钮,有个修改 persona 的图标用了「大脑」的 icon ,大多数场景下这个 icon 一般用来表达「开启 thinking 」吧,是否考虑换一个 icon 比较合适~
@noahjsn 我试了是可以的呀

uv-conf-test [ main][?][󰏗 v0.1.0][ v3.14.3(uv-conf-test)]
❯ cat ~/.config/uv/uv.toml
exclude-newer = "7d"

uv-conf-test [ main][?][󰏗 v0.1.0][ v3.14.3(uv-conf-test)]
❯ uv add fastapi
Resolved 11 packages in 9ms
Installed 10 packages in 6ms
+ annotated-doc==0.0.4
+ annotated-types==0.7.0
+ anyio==4.13.0
+ fastapi==0.135.3
+ idna==3.11
+ pydantic==2.12.5
+ pydantic-core==2.41.5
+ starlette==1.0.0
+ typing-extensions==4.15.0
+ typing-inspection==0.4.2

---

fastapi 最新版本 0.136.0 ,安装的 0.135.3 是 4.2 发布的。Pypi: https://pypi.org/project/fastapi/#history
@JasonEWNL 补充一下,UV 可以配置在用户级,这样就不需要每个项目单独去配置了。

路径:~/.config/uv/uv.toml

直接添加 exclude-newer = "7d" 这一行即可。
问了一下 AI ,可能要关闭 SIP 然后 tccutil reset LocalNetwork 重置权限。
Nov 9, 2025
Replied to a topic by NothingExist › macOS › 目前你使用的是什么浏览器?
@chandler0149 有小 bug ,有时候网页就打不开了,重启就好了,目前还能忍。
Nov 5, 2025
Replied to a topic by NothingExist › macOS › 目前你使用的是什么浏览器?
基于 Safari 内核的 orion

看了上面的楼层,貌似只有我一个在用
Aug 26, 2025
Replied to a topic by Geeekcat › Apple › NinjiaTag:开源防丢神器与无感轨迹记录方案
官方的 airtag 或者华强北的平替,能从查找网络里拉到数据吗
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Privacy   ·   Solana   ·   2498 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 24ms · UTC 12:19 · PVG 20:19 · LAX 05:19 · JFK 08:19
♥ Do have faith in what you're doing.