惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

阮一峰的网络日志
阮一峰的网络日志
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
MongoDB | Blog
MongoDB | Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
G
Google Developers Blog
L
LangChain Blog
The GitHub Blog
The GitHub Blog
酷 壳 – CoolShell
酷 壳 – CoolShell
GbyAI
GbyAI
MyScale Blog
MyScale Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
U
Unit 42
Martin Fowler
Martin Fowler
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Apple Machine Learning Research
Apple Machine Learning Research
爱范儿
爱范儿
博客园 - 聂微东
大猫的无限游戏
大猫的无限游戏
M
MIT News - Artificial intelligence
A
About on SuperTechFans
Stack Overflow Blog
Stack Overflow Blog
V
V2EX

Tong-H

about fitness [ Tong-H ] 自媒体 [ Tong-H ] OpenClaw + 即梦自动运营小红书 [ Tong-H ] 202512 [ Tong-H ] nonsense [ Tong-H ] 基于 Playwright 的开发辅助工具-dev-playkit [ Tong-H ] 202509-202511 [ Tong-H ] CAT-TV [ Tong-H ] 202508/09 [ Tong-H ] AI 实践-DeepWiki-open 为项目生成 wiki 文档 [ Tong-H ] ai 实践-项目迁移 [ Tong-H ] 在富文本编辑器中处理图文资源 [ Tong-H ] 2025-07 [ Tong-H ] how to stew meat [ Tong-H ] AI 实践-Memory Bank [ Tong-H ] Maxillofacial fracture [ Tong-H ] 2025-06/07 [ Tong-H ] ai [ Tong-H ] some day [ Tong-H ] day [ Tong-H ] 升级老项目的包依赖 [ Tong-H ] 2025-05 [ Tong-H ] 2025-03 [ Tong-H ]
2025-04 [ Tong-H ]
2025-04-01 · via Tong-H

3932Daily Snippets2025-04-012026-06-01

2025/04/26

  • 時々雨が降りますが、ほとんどの時間涼しくて快適かいてきな天気ですね。四月しがつのチン龍湖では、野の花🌸がたくさん咲き始めました。小麦🌾こむぎが黄色くなり始めると、初夏しょかの兆しきざしです。
  • jp 54, 50%
  • 連濁れんだく
  • loanword transformation

2025/04/20

  • 穏やかな日のような気分だ。風が優しく吹いている。
  • jp 53, 100%
  • Git stores iibranches as files in .git/refs/heads/.. A branch named feature/bid creates a file at .git/refs/heads/feature/bid, But feature/bid/main tries to create a file in a directory .git/refs/heads/feature/bid/main
  • jp 54, 20%

2025/04/12

  • SWR, a cache strategy
  • Zustand
  • tanstackRouter
  • --production=false, explicitly telling npm to install both dependencies and devDependencies, regardless of the current environment.
    • Common Scenarios like during the docker build phase or ci/cd, needs compiling TypeScript or running test
    • default behavior of npm install
    • default as dev, install both dependencies and devDependencies. while in production, only install dependencies
  • charles, HTTP debugging tool, similar to fiddler(Windows-focused)

  • jp 53, 90%, few words remaining
  • 当て字 (あたじ), like puzzles, The true meaning comes from the spoken word, while kanji is chosen to paint a beautiful image.
    • 月見里[やまなし] 小鳥遊[たかなし] 四月一日[わたぬき]
    • 栗花落[つゆり] 露降り, a name for the rainy season (梅雨[つゆ]), evoking dew on flowers
    • 商い, あきない, markets were most active after autumn harvests, so “not autumn” implied “year-round trading” → evolving into the general term for “commerce.”

  • smoke testing(st), comes from the analogy of “turning on the system to see if smoke comes out” (i.e., checking for obvious failures). it ensures that the most critical functions of a software build work before proceeding with deeper testing
  • regression testing, ensures that new code changes do not break existing functionality
  • holistic. Most core web frameworks do not come with an opinionated way of fetching or updating data in a holistic way
  • cobble together. This usually means cobbling together component-based state and side-effects, or using more general purpose state management libraries to store and - provide asynchronous data throughout their apps.
  • in unison. Configurable APIs like context, beforeLoad, loaderDeps and loader work in unison to make it easy to define declarative data dependencies

2025/04/06