Skip to content

Commit

Permalink
Release 2
Browse files Browse the repository at this point in the history
  • Loading branch information
versun committed Jul 11, 2023
1 parent 72481c1 commit 6d6bf68
Showing 1 changed file with 49 additions and 0 deletions.
49 changes: 49 additions & 0 deletions docs/2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
# 54321周刊 第2期
2022-12-31 (每周六发布)

==**5 有趣:**==
1. [为什么SQLite不使用Git](https://sqlite.org/whynotgit.html)
- 虽然是一篇旧文,但写的很好,分享下。
- SQLite选择使用自己定制开发的[Fossil](https://fossil-scm.org/) 而不是Git
- Git原生不能提供良好的态势感知,对比:[SQLite: Timeline](https://sqlite.org/src/timeline) VS [Network Graph · sqlite/sqlite · GitHub](https://github.com/sqlite/sqlite/network)
- Git加重了不必要的心里负担,需要记住很多信息
- Git不跟踪历史分支名称,对比:[SQLite: Timeline](https://sqlite.org/src/timeline?r=prefer-coroutine-sort-subquery) VS [Commits · sqlite/sqlite · GitHub](https://github.com/sqlite/sqlite/commits/prefer-coroutine-sort-subquery)
- Git软件更复杂
- Git的用户体验不好:[xkcd: Git](https://xkcd.com/1597/)
- 这一点确实深有体会,对于日常需要记住那几个基本命令就可以使用,遇到问题删掉重新拉库就行了,不知道是好是坏。。。
2. [Hackers Breach Okta's GitHub Repositories, Steal Source Code](https://thehackernews.com/2022/12/hackers-breach-oktas-github.html?m=1)
- 又是LAPSUS$团伙,技术真的一绝。github的安全真的很不好做,目前只能人为限制,对于那些意外上传或开放的操作,基本没有针对安全方面做出相应的检查。
3. [Dynamicland](https://dynamicland.org)一种可视化工具,很酷炫,在教育方面应该很有用
4. [What is a Full Stack Developer? 2022 Full Stack Engineer Guide](https://www.freecodecamp.org/news/what-is-a-full-stack-developer-full-stack-engineer-guide/) 全栈工程师学习指南,相对其他指南来说可操作性更高,顾推荐。
5. [技能堆叠](https://critter.blog/2020/09/30/skill-stacking/) 在某个单独的领域很难做到第一第二,但2个不同领域组合在一起,就很简单的能成为新领域的领头羊,也就是斜杆青年。

==**4 工具:**==
1. [OpenAI Codex](https://t.co/RzJkruQBv2) 自然语言转写代码
2. [Web Developer Checklist](https://t.co/MfAD1pGoPc) 网页开发的检查清单
3. [Rust编写的ls命令:lsd](https://github.com/Peltoche/lsd)
4. [Rust编写的top命令:bottom](https://github.com/ClementTsang/bottom)

==**3 想法:**==
1. 身体健康才是第一位
- 这周全家先后感染新冠,但好在大家身体素质都很好,平时都注重锻炼和饮食,所以第二天就基本好转了。
2. 关于todo list,很经常就会出现爆满的情况,然后就再也不想去todo了,我目前的解决方法是,给加入的每个todo都设置个日期,这样有DDL就不大容易废弃了
3. 关于计划,制定一个计划,就是为了实施,计划的唯一目的是确保得到更好的结果,如果不去执行,计划本身就没有价值,如果你很清楚如何得到结果,则完全可以没有计划。

==**2 言论:**==
1. The key to productivity is not time management, but energy management, Focus on optimizing your energy levels, not your schedule --- [Tiago Forte](https://twitter.com/fortelabs/status/1606590574928318464?s=12&t=UexzCjl_KVcNxJsHtSYkhw)
- 高效率是能量管理的结果,并不是时间管理
2. Just start. Start slow if you have to. Start small if you have to. Start privately if you have to.Just start. --- [James Clear](https://twitter.com/jamesclear/status/1607449782879928323?s=12&t=HnIFs-oELXpkJUCmRR7KlA)
- 开始是最难的,慢慢的,从小目标开始

==**1 问题:**==
1. 如何才能更高效的思考,那些思维框架真的有用吗,要怎么才能适当的利用它们?

---

如果您喜欢该周刊,并想支持我,可以请我喝一杯咖啡哟: [爱发电](https://afdian.net/a/versun)

[Github](https://github.com/versun/54321-Weekly)[Blog](https://notes.versun.me)[Twitter](https://twitter.com/VersunPan)[RSS](https://54321.versun.me/feed)[Newsletter](https://54321.versun.me/)




0 comments on commit 6d6bf68

Please sign in to comment.