I want to share 2 storirs about me on handling work status:
Short term remote work
Get more focus time in the morning
Life in Suzhou
Back in the summer of 2021, my house rental was canceled by the owner, and I had
to move to another place. By then, the renting prices in Beijing were too high
for me to rent a house. Fortunately, I was lucky enough to book a house one
month after my current house was canceled. So, I needed to find a place to live
for one month. My friend decided to move to Suzhou, a city near Shanghai, which
is much more affordable than Beijing. For a month, I sat in a coffee shop and
worked remotely.
Personally, I’m very disappointed about the some Python community
people/projects.
It’s been years that PEP 3000(the year was 2006) came up, but we need to wait
years until Python 3.11(the year was 2022) to get real performance improvements?
Why people keep using Python and spending lots of time to add typing which
doesn’t have run time check instead of rewriting codes in Go to get huge speed
up while enjoying static language’s safe static type?
The basic development work of tzf and related projects has basically stabilized.
In the previous article, there are sporadic information about the development
and design process:
When dealing with large amounts of scattered data, sometimes we need to provide
a read-only query API to visualize on a map. When the amount of data is too
large, say millions, it is not appropriate to return it all to the front end for
processing on the browser. Some aggregation should be completed within the
back-end service to return the aggregated search to the front end. Here’s how to
do this with the MongoDB + tile index in Go.