samI built a small macOS cleanup script for myself today.I kept noticing that “System Data” and various caches were slowly taking up more and more disk s
A collection of thoughts on technology, investment, and personal growth.
Latest entries
samI built a small macOS cleanup script for myself today.I kept noticing that “System Data” and various caches were slowly taking up more and more disk s
sam一句话解释WirelessWireless 本质上就是:想办法把更多 bit 塞进无线信号里,同时保证信号经过空气损耗和噪声干扰之后,接收端还能正确认出来。以下log皆为log10为底,除非明确表明底数按逻辑顺序理解📶信号底层Bit真正要传的数据,本质上就是一串 0 和 1。QAM把多个 0/1
sam今人不见古时月,今月曾经照古人。古人今人若流水,共看明月皆如此。唯愿当歌对酒时,月光长照金樽里。李白也成了古人,我们也有一天会成为古人。或许默默无闻,或许青史垂名,这些都不重要,重要的是是否真正的活过,这个世界不缺少遗憾,雕栏玉砌应犹在,只是朱颜改。你希望做对但没有做对的事情太多了,但不管何时都要有...
sam核心架构概述在无密码(Passwordless)OAuth2 流程中,系统通过短信/邮件验证码或生物特征(Passkeys)认证用户。认证成功后,系统使用私钥生成 JWT(令牌)给用户。后端 API 在收到令牌后,通过反向解析,从认证服务器的 JWK(公钥集)中获取对应的公钥来验签,确保令牌真实有效...
samWe all do it. Dozens of times a day.Bashgit add . git commit -m "fixed a bug" git push I got so sick of typing this exact sequence while working on or...
sam人心齐,泰山移
sam...
sam深度解析:自研预渲染脚本的执行生命周期为了彻底摆脱 react-snap 的黑盒限制,我们设计了一个透明、高度可控的 Node.js 脚本。它被配置在 CI/CD 流程中,紧接着 vite build 指令之后自动运行。以下是该脚本执行的详细步骤拆解:第一阶段:初始化与环境嗅探 (Initializ...
samDeep Dive: The Execution Lifecycle of the Custom Prerender ScriptOur custom solution replaces react-snap with a transparent, highly controlled Node.js...
sam1. The Paradox of Modern SPAsWe all love the Single Page Application (SPA) architecture. The combination of React + Vite offers a silky-smooth develop...