All good! Thanks for asking
How are things wrapping up?
i create things
All good! Thanks for asking
How are things wrapping up?
:((
I hatw Sunday evening anxiety :(, man seriously wtf?
Good day
(deleted)
At least rate limiting! (as I'm posting this I hit the limit of 3 posts every 5 minutes, good!)
any ideas on how to prevent ai-generated stuff on this platform?
I can't think of a good way to also prevent that kind of solutions and ended up prompting "please don't enumerate and filter". Opus 4.7 then reimplemented and proved the backtracking algorithm.
In the first attempt, Opus 4.7 successfully completed it and proved it. However, the solution is to enumerate all possible space and
.filterout anything that doesn't qualify my definition, which is obviously not ideal (if cheating is too harsh).
In the first attempt, Opus 4.7 successfully completed it and proved it. However, the solution is to enumerate all possible space and .filter out anything that doesn't qualify my definition, which is obviously not ideal (if cheating is too harsh).
OK. I've translated the (correctness) requirements of LeetCode No.22 to Lean, and ask Claude Code to both implement a solution and prove it.
I remember seeing a CLI microblog project some years ago..
A CLI would ve good for this
The two projects of github:schildep are "3d mesh intersection" and "multipolygon intersection". I can try "Voronoi diagram generation" as a starter.
Inspired by two projects of github:schildep I start to explore what can be expressed in Lean and make coding agents implement and prove the implementation at the same time.