Featured image of post Weekly Report 2023.22

Weekly Report 2023.22

我有选择吗?

终生役役而不见成功,苶然疲役而不知所向,讳穷不免,求通不得,无以树业,无以养亲,不亦悲乎!人谓之不死,奚益!

# Entertainment

# Vampire Survivors

十分解压的游戏,而且也没有任何上手难度,打消时间的佳作。

洋葱 + Thunder Ring 的搭配不错,15min 前基本上可以站撸。

# Learning

# ETCD List/Watch

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
func test() {
    etcdCfg := v3.Config {
        Endpoints: []string{"localhost:2379"}
    }
    client, err := v3.New(etcdCfg)
    if err != nil {
        panic(err)
    }
    ctx := context.TODO()
    ch := client.Watch(ctx, "daphne/DEFAULT", v3.WithPrefix())
    for rs := range ch {
        for _, event := range rs.Events {
            switch event:
            case v3.EventTypePut:
                fmt.Println("Put")
            case v3.EventTypeDelete:
                fmt.Println("Delete")
        }
        fmt.Printf("Type: %s Key:%s Value:%s\n", event.Type, event.Kv.Key, event.Kv.Value)
    }
}

# Life

  • 拔牙后的恢复期,懒懒散散的
  • 外包以外的面试都 GG 了,感觉很颓废
  • 未来,未来在哪里。

# Thought

个人,需要凭借什么,才能拦得住这波浪。

# Quotation

比如为了缓解都市生活的压力,我们想要回到自然,想要过上朴素的生活,而这种需求又被包装为一种商品来打包销售,要么需要付出高价才能享受这种所谓“小森林式”的生活,要么则是在短视频里看着“李子柒”们表演着我们想象中的人生,平衡着我们在红尘中的疲惫。而各种“乡村生活”的视频,最终也不过是追求流量和财富的商品而已,“佛系”的努力最终又重新被娱乐化与市场化。

# Recommendation

# 坑在何处

  1. 强调吃苦
  2. XX 之后就轻松了
  3. 内向的人很吃亏
  4. “我是为你好”

# 缺爱的家庭

就是明明和父母同在一个屋檐下,却感觉像是独居。没错,就是独居。他们就像一起合租的租客。你不会想要隔壁的租客对自己温柔,悲伤时也不会轻易向他们吐露。你不会想要和他们分享任何一点点你的经历。你也对他们的经历毫无兴趣。

# References

Licensed under CC BY-NC-SA 4.0
Last updated on Jun 05, 2023 15:56 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