Browse Hacker News
6,855 matching stories
[ 37.9 ms ] page + count
- "Slop Grenades" (twitter.com)
- Show HN: Algebraic Effect System for Python (effecton.dev)
Effecton is effect system for python allowing to write *very* typesafe apps like: ```py def charge(order: Order) -> E.Effect[Receipt, CardDeclined | CardExpired, PaymentGateway]: ... ``` So not only success value but…
- The AI threat is real, it just isn't the one in the headlines (blog.robbowley.net)
- Skills to Make the Perfect Website (github.com)
- How SpaceX Streamlined the Raptor Engine (construction-physics.com)
- AurionMail: E2EE suite (CryptPad and Mail) with user-friendly single-password UX (aurionmail.github.io)
- Right-sizing Databricks job clusters, automatically (altimate.ai)
- An LLM Beat NetHack (kenforthewin.github.io)
- Returning Soldier Effect (en.wikipedia.org)
- Models Watching Models (southbridge.ai)
- The One Website You Will Never Admit You Went On (galratner.substack.com)
- FUSE over Io_uring (luis.camandro.org)
- Don't Make Job Referrals Public (blog.melashri.net)
- China's Electric Aviation Advantage Is a Transport System, Not a Prototype (cleantechnica.com)
- Show HN: WFCLab – Interactive Wave Function Collapse Explorer (With Source) (angularangel.neocities.org)
Author here. WFCLab is a desktop app I built in Godot 4 for experimenting with example-based procedural generation, specifically wave function collapse. The workflow is: load a source image, decompose it into tiles and…