Jev appeared on September 15, and within a few days it was everywhere in the developer conversations I follow. TypeSafe AI describes it as the first public System One model. It receives a state and a set of typed questions, then returns choices, scores, or yes-and-no probabilities that software can...
[Read More]
I studied linear algebra and became reasonably comfortable with the calculations. Recently, the statement that all convex combinations form the convex hull made me pause. A rubber band around a collection of points was easy enough to picture. The sum of weighted vectors left several steps I wanted to understand....
[Read More]
If you already use an agent such as Codex or Claude Code and want it to help with everyday website tasks, I recommend trying Tencent’s open-source BrowserSkill.
[Read More]
Four months ago, I wrote down a list of Codex Skills I recommended. Back then, I was still choosing them mostly by name, and when I was getting started, I cared a lot about how many I had collected. Names like web-access, mem-search, and humanizer looked like permanent keepers. In...
[Read More]
For a brand new domestic Linux cloud server, network issues are often a significant obstacle that limits our learning and research. Similar to PCs, we can completely utilize proxies on cloud servers to resolve network issues and facilitate scientific research progress.
[Read More]
GitHub does not accept account passwords for Git operations over HTTPS. HTTPS can use a token or a credential manager; SSH uses a key pair. These are separate from signing in to the GitHub website. This post follows the SSH route on Windows with Git Bash, from generating a key...
[Read More]
Code review involves reading and discussing source code to identify bugs and maintainability issues. It typically happens before a change is merged into the main codebase.
[Read More]
It is the early morning of May 19, 2024, and the first personal blog will be written at this time, I think I will remember this moment forever.
[Read More]