less than 1 minute read

miscellaneous

一些杂七杂八的记录

  • python 当中的list快捷语法称为 list-comprehension

  • vim e ++ff=unix vim以unix格式打开文件

  • anscombe’s quartet, 统计学的一个有趣的小现象

  • SFINE, substitution failure is not an error, (C++为什么难), this is template meta programming

  • ECS vs OOP, godot engine

  • C++ has an and keyword for those don’t have & in their keyboard

  • Debug tools: cgdb valgrind

  • Dynamic programming is confusing because of its name UCB