Daily Shaarli
October 30, 2023

Lessons from a Meta tech lead and Staff Engineer

Rock Pi SATA HAT是款能相容於Raspberry Pi 4或Rock Pi 4的硬碟擴充套件,最多能支援同時連接5顆SATA傳統硬碟或固態硬碟,具有高達803MB/s的傳輸效能,並可搭配控制面板與專屬機殼,大幅提升資料儲存總容量。

The Intel N100 (and N200) seem to be Intel's attempt at trying to muscle into the market that high-end ARM SoCs look to have cornered. With the Rockchip

Build Your Own Network Attached Storage (BYO-NAS) Takes advantage of the natural heat conductivity and dissipation of the aluminum Augmented the built-in controllable fan to cool down both the Raspberry Pi and hard disks Multi-function power button to allow for seamless integration with the case Programmable OLED Displ
文章指出產品經理的角色是一個錯誤,認為一個成功的產品公司應由有遠見的人領導而非一個職業產品經理。它解釋,偉大的領袖如賈伯斯或馬斯克從未是產品經理,他們由對願景的熱情驅動,而非資料或KPIs。文章警告,聘用缺乏願景的產品經理可能導致過度依賴數據,官僚主義,以及組織中低效的溝通和協作
PTR, SPF, DKIM, DMARC

SATA Board for Raspberry Pi CM4是款專為Raspberry PI 4運算模組設計的擴充板,提供4組SATA端子,以及1組GbE乙太網路,能夠用於土砲NAS等裝置。

Here is a brief story about how you can use the Do’s and Don’ts of alerting for your team or company.

理解我这一个观点,我们来说一下 Python 的几大痛点:
- Python 的可调式性,可观测性问题。历史上 Python 中做 Cost 的消耗极大,同时没有足够的手段可以从旁路去观察 Python 的运行时行为
- Python GIL 问题,这个老生长谈了,不多说
- Python 的 C API/ABI 问题,之前暴露的 C API/ABI 通常和 CPython VM 实现细节耦合,导致跨版本兼容性会是一个问题
而这样一些问题,Python 3.12 上都有了极大的进步
- PEP 669, GH-96143 极大提升了 Python 的可观测性,可调式性
- PEP 684, A Per-Interpreter GIL, 提升 Python 进程内性能,为后续的 non-GIL 打下了良好的基础
- PEP 697 全新的 C API,进一步解耦 API/ABI 与 CPython VM 实现细节的耦合