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

推荐订阅源

Blog — PlanetScale
Blog — PlanetScale
J
Java Code Geeks
N
Netflix TechBlog - Medium
Martin Fowler
Martin Fowler
A
About on SuperTechFans
腾讯CDC
B
Blog RSS Feed
H
Hackread – Cybersecurity News, Data Breaches, AI and More
Microsoft Azure Blog
Microsoft Azure Blog
D
Docker
Y
Y Combinator Blog
Microsoft Security Blog
Microsoft Security Blog
F
Fortinet All Blogs
I
InfoQ
博客园 - 【当耐特】
美团技术团队
GbyAI
GbyAI
量子位
宝玉的分享
宝玉的分享
爱范儿
爱范儿
有赞技术团队
有赞技术团队
博客园 - Franky
L
LangChain Blog
阮一峰的网络日志
阮一峰的网络日志

Computer Things

The LLMs yearn for the spines New Post: A Crash Course in Predicate Logic Vim wants you to control, VSCode wants you to consume Logic for Programmers is Done I'm still alive Logic for Programmers v0.15, Livecoding Nontrailing separators do not spark joy Logic for Programmers extra credits Knowing about things is cheaper than knowing things Assumptions weaken properties Points are a weird and inconsistent unit of measure New Logic for Programmers (and the future of this newsletter) Illegal vs Unwanted States People get confused when language implementations break language guarantees A sufficiently comprehensive spec is not (necessarily) code April Cools Post: New York vs Chicago Pizza Choose Boring Technology and Innovative Practices LLMs are bad at vibing specifications Free Books New Blog Post: Some Silly Z3 Scripts I Wrote Stream of Consciousness Driven Development Proving What's Possible Logic for Programmers New Release and Next Steps My Gripes with Prolog The Liskov Substitution Principle does more than you think Some Fun Software Facts One more week to the Logic for Programmers Food Drive Get Logic for Programmers 50% off & Support Chicago Foodbanks I'm taking a break Modal editing is a weird historical contingency we have through sheer happenstance
Refinement without Specification
Hillel Wayne · 2026-01-21 · via Computer Things
Imagine we have a SQL database with a user table, and users have a non-nullable is_activated boolean column. …