Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Amazon Blocks Meta's Muse AI Agent from Its Retail Site (bloomberg.com)
    —discuss
  2. AI Companies Say They're Investigating Rogue Bot Incidents (motherjones.com)
    —discuss
  3. Boonful – Claude Code can publish and sell what it builds (boonful.io)
    —discuss
  4. Show HN: A bookshelf of rare company documents and out-of-print tech books (rare-books.vercel.app)
    —discuss
  5. XiaomiMiMo / MiMo-v2.6-RL-OSS (Agentic RL Environments) (huggingface.co)
    —discuss
  6. The Anti-Cheat and Toxicity Detection (2025) (grid.gg)
    —discuss
  7. We built DeepL's next-generation LLMs with FP8 for training and inference (2025) (deepl.com)
    —discuss
  8. Heypcb: Figma for Hardware, with AI (heypcb.ai)
    —discuss
  9. Program Integrity Is a Team Sport (pplfirst.com)
    —discuss
  10. Totlajtol, a digital repository of colonial documents in Nahuatl, is presented (udg.mx)
    —discuss
  11. Claude Pop – I'm Upping My P(Doom) [video] (youtube.com)
    —discuss
  12. Two Paths to Math Everest (quantumformalism.substack.com)
    —discuss
  13. Open firmware for the Echo Show 5, first and 2nd gen: Alpine Linux (github.com/huskerminion)
    —discuss
  14. Quantized Reasoning Models Think They Need to Think Longer, but They Do Not (arxiv.org)
    —discuss
  15. DuckDB and Hugging Face: Querying Datasets Directly (duckdb.org)
    —discuss
  16. Scoop: Anthropic's Dario Amodei to Have White House Dinner with Trump (axios.com)
    —discuss
  17. We made our launch video with Claude Code (and open-sourced the tool) (kiln.tech)
    —discuss
  18. Show HN: App2Api; App actions into API calls for LLMs (app2api.com)
    —discuss
  19. Boeing flags 737 MAX software glitch affecting some automated approach functions (cnbc.com)
    —discuss
  20. Sixteen Models Walk into a Storefront (rynr.dev)
    —discuss
  21. Waymo says it has stopped 841 injuries in 271M autonomous miles (electrek.co)
    —discuss
  22. What I did at Recurse Center (thill.me)
    —discuss
  23. A fantasy ARM based PC and native ARM port of DOS+Apps with Rosetta-like x86 JIT (github.com/kdkd)
    1comments
  24. Malleable software: Restoring user agency in a world of locked-down apps (2025) (inkandswitch.com)
    1comments
  25. Merge Claude Code desktop sessions across accounts (macOS) (github.com/saikiran-rs)
    —discuss
  26. Meta's Muse agent is attacking one of the economy's most profitable weak spots (cnbc.com)
    1comments
  27. Touch-tone digits produced zero output in the STT pipeline I tested (github.com/iagentic-llc)
    —discuss
  28. Show HN: Kosh – Give your bookmarks a shape worth keeping (addons.mozilla.org)
    1comments
  29. Linux Server Hardening Best Practices: Essential Steps to Secure Your Server (mobilestuff2026.blogspot.com)
    —discuss
  30. Show HN: I started surfing and ended up building forecasts for 50k beaches (ariasurf.com)
    1comments

DICS: Staged DI for C# and Unity without runtime reflection

2 pointsby 1h agogithub.com
1 comments
1h agoHN ↗

The unusual bits: configuration axes (think: use flags/feature flags for your app) as a first-class concept, almost no runtime reflection, and staged DI - build and validate the whole dependency graph first, instantiate second. Missing deps, cycles, ambiguous bindings, conflicting axis definitions, etc. fail before touching user code.

Most of the implementation was written manually btw. LLM use was limited to docs/tests. The library is battle-tested.