Live data from Hacker News

Viewing profile — old8man

old8man

HN member
Joined
Fri, Dec 12, 2025, 3:15 PM UTC
HN karma
8
Public activity
15 items

About old8man

full-stack developer, devops, verum, rust, js/ts, react, omni

Recent public activity

  1. story
  2. story
  3. story
  4. 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…

  5. 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…

  6. story
  7. story
  8. story
  9. story
  10. comment
  11. story
  12. 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 …

  13. comment
    Comment #46905215

    Anthropic's Claude Code has revolutionized the workflow forever.

  14. 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…

  15. 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.