Introduction Everyone is touting uv's speed (UV: A Python Package Management Powerhouse - 100x Faster than pip), but for our lab’s need to migrate Python environments across multiple machines, uv’s ease of environment reproducibility is equally...
Due to Anthropic's blocking policy, using the Claude model in VS Code's GitHub Copilot now requires special workarounds. Locally, since the proxy has been consistently mounted, there's no issue. However, when remotely connecting to my Linux server to write code, you'll notice the absence of the Cla...
https://www.bilibili.com/video/BV1UdnJzuEdm/ This second creation of "Life as a Play" is truly masterful. The selected films perfectly match the character designs, and both the animation and music are im...
Preface This guide is based on my pilgrimage experience in Osaka-Kyoto-Toyohashi this year, representing my personal experience at that time and place. It does not guarantee the accuracy or timeliness of all information and is for reference only. In the following text, amounts are indicated usi...
:::warning This mirror is accessible only within the campus network May be continuously updated? ::: Github Release Replace github.com in the link with mirror.njucite.cn/gh https://github.com/Do1e/NJUlogin/releases/download/v3.5.0/njulogin-3.5.0-py3-none-any.whl ↓ https://mirror.njucite.cn...
Introduction In my previous NJUlogin, account and password login required CAPTCHA recognition, which I implemented using ddddocr with decent accuracy. I also deployed a server-side service and had a friend write a [Tamperm...
Preface Microsoft Clarity can analyze user behavior visiting the website, and this website has also integrated it. Personally, I think it is quite useful; I can check the website's visit status when I have free time. It is very simple to use; just add the line of...
前言 前段时间服务器搬迁,搬出了校园网的环境,但是实验室的GPU服务器还在校园网环境内,导致无法直连,必须使用学校的VPN才能访问。 但众所周知,学校的官方VPN体验巨差,因此想着自己用开源工具实现一个组内自用的方案。 于是就想到使用 zerotier 组一个虚拟局域网(具体原理不在此赘述了,你只需要知道加入虚拟局域网后,设备之间即使不在同一个局域网下,也能通过虚拟局域网IP实现 P2P 连接,具有很好的体验)。 但是实验室中的服务器一般不会连接到互联网上,因此并不能直接把服务器接入到 zerotier 中,只能探索其...
Introduction Recently, I noticed that the WebUI of NapCatQQ has been fully developed and is quite suitable for beginners to get started. Therefore, I wrote this article. This article only covers basic usage methods and may lack some advanced features. However, it's...
Background Currently maintaining two Python packages: https://github.com/Do1e/NJUlogin https://github.com/Do1e/mijia-api Previously, I used setup.py for packaging. However, when updating NJUlogin in November, I encountered this warning: ` ...