跳转至

PA0

约 263 个字 预计阅读时间 1 分钟

Abstract

PA0 的实验心得。

PA0 用时:~8h

在今年 5 月份时我已经安装了 Manjaro Linux 并日用之,于是我最初认为我似乎可以跳过该环节。我最终没有跳过,在暑假末完成了 PA0,顺带完成了此前跳过的 MIT The Missing Semester;这件事我大概是做对了,收获良多。

完成 PA0 时并没有写实验心得,这段话其实是 10 月份回来补的了。简单补一下现在对我印象深刻的——于是可以大言不惭地说—— takeaways 吧:

  • RTFM: man tldr;

    • I just STFW and ATFAI (Ask The Friendly AI) before;
    • And when it's not quite helpful I could only spin xD
  • Using the right tool to do the right things;

    • Editor: nvim;
    • Window manage: tmux;
    • Debug: gdb pdb;
    • Profile: strace perf;
    • The Philosophy of Unix: ssh myserver cat ... | grep ... | sed ... | sort | uniq -c ... 2&>1;
  • Git: branch tag merge/rebase fetch/pull/push...;

  • More about Linux;

    • e.g. Signal
  • Persistence!

    • 心态上,相信总有对的工具能帮助我做得更好;
    • 行动上,愿意付出时间去找到它,学它,用它。

评论区