Python的禅

Posted on Tue 14 October 2025 in Tech • Tagged with tech, python, programming, code, development

翻译自https://peps.python.org/pep-0020

  1. 优美胜于丑陋 Beautiful is better than ugly.
  2. 明了胜于晦涩 (Explicit is better than implicit.)
  3. 简洁胜于复杂 (Simple is better than complex.)
  4. 复杂胜于凌乱(Complex is better …

Continue reading

光猫不改桥接的ipv6网络配置

Posted on Wed 18 June 2025 in Tech • Tagged with vim

mermaid

graph LR
光猫 --> ASUS
ASUS --> R2S
ASUS --> NAS
R2S --> 小米
小米 --> PC

光猫:未改桥接,关ipv6防火墙,DMZ到ASUS
ASUS:做主路由,开ipv6防火墙,ipv6选passthrough模式
R2S:关ipv6防火墙,所有接口ipv6都选中继模式
小米:改成中继模式当成 …


Continue reading

软件工程中的博弈论

Posted on Mon 21 April 2025 in SoftwareEngineering • Tagged with Architecture, SoftwareEngineering

翻译自: https://medium.com/@myroslavazel/game-theory-in-software-engineering-812101b77840

正如各种敏捷专家所建议的那样,博弈论与敏捷团队的工作方式有着紧密的联系。

根据他们的说法,关 …


Continue reading

道德经

Posted on Thu 20 March 2025 in Culture • Tagged with 道德经

【第一章】道可道,非常道;名可名,非常名。无名天地之始,有名万物之母。故常无欲,以观其妙;常有欲,以观其徼(jiào)。此两者同出而异 …


Continue reading

《道德经》译文精简版

Posted on Thu 20 March 2025 in Culture • Tagged with 道德经

第一章
道可道(可以语言交流的道),
非常道(非真正意义上的道);
名可名(可以明确定义的名),
非常名(非真正意义上的名)。
无名天 …


Continue reading

如何成为首席工程师

Posted on Mon 30 December 2024 in SoftwareEngineering • Tagged with architect

文章: 虚拟讨论会:如何成为首席工程师

翻译自https://www.infoq.com/articles/virtual-panel-principal-engineer/

Ben Linders, Joy Ebertz, Pablo Fredrikson, Charlotte de Jong Schouwenburg

Dec 11 8 分钟

关键要点

  • 转变为首席工 …

Continue reading

十年Kubernetes:过去、现在和未来

Posted on Mon 30 December 2024 in Tech • Tagged with architect

十年Kubernetes:过去、现在和未来

翻译自https://thenewstack.io/10-years-of-kubernetes-past-present-and-future/

Matt Butcher 回顾了事情的起点,Kubernetes走向成熟的历程,以及它在WebAssembly运动中的潜力。

2024年6月12日上午10:00 由 Matt Butcher 撰写

今年,Kubernetes 迎来了它的十岁 …


Continue reading

Learn excalidraw

Posted on Fri 08 November 2024 in Tech • Tagged with architect, draw

https://excalidraw.com/

Keyboard shortcuts

Tools

Tool Press This
Hand (panning tool) H
Selection V or 1
Rectangle R or 2
Diamond D or 3
Ellipse O or 4
Arrow A or 5
Line L or 6
Draw P or 7
Text T or 8
Insert image 9
Eraser E …

Continue reading

Linux Terminal Apps

Posted on Thu 07 November 2024 in Tech • Tagged with Linux, Terminal

zellij

把这个放在最前面的目的,是因为这是后面所有软件的外壳。
终端的分屏工具,原来我是用tmux的,目前已完全换到了zellij,同类 …


Continue reading

Build - The first pillar

Posted on Sun 20 October 2024 in Tech • Tagged with feature toggle

What is Build?

The Build pillar addresses the use of feature flags for building and delivering new features, bug fixes, and code changes of any kind. While much of this category deals with release management, we've named it "Build" because of the critical role feature flags also play in pre-release …


Continue reading