Hacker News

Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. "As a Language Model": Chat Template Switches LLM Self-Referential Voice (arxiv.org)
    27comments
  2. Flip Fluid on Flip Dots (mitxela.com)
    12comments
  3. Does Georgism work? Five years later (astralcodexten.com)
    272comments
  4. OpenAI Feared "Optics" of what might appear on Hacker News (authorsguild.org)
    251comments
  5. Go Concurrency Distilled (antonz.org)
    96comments
  6. Finally, A True Blue Rose Exists (sciencenews.org)
    6comments
  7. PipePipe: NewPipe hard fork implementing SponsorBlock (github.com/infinityloop1308)
    235comments
  8. DeepSeek Elastic Compute (DSec) (arxiv.org)
    86comments
  9. Show HN: Reladraw – A diagram language where you decide where to place things (github.com/reladraw)
    88comments
  10. Improving site performance by shipping more CSS (github.blog)
    32comments
  11. The internet discovers TLA+. Now what? (reasonable.io)
    15comments
  12. Meta Blocks President Lula's Facebook Page, Campaign Ads 2 Weeks from Election (reddit.com)
    147comments
  13. A searchable library of forgotten public-domain film clips from 1915 onward (movingimagearchive.com)
    26comments
  14. Show HN: LightCloud – A cloud console organised like file system (light-cloud.com)
    2comments
  15. ASML says it sold 'absolutely nothing' in Europe in 2026 (tomshardware.com)
    684comments
  16. Biology might not be quantum, but its math is quantumlike (quantamagazine.org)
    26comments
  17. Evolving programming languages in the AI era (dashbit.co)
    66comments
  18. Fifteen years later, the Apple Cards origin story (lexontech.org)
    103comments
  19. An agent used DNS to reach an external chatbot (alignment.openai.com)
    115comments
  20. How I changed teaching after AI managed to do all my homework assignments (thelastsoftwareengineer.substack.com)
    203comments
  21. Drawgent: Coding agent on a live Excalidraw canvas (tangled.org/yanndegat.tngl.sh)
    42comments
  22. What is the size of Yemen? (2024) (theborys.substack.com)
    64comments
  23. Promising discoveries about the potential for life on one of Saturn’s icy moons (fu-berlin.de)
    36comments
  24. Reverse-engineering the Intel 8087's tangent algorithm: more than CORDIC (righto.com)
    11comments
  25. How to keep enjoying programming in a world of LLMs (haskell.org)
    280comments
  26. Exploding variance of means of exponentials: least-squares to the rescue (francisbach.com)
    —discuss
  27. Teaching a World Model to Play Pokemon (nostalgia.dev)
    18comments
  28. Turning GLM-5.3-Flash into a Jev-like decision model (privatemode.ai)
    42comments
  29. Generate fonts where every LLM token is the same width (mesh.host)
    14comments
  30. Modern Object Pascal Introduction for Programmers (castle-engine.io)
    79comments

User Guide to Model Checking for Industrial Programmers with TLA+

1 pointsby 4mo agogithub.com
1 comments
4mo agoHN ↗

If you interested in formal model checking using TLA+, this may of interest you. In this github repository https://github.com/gshanemiller/tla-examples find,

- tla.pdf - numerous examples

The PDF describes model checking in TLA working through minimal background (fairness, model state etc.), application in TLA, two non-trivial models, and two appendices with reference background on TLA, and its procedural cousin PlusCal.