Featured image of post Weekly Report 2024.09

Weekly Report 2024.09

the frustration

It’s just not like what you think. refers to SAP problems and those materials I use to prepare.

# Entertainment

maybe some dota game montages.

# Learning

# SAP

What a Megalovania, who thinks he could challenge SAP without even know every aspects of AWS services?

# Life

  • It’s kinda my first time to witness so many prod-disruptions under one week
  • It’s critical important to be aware of collective interests
  • First 10km in 2024, feels good, huh
  • Concentration is the must to GTD

# Sharing

The Pygmalion Effect is when one’s behavior, performance, and expectations about what they can accomplish is dyed with the colors and pigments of the thoughts, feedback, and expectations of those around them.

We don’t inherit the earth from our ancestors, we borrow it from our children.

# how to find places for optimizations

Generally, you need to have good introspection for your application and always profile your application, both in production and during development. You also need to be curious to explore every possible performance optimization opportunity. Even highly optimized places in your application can be optimized even further.

# source code level optimizations

  • avoid memory copying
  • avoid unnecessary allocations
  • change data layout to reduce memory usage and improve cache locality
  • use manual SIMD instructions or manual loop unrolling

# how to learning from other people

  • pick one or two people who have achieved success in the area you want to learn more about
  • observe and take notes on what they do
  • ask yourself: “how might I replicate what this person is doing”
  • make an effort to try out what you observe
  • share your observations with others

# lessons from scaling Pinterest

  • use known, proven technologies
  • keep it simple
  • don’t get too creative
  • limit your options
  • sharding databases > cluster

# 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