Featured image of post Weekly Report 2024.23

Weekly Report 2024.23

understand your situation

action first, thought second; this was a good way to start.

Entertainment

tanoc live

It’s the live makes me understand why the bpm of the songs matter, because they could match your heartbeat, which seems to be a hack.

Learning

no big deal, check the section below.

Life

  • dj live was really sick
  • for current stage, the feedback was not enough, which always made me don’t know what I learned today

Collectibles

learn

  • 人对一切人, 事, 物的感受, 由峰值和终值两个因素决定. 峰值指的是这段体验中的最高峰, 包括正向和反向; 终值指这段体验结束时, 你的感受
    • 艰难和轻松的任务交错着去完成, 避免负向峰值的出现, 是让自己在学习和工作中保持愉悦和高效的重要方法
  • 花大量的时间做容易的环节
    • 看书其实是最简单的一步, 记忆, 应用, 输出才是更为重要的环节
    • 在完成目标的过程中, 你只愿意做自己得心应手的那一步, 这就是“伪勤奋”; 只有去完成那些让你感到需要思考, 需要克服困难的任务, 才称得上是“真勤奋”.
  • 思维偏差
    • 对他人的想法和感受做出假设
    • 用一件事来概括其他事情
    • 想当然地认为别人的观点和价值观跟自己的一样, 并通过这样的视角去评判他人的行为
    • 认为自己感受到的一定是事实
    • 过度且不切实际的自我期待会让人每天都觉得自己很失败
    • 以绝对和极端的方式进行思考
  • boolean guard
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
boolean isPizzaFantastic() {
  if (!hasCheese()) {
    return false;
  }

  if (pepperoniService.empty() && sausages.size() == 0) {
    return false;
  }

  return useOnionFlag.get() || hasMushroom(ENOKI, PORTOBELLO);
}

share

twitter or others

Licensed under CC BY-NC-SA 4.0
Last updated on Jan 09, 2024 11:32 CST
The older I get, the more I realize that most of life is a matter of what we pay attention to, of what we attend to [with focus].
Built with Hugo
Theme Stack designed by Jimmy