Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Flight chaos caused by software defect, says air traffic control body(bbc.co.uk ↗)
    discuss
  2. US judge denies OpenAI bid to review X Corp's settlement with Apple(reuters.com ↗)
    discuss
  3. The new CC, an AI agent built for families(blog.google ↗)
    discuss
  4. Don't Design Your Emails (2016)(gkogan.co ↗)
    discuss
  5. Lawsuit filed against Google for illegal data retention(medium.com/istokovicsgyorgy79 ↗)
    discuss
  6. Discover agent rules and skills from leading OSS projects(ossrules.md ↗)
    discuss
  7. An MCP to Sketch Charts(medium.com/carmineds ↗)
    discuss
  8. Fed staff should have known Silicon Valley Bank was vulnerable, new report finds(cnbc.com ↗)
    discuss
  9. The 21-minute window: finding customers is a timing problem(findcustomers.org ↗)
    discuss
  10. OpenAI's latest AI revelation is a 'serious situation,' says Microsoft(cnbc.com ↗)
    discuss
  11. BeanShell3 in Development(beanshell.github.io ↗)
    1comments
  12. European Cities Have Too Many Tourists. Why Are Their Airports Growing?(nytimes.com ↗)
    discuss
  13. India's Clean Energy Boom Halts Coal Power Growth(oilprice.com ↗)
    1comments
  14. OpenAI lost the plot on boring LLM use cases (2025)(softwaredoug.com ↗)
    discuss
  15. Cloudflare Quick Tunnels(cloudflare.com ↗)
    discuss
  16. Memex: Agent Session Search(github.com/nicosuave ↗)
    1comments
  17. EFF to Lawmakers: Ground AI Cybersecurity Rules in Best Practices(eff.org ↗)
    discuss
  18. A Short History of the Information Age(galileo-unbound.blog ↗)
    discuss
  19. Sparse resources helped my GPU-driven renderer memory usage(zino2201.substack.com ↗)
    discuss
  20. Generating Artist-Like 3D Mesh Topology via Nearest-Vertex Vector Fields(derkleineli.github.io ↗)
    discuss
  21. In 2025, the ozone hole shrunk to one of its smallest sizes in decades(phys.org ↗)
    discuss
  22. Second Circuit Allows Government to Search Electronic Devices at the Border(knightcolumbia.org ↗)
    discuss
  23. Better than reality: New emulation tech lags less than original consoles (2018)(arstechnica.com ↗)
    discuss
  24. Open Letter to Paul Nurse(docs.google.com ↗)
    discuss
  25. MonkeyDcode – a CLI coding agent built for small local models(github.com/straw-hat-dev ↗)
    discuss
  26. Fiat-Shamir Bugs: How One Missing Line Breaks a Proof System(zksecurity.xyz ↗)
    discuss
  27. Reconstructed Jurassic insect calls (165M-year-old) [video](youtube.com ↗)
    discuss
  28. Startup Fluxnium found a way to tap 50k years' worth of nuclear fuel(techcrunch.com ↗)
    discuss
  29. Think Like an Attacker: CI/CD Security in the AI Era(medium.com/koukyosyumei ↗)
    discuss
  30. Prediction markets are becoming a national security threat(thebulletin.org ↗)
    discuss

Neso: Metal MSL and D3D12 HLSL Back End for Triton

1 pointsby 52m agogithub.com
1 comments
52m 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.