Percentile 50 (Median): 0.164 ms | 0.135 ms
I used z3 theorem prover to assess LLM output, which is a pretty decent SAT solver. I considered the LLM output successful if it determines the formula is SAT or UNSAT correctly, and for SAT case it needs to provide a valid assignment. Testing the assignment is easy, given an assignment you can add a single variable clause to the formula. If the resulting formula is still SAT, that means the assignment is valid otherwise it means that the assignment contradicts with the formula, and it is invalid.
,更多细节参见51吃瓜
Sharing content to Mastodon is getting easier with the addition of a universal "Share to Mastodon" button for the decentralized social media platform. Announced on Monday, the widget allows users to share content on any Mastodon server by connecting your Mastodon account and redirecting you to the server that account is on. The blog post announcing the feature also explains that the tool "works entirely in your browser: there is no tracking data, and it does not store any information on the server."。关于这个话题,搜狗输入法2026提供了深入分析
20 monthly gift articles to share
In December I wrote about package managers using git as a database, and how Cargo’s index, Homebrew’s taps, Go’s module proxy, and CocoaPods’ Specs repo all hit the same wall once their access patterns outgrew what a git repo is designed for.