Steve Sun | 电波障害

How to build large software teams

Original link: https://sund.site/posts/2023/large-software-team-structure/ For large software R&D teams, one of the most troublesome problems is that it becomes increasingly difficult to modify and add functions in the later stages of project maintenance. Because some unexpected interactions will produce many unnoticeable bugs, testing will be very time-consuming. Therefore, the cost of system components with the same …

How to build large software teams Read More »

Go Server Side Events

Original link: https://sund.site/posts/2023/go-server-side-events/ This article is reproduced from: https://sund.site/posts/2023/go-server-side-events/ This site is only for collection, and the copyright belongs to the original author.

Common patterns of Go memory leaks

Original link: https://sund.site/posts/2023/goroutine-leak/ Recently, when I was investigating memory leaks in Go language at work, I found this blog written by Uber , which shared several common goroutine memory leak patterns, so I sorted out goroutine-related issues, hoping that more people will find this post Articles to help you quickly locate memory leaks. Causes of …

Common patterns of Go memory leaks Read More »

Incremental Habit Changes – My Understanding of the Fogg Model of Behavior

Original link: https://sund.site/posts/2022/fogg-behavior-model/ My struggle with insomnia I often suffer from insomnia. I have also tried various methods: taking a hot bath before going to bed, turning off the mobile phone regularly, running every day… I found that these methods have worked more or less, but in the end, it is not difficult to stick …

Incremental Habit Changes – My Understanding of the Fogg Model of Behavior Read More »

“Resolve to Break Up”

Original link: https://sund.site/posts/decision_to_leave/ Throw that phone into the sea and let it sink into the depths where no one can find it. After reading “Resolve to Break Up”, I decided to write an article. Today, I will analyze and analyze the details of the movie with you. Branch plot at the beginning of the film …

“Resolve to Break Up” Read More »

3 ways to access host system in Docker container

Original link: https://sund.site/posts/3_ways_to_access_host_system_in_container/ When we are using Docker, we always access host system by mounting the host folders as a volume. But sometimes we can not do that due to deployment reasons or security limits. There are three workaround ways to access host system. 1. Mount docker.socks into container docker.socks is a Unix socket which …

3 ways to access host system in Docker container Read More »

taste and efficiency

Original link: https://sund.site/posts/2022-08-04/ Get up in the morning and write something casual. Recently, a lot of articles have been reprinted in the circle of friends, which is from an interview with Teacher Zhongqing by GQ Lab. There’s a narrative in it about taste: …the underlying logic of aesthetics is to feel those nuances. This is …

taste and efficiency Read More »

Notion as a dashboard

Original link: https://sund.site/posts/using_notion_as_a_dashboard/ I have built a Chrome extension useless idea during the last month. The backend service which implemented by Flask is using Notion as a dashboard. Notion API If you want your service to connect Notion, you have to create a Notion integration at this page . Afterwards, you have to share a …

Notion as a dashboard Read More »