Viewing profile — old8man
old8man
HN member- Joined
- Fri, Dec 12, 2025, 3:15 PM UTC
- HN karma
- 8
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About old8man
Recent public activity
- story
- story
- story
-
comment
Comment #47826777
Good question. The main difference is where the spec lives and who enforces it. TLA+ is a specification language separate from your implementation. TLC model-checks the spec. Wheth…
-
comment
Comment #47826697
thanks.. I would phrase the pitch differently though. Verum is a systems language, not a method for AI systems. The thing that is actually load-bearing is that verification is a kn…
- story
- story
- story
- story
-
comment
Comment #47659085
[dead]
- story
-
comment
Comment #46922672
Ruliology provides a powerful descriptive framework - a taxonomy of computational behavior. However, it operates at the level of external dynamics without grounding in a primitive …
-
comment
Comment #46905215
Anthropic's Claude Code has revolutionized the workflow forever.
-
comment
Comment #46279371
While the reduction of a compiler to a deterministic function is theoretically sound, modern engineering practice necessitates addressing "Compiler-as-a-Service" architectures (LSP…
-
comment
Comment #46273859
Very useful article, thank you! Many people suggest CUID2, but it is less efficient and is better used for frontend/url encoding. For backend/db, only UUID v7 should be used.