“I like the stock” was, famously, the rallying cry. So there is this sense in which reality doesn’t matter. The representation of reality matters. For some of us who’ve read some French theory, this is a very uncomfortable place to be, but it’s where we are.
A code editor menu along with a code debugging menu... what’s all that? And why are they called differently while performing the same actions?The “hermit tool” problemIn Pharo (and in many Smalltalks), we sometimes treat “being in the same world” as sufficient integration. But moving between tools isn’t fluid enough, and context doesn’t travel with you. Too often, each tool behaves like an island.,详情可参考电影
If such an \(f\) exists, \(X\) and \(Y\) are called homeomorphic, written \(X \cong Y\).,推荐阅读PDF资料获取更多信息
创投家:在Botlearn的初始构想里,龙虾需要学习的技能是什么呢?
icon-to-image#As someone who primarily works in Python, what first caught my attention about Rust is the PyO3 crate: a crate that allows accessing Rust code through Python with all the speed and memory benefits that entails while the Python end-user is none-the-wiser. My first exposure to pyo3 was the fast tokenizers in Hugging Face tokenizers, but many popular Python libraries now also use this pattern for speed, including orjson, pydantic, and my favorite polars. If agentic LLMs could now write both performant Rust code and leverage the pyo3 bridge, that would be extremely useful for myself.