1. "Slop Grenades" (twitter.com)
  2. 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…

  3. How SpaceX Streamlined the Raptor Engine (construction-physics.com)
  4. An LLM Beat NetHack (kenforthewin.github.io)
  5. Returning Soldier Effect (en.wikipedia.org)
  6. Models Watching Models (southbridge.ai)
  7. FUSE over Io_uring (luis.camandro.org)
  8. 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…