Python 备忘 代码风格 Python社区在风格上,普遍喜欢使用下划线 todo: 函数名使用驼峰,与js一致 debug 1 2 3 4 # 临时输出到文件 # https://www.guru99.com/reading-and-writing-files-in-python.html with open("/tmp/log.txt", "a+") as f: print("test1", file=f) icecream PySnooper rich loguru 异
Realtalk 使用笔记 中文输入法 emoji 目前不行 Wish font face “Emoji” uses font file (Ref “NotoColorEmoji.ttf”) with required (true). – Wish (you) uses font face “Emoji”. Wish font face “Emoji” is the fallback font. – 😃️ 服务管理 systemctl status realtalk systemctl cat realtalk, 等效于 1 2 3 # 以 dynamic 用户登录 cd /home/dynamic
On Realtext(Dynamicland) and LLM(AI) 2026.03.10, 种瓜, v1 Realtalk 的下一代编程语言是 Realtext, 将在 2027 年完成 Realtext 的三位一体 Realtext 是: 人类可读的代码(如同散文) 机器实际运行的代码(它是精确的) AI 生成的代码
Roblox 学习笔记 Learn Roblox Studio 例子简易 清晰 增量前进 案例 City People Cars 开放沙盒 mac 用户需要命令行启动 估计是因为墙的原因 403 客户端无法启动 腾讯暂停了
ROS备忘 client roscpp:roscpp是ROS的C ++客户端库。它是使用最广泛的ROS客户端库,旨在成为ROS的高性能库。 rospy:ros
动机 与操作系统靠近,操控底层概念 学习方法 快速过语法: 通用语言差不多,图灵机基础概念很少 通过一个项目学习生态工具,cargo 使用ide自动补全
Scratch去中心化社区01 – 架构 ActivityPub是什么 wikipedia ActivityPub ActivityPub is an open, decentralized social networking protocol based on Pump.io’s ActivityPump protocol. It provides a client/server API for creating, updating and deleting content, as well as a federated server-to-server API for delivering notifications and content.
Scratch 可计算的颜色 https://en.scratch-wiki.info/wiki/Computer_Colors
Snap! microworld & AI 助手 judge 采用测试驱动的风格 评估当前用户是否完成某个目标任务 judge 本身可以构建为 Snap! 的一个角色。这个角色以 system_ 开头, 用户无法修改它。 当前的 judge 角色
cdn https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/importing_onnxruntime-web#conditional-importing https://github.com/microsoft/onnxruntime-inference-examples/tree/main/js/importing_onnxruntime-web 1 2 3 https://cdn.jsdelivr.net/npm/onnxruntime-web/dist/esm/ort.min.js https://cdn.jsdelivr.net/npm/onnxruntime-web@1.17.3/dist/ort.webgpu.min.js demo https://onnxruntime.ai/docs/tutorials/web/classify-images-nextjs-github-template.html SqueezeNet snap-onnx (6).xml SqueezeNet 使用 onnx 运行 SqueezeNet teachable machine demo