Featured image of post Weekly Report 2024.01

Weekly Report 2024.01

Gaming Life a little bit

Things change, people doesn’t (hardly).

# Entertainment

# Overlord IV

The story arc fails to jump out of expectation, and there are a few plots I find it’s hard to explain itself.

# Learning

# AWS

IAM Usage:

  • User/Group/Role/IAM Policies
  • Root User shall only be used for managing AWS things
  • Use IAM Roles on AWS Services to restrict access
    • EC2 with IAM Roles (awscli)

Sample IAM Policy:

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
  "Version": "2012-10-17",
  "Statement": [
    {
      "Effect": "Allow",
      "Action": "ec2:Describe*",
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": "elasticloadbalancing:Describe*",
      "Resource": "*"
    },
    {
      "Effect": "Allow",
      "Action": [
        "cloudwatch:ListMetrics",
        "cloudwatch:GetMetricStatistics",
        "cloudwatch:Describe*"
      ],
      "Resource": "*"
    }
  ]
}

# Life

  • stick to gaming life?
  • a dream comes true? the trip to Japan, and the new year Hatsumōde which doesn’t seem too charming
    • new year events all end with waiting in line for serval hours
    • welcome to the fucking real life, kiddos
    • for a man only living on salary, it’s kinda sad to see all others going out for trip or buying 福袋
  • nearly did nothing during the holiday season
  • all in all, wish you a better new year of 2024

# Sharing

# 如果金钱统治世界,那么谁统治金钱?

答案是  那些有能力制造通货膨胀的人统治着金钱。他们首先借钱购买实物资产,通货膨胀之后,再用贬值的钱来还债。

# new year resolution

if you have, or worse, need new year resolutions, you must be doing something inherently wrong in your life and, particularly, lacking in self-knowledge.

# 阅读理解

普通人阅读,就是读者视角,会被作者的情绪,文字所带动,所谓被带节奏,然后被拖入作者设定的逻辑中,产生对作者意图的认知。但超视角阅读,你不要做读者,你要做阅卷者,你的目的是寻找对你有价值的东西,而不是作者的观点。

# 乐观和悲观

所谓悲观,其实对应的是恐惧,那么看到的是风险。  所谓乐观,其实对应的是勇敢,那么看到的是机会。

如果用驾驶来形容,悲观是刹车,而乐观是油门。

路况好,视野好的时候,市场会奖励乐观者,悲观的人就会不断错失机会,眼睁睁看着别人不断前进,超越自己。

路况糟糕,视野受限的时候,乐观的人容易出现危险,而悲观的人更容易生存下来。

# Everything will be OK

1
2
3
4
5
6
7
## Well, what exactly should I do now?

In 99% of cases, for 99% of people, the answer will be the same:

- Develop, collect resources, learn, reform, help yourself.
- Develop, share resources, spread knowledge, reform, help those around yotel
- Ignore the rest. Patience. Everything will be OK.

# References

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