I built a GPU-accelerated linear programming solver in PyTorch that scales to 100k+ variables and constraints -- and is competitive with state-of-the-art solvers.
The entire implementation is only ~350 lines (excl. docs / logging) and is meant to be as simple as possible.
claude code is having it's cursor moment after karpathy sensei's post. never been a better time to try it.
my latest blog on how to get the most out of claude code 2.0 and other agents in general is up now. grab a chai and have fun reading!
https://t.co/cQpvo0xocY
昨天闲逛发现的免费网站:https://t.co/6waqsiX3Mk
简直是历史爱好者的福音,通过一个时间线可以显示那个时候的世界地图,国家,区域,还可以选择更多的信息,比如当时的皇帝,战役等等。
做的非常棒,一下就看了很久,还有旧地图搜集,非常有趣的网站,我觉得就是这些有趣的网站让我觉得 web 世界真的是有非常多小众又精彩的资源。
I've just been making some final tweaks to the "Visualising transport data" session in the Transport Data Science module I'm teaching with some great colleagues, Thursday next week. Looking forward to this one!
New Cursor Agent is WILD.
It understands project context, follows structured plan, and builds features autonomously.
Last night, I used it to ship an MVP in just 3 hours.
Here’s the exact workflow:
My PhD work is now out! Here, we set out to formalize the neural manifold hypothesis and explain several experimental phenomena in systems neuroscience with a single theoretical framework. I highly recommend giving it a read, though tweetprint come much later!
Announcing uv: an extremely fast Python package installer and resolver, written in Rust.
uv is designed as a drop-in alternative to pip, pip-tools, and virtualenv.
With a warm cache, uv installs are near-instant. Here, it's > 75x faster than pip and pip-tools.