标签:productivity

带有 productivity 标签的公开 Whisper

划选高亮2026-07-26 10:27:44
原文高亮摘录
A healthy GraphQL API starts with a well-governed schema.
Whisper 随想笔记
Our team tried this and it actually made onboarding way easier for new devs.
划选高亮2026-07-24 15:09:18
原文高亮摘录
keep it DRY (Don’t Repeat Yourself)
Whisper 随想笔记
DRY is the golden rule for state, keeps things simple.
划选高亮2026-07-24 10:04:18
原文高亮摘录
Attention, specify parts of text that the model should pay more attention to
Whisper 随想笔记
Does the Ctrl+Up thing actually work on Mac? I've been doing it manually all this time.
划选高亮2026-07-22 16:23:31
原文高亮摘录
Starting with C# 12, you can provide default values for explicitly typed parameter lists.
Whisper 随想笔记
Nice, finally no more overloads just for optional lambda params.
划选高亮2026-07-21 13:21:45
原文高亮摘录
Get guided through a 45-minute workshop to learn about Docker.
Whisper 随想笔记
That's perfect for a lunch break, might actually finish it this time.
划选高亮2026-07-18 13:12:24
原文高亮摘录
The most obvious is the single point of failure that the centralized server represents.
Whisper 随想笔记
Yeah, that's why I moved my team to distributed VCS after one server crash.
划选高亮2026-07-18 10:18:24
原文高亮摘录
Version control is a system that records changes to a file or set of files over time so that you can recall specific versions later.
Whisper 随想笔记
I wish I had this for my essays in college, would've saved me a few all-nighters.
划选高亮2026-07-18 09:50:00
原文高亮摘录
OpenAI is an American artificial intelligence (AI) research organization headquartered in San Francisco, consisting of OpenAI Group PBC, a for-profit public benefit corporation (PBC), partially controlled by OpenAI Found
Whisper 随想笔记
the ChatGPT boom was real, my whole office uses it daily now
划选高亮2026-07-17 10:00:18
原文高亮摘录
The module standardizes a core set of fast, memory efficient tools
Whisper 随想笔记
finally, something that doesn't eat RAM like my last regex hack
划选高亮2026-07-17 09:45:33
原文高亮摘录
This feature is well established and works across many devices
Whisper 随想笔记
Finally, something I can use without checking caniuse every time.
划选高亮2026-07-17 03:09:18
原文高亮摘录
allows you to think about problems at a higher level
Whisper 随想笔记
Yeah, vectorized thinking really changes how you approach problems.
划选高亮2026-07-16 13:01:48
原文高亮摘录
The ideal deep approach would require the translation software to do all the research necessary for this kind of disambiguation on its own
Whisper 随想笔记
25% automation sounds low but honestly that's still a big chunk of boring work saved.
划选高亮2026-07-15 09:27:00
原文高亮摘录
Redundant or duplicate state is a common source of bugs.
Whisper 随想笔记
Honestly, sometimes I add extra state without thinking, then regret it later. Good reminder.
划选高亮2026-07-10 21:09:18
原文高亮摘录
patience and attention to detail
Whisper 随想笔记
so true, patience and attention to detail are everything in this game