Skip to main content

桂林之行

· 2 min read

写在十一之前,也是第一次想写点东西,没有什么想说的,就以记录前几天的桂林之行作为主题,或者是起笔的契机吧。

去桂林的那天正是中秋,一大早就赶到机场,台风刚过南京,一大早还下着点雨。第一次坐飞机,机场正是新奇的第一个环节,就靠着窗户拍了张照片。

Preview

然后突然想到了一部叫大空港的日剧,印象里是发生在羽田机场的日常,结子和toda为数不多的同框电影。

之后的起飞到平稳的过程中,让我感触最深的就是飞机加速的全力感。

这段时间,不想错过任何官能的感受,在噪音不断地加深中,体会飞机全力冲刺的速度,并且尝试分辨噪声的来源,是发动机的声音,还是轮胎摩擦跑道的声音,或者是气流撞击机翼的声音,直到某一刻,座位倾斜, 身体失重,当看到窗外的光景匆匆掠过,农田道路城市一一浮现,才晃过神来,已经起飞了。感受到了久未感受过的,全力以赴到达终点的满足感。

之后的农田道路城市逐渐消失并被云层替代,似乎此刻机上的人已经和世界暂时隔绝,不需要工作,不需要联系,不需要关心云下的世界。是什么时候征服了这片领域,人类的文明竟然达到了这个高度,我竟后知后觉的感慨起来。

Preview

落地。

编程经验

· One min read
  • 简洁性(Keep It Simple, Stupid - KISS):一个好的代码应该是简单的。这意味着代码容易被他人理解,容易维护,且避免了不必要的复杂性。

  • 减少琐事

    “Toil is the kind of work that tends to be manual, repetitive, automatable, tactical, devoid of enduring value, and that scales linearly as a service grows.” -- Site Reliability Engineering book

    琐事往往是手动的、重复性的、自动化的、战术性的,缺乏持久价值,并且随着服务的增长而线性扩展

  • 快速失败(Fail Fast): 当检测到问题时,尽早抛出错误或异常,而不是让程序在错误的状态下继续运行。

Welcome

· One min read
Sébastien Lorber
Docusaurus maintainer
Yangshun Tay
Front End Engineer @ Facebook

Docusaurus blogging features are powered by the blog plugin.

Simply add Markdown files (or folders) to the blog directory.

Regular blog authors can be added to authors.yml.

The blog post date can be extracted from filenames, such as:

  • 2019-05-30-welcome.md
  • 2019-05-30-welcome/index.md

A blog post folder can be convenient to co-locate blog post images:

Docusaurus Plushie

The blog supports tags as well!

And if you don't want a blog: just delete this directory, and use blog: false in your Docusaurus config.