Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Crab (Fiction): Google's AI Overview Invented a "Crab Team"(john.hartnup.uk ↗)
    discuss
  2. Turning a childhood home into a place to share with strangers(marketplace.org ↗)
    discuss
  3. Signal Beta Lets Users Register Without a Phone Number(digitalescapetools.com ↗)
    discuss
  4. Patch2vuln v1.0: Streamlining Vulnerability Advisory from Git Patch(gcve.eu ↗)
    discuss
  5. Data centers are swapping water for forever chemicals to keep AI cool(fortune.com ↗)
    discuss
  6. Show HN: Figranium – Stack blocks to build browser workflows and call via API(github.com/figranium ↗)
    discuss
  7. Code review automation fixed the wrong problem(tomosu.ai ↗)
    discuss
  8. Keeping Humans in the Loop(roarepally.com ↗)
    discuss
  9. Find Jobs That Interview Without LeetCode(noleet.lol ↗)
    discuss
  10. HEIF Heist(heif-heist.com ↗)
    discuss
  11. Show HN: Skillmem – local memory for coding agents that stores how, not what(github.com/liza-studio ↗)
    discuss
  12. AI is an elite crime spree(thebignewsletter.com ↗)
    discuss
  13. Fibonacci Product(johndcook.com ↗)
    discuss
  14. Ask HN: What happens when Claude Code goes away?
    2comments
  15. With a Shovel of Salt: AI Success Stories and the Retraction Gap(misalignedmag.com ↗)
    1comments
  16. Show HN: pg_raw_parse - parse PgSQL in Rust(github.com/pgdogdev ↗)
    discuss
  17. Key Alzheimer's study cancelled amid Trump attacks on science(theguardian.com ↗)
    discuss
  18. Human brain is two separate organs, research finds(medicalxpress.com ↗)
    3comments
  19. Textured(pluralistic.net ↗)
    discuss
  20. Gov. Newsom issues executive order to rein in AI 'before it's too late'(cnbc.com ↗)
    discuss
  21. Cutting our agent's harness cost 10x without breaking the product(usenotch.ai ↗)
    discuss
  22. OpenAI 'ethically hacked' with help of Anthropic's Claude chatbot(theguardian.com ↗)
    discuss
  23. GrassLobster: AI Agentic Generation of Parametric Geometry Workflows(miro.vision ↗)
    discuss
  24. You could have built Jev(sgnt.ai ↗)
    discuss
  25. Coffee and Milk ≠ Latte(johndcook.com ↗)
    discuss
  26. A custom virtual machine for the Stars 4X game(nullprogram.com ↗)
    discuss
  27. What happened on Voat after Reddit banned major communities(nature.com ↗)
    discuss
  28. Build Faster Feedback Loops Using Qualitative User Research(nseldeib.com ↗)
    discuss
  29. Show HN: Omabib, a Zotero alternative for Omarchy with agent support(github.com/atomashevic ↗)
    discuss
  30. Are You Ready for Part 108?(marbletech.us ↗)
    discuss

Neso: Metal MSL and D3D12 HLSL Back End for Triton

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

Neso is an ahead-of-time compiler backend for Triton. It lowers Triton TTIR/TTGIR into MSL or HLSL shader code, to allow modern LLM compute kernels such as Flash Attention II to run on GPUs in consumer devices such as Macs and Windows laptops. A companion project, NSpeech https://github.com/dropbox/nspeech, built in Rust with Candle, demonstrates how Neso can be used to power local ASR and TTS models.