Author

grapeot

Articles by grapeot.

Latest

385 posts · since 2012

  1. 181

    将AI接入机器人系统来影响世界

    记录将AI接入天文摄影机器人系统的实验。探讨安全性与灵活性的权衡,通过Python类封装、AST解析和沙箱机制,在防止恶意代码的同时让AI安全地控制望远镜设备。

    EN · 中
  2. 182

    Integrating AI with Robotics Systems to Impact the World

    Documents an experiment connecting AI to astrophotography robotics. Explores the security-flexibility tradeoff, using Python with class encapsulation, AST parsing, and sandboxing to safely let AI control telescope equipment while preventing malicious code execution.

    EN · 中
  3. 183
  4. 184
  5. 185

    Exploring the Frontier: My Deep Dive into Apple Vision Pro

    A two-week deep dive into Apple Vision Pro reveals it's fundamentally a VR device, not AR. Excels at hands-free scenarios like lying down, exercising, or multitasking with multiple windows, but falls short for office work and VR viewing due to limitations in text density and format support.

    EN · 中
  6. 186
  7. 187
  8. 188
  9. 189

    码农面试中的Coding Questions

    探讨程序员面试中应如何评估写码能力,建议用简单实现题替代LeetCode算法题,重点关注正确性、防御性编程、可维护性和可读性等软件工程能力。

  10. 190

    码农面试中的Behavior Questions

    码农面试Behavior Questions指南:如何将行为面试问题转化为展示思维深度和软实力的机会,附项目失败与冲突处理的示例回答分析。