Blogs
- 
      How to Improve Network Experience with a Self-Hosted DNS ServiceSaturday, May 18, 2024 in Network Categories:Network Quality vs. Network Experience Do nothing, and you’ll already enjoy the best network experience. First, note that “network quality” and “network experience” are two different concepts. Communication is a process involving many devices. The … 
- 
      How Many Principles of Design Patterns Are There?Thursday, May 16, 2024 in Programmers Categories:最早总结的设计模式只有 5 个, 即SOLID: 单一职责原则 (Single Responsibility Principle, SRP):a class should have only one reason to change—i.e., only one responsibility. 开闭原则 (Open/Closed Principle, OCP):software entities (classes, modules, functions, etc.) should be open … 
- 
      Cross-Platform Content Publishing Tool — A Review of "蚁小二"Thursday, May 09, 2024 in Programmers Categories:Foreword Lately, I’ve wanted to write a bit to diversify my income, so I scouted around the various creator platforms, hoping to earn something—if not cash, then at least some coins. Putting aside the platforms themselves, writing requires a bit of … 
- 
      Jianshu Writing ExperienceThursday, May 09, 2024 in Programmers Categories:Jianshu’s writing experience is only slightly better than Notepad. Minimalist Note Management This is the article-editing page, with only two levels of abstraction: notebook list note list editor Fewer levels are both advantageous and … 
- 
      Bypassing ChatGPT VPN DetectionThursday, May 09, 2024 in Network Categories:How to handle the ChatGPT error messages “Unable to load site” “Please try again later; if you are using a VPN, try turning it off.” “Check the status page for information on outages.” Foreword ChatGPT is still the best chatbot in terms of user … 
- 
      A Fix for Windows Edge Browser StutteringTuesday, May 07, 2024 in Tricky Issues Categories:Browser Version 122.0.2365.80+ Stuttering Symptoms Stuttering when opening a personal profile Stuttering when accessing and searching stored passwords Stuttering when creating or closing tabs Stuttering when typing in a newly created tab At present, … 
- 
      Amazon Store Community GuidelinesMonday, November 13, 2023 in Community Rules Analysis Categories:Amazon Store Community Guidelines Community Guidelines The purpose of Community Guidelines is to keep the Amazon community informative, relevant, meaningful, and appropriate. What is the Amazon Community? The community is a place to share your … 
- 
      OKR Pitfalls and BoonsTuesday, June 27, 2023 in Game Theory Categories:OKR Pitfalls and Boons In 2009, Harvard Business School published a paper titled Goals Gone Wild. Using a series of examples, it explained “the destructive side of over-pursuing goals”: the Ford Pinto’s exploding gas tank, Sears Auto Centers’ rampant … 
- 
      IPv6 Issues When Bridging on WindowsSaturday, May 06, 2023 in Tricky Issues Categories:IPv6 Issues When Bridging on Windows IPv6 Issues When Bridging on Windows Server Nowadays, many soft-router machines come with good hardware specs. Running OpenWrt alone is overkill, so most tinkerers like to squeeze out more value. The difficulty … 
- 
      vs-remote-debugSunday, November 13, 2022 in environment Categories:remote debug with visual studio Remote debugging C++: https://docs.microsoft.com/en-us/visualstudio/debugger/remote-debugging-cpp?view=vs-2019 Attach debugging: …