Jetson Nano 使用笔记 没有板载 wifi 默认ssh开启 没有vnc支持 相比于树莓派 开箱可用性更差, 需要更多Linux知识 Python 环境 统一使用 sudo (tensorflow在

John Maloney 与 Morphic 参考 harc John Maloney Morphic: The Self User Interface Framework pdftohtml pdf to html self language wikipedia Self

可拖拽的 iframe 从 snap iframe 库复制 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <div style="display: flex; align-items: center; justify-content: center; height: 100%; background: -webkit-gradient(linear, 0% 0%, 0% 100%, color-stop(0%, rgba(242,243,244,1)),color-stop(100%, rgba(229,231,233,1)))" > <iframe allow="microphone; camera; bluetooth; serial;" src="https://microblocksfun.cn/run/microblocks.html" style="width: 95%; height: 95%" > </iframe> </div> halo: cmd+click playground 与 project playground 可以保持 world 上的

Morphic 使用笔记 Layout 在 squeakjs 3.8 中修复bug, 然后阅读 MorphLayoutArticle.pr。 这是理解table layout最好的方法!动态媒介惊人的

与croquet的关系。架构层面 tweak 参考 Morphic wiki Morphic: The Self User Interface Framework js morphic python morphic

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 异

Roblox 学习笔记 Learn Roblox Studio 例子简易 清晰 增量前进 案例 City People Cars 开放沙盒 mac 用户需要命令行启动 估计是因为墙的原因 403 客户端无法启动 腾讯暂停了

ROS备忘 client roscpp:roscpp是ROS的C ++客户端库。它是使用最广泛的ROS客户端库,旨在成为ROS的高性能库。 rospy:ros

动机 与操作系统靠近,操控底层概念 学习方法 快速过语法: 通用语言差不多,图灵机基础概念很少 通过一个项目学习生态工具,cargo 使用ide自动补全