Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Principles for a New Utopianism(deepmind.com ↗)
    discuss
  2. Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax(propublica.org ↗)
    discuss
  3. Cookie converter and Claude session check I use(claudecookie.com ↗)
    discuss
  4. House Defies Automakers and Mandates AM Radio in New Cars(wsj.com ↗)
    2comments
  5. Netanyahu seeks to strip citizenship as threats to NAZA film directors intensify(theguardian.com ↗)
    discuss
  6. Nature Is Our Learning Environment(periodic.com ↗)
    discuss
  7. American, United, Southwest scale back schedules as fuel shock reshapes flying(reuters.com ↗)
    discuss
  8. Ms. Rachel on Gaza Controversy, YouTube Fame, and Her New Album(rollingstone.com ↗)
    discuss
  9. Open-1B: the first model you don't have to trust(gensyn.ai ↗)
    discuss
  10. OpenAI says CEO Altman will attend Trump's state dinner for Xi(reuters.com ↗)
    1comments
  11. Show HN: OpenCode Mentor - An anti-vibecoding, programming mentor configuration(github.com/davejpeters ↗)
    discuss
  12. Show HN: Hometowns – Map the area codes in your contacts list(benaduggan.github.io ↗)
    discuss
  13. The LLMs Yearn for the Spines(buttondown.com/hillelwayne ↗)
    discuss
  14. Show HN: unSnag – Display tasks you can do and graph task dependencies(unsnag.app ↗)
    discuss
  15. We're not ready for superpersistent AI(natesilver.net ↗)
    discuss
  16. Show HN: Vending Machine Lab – Build business, leave for 2 wks, see what breaks(vending-machine-lab.pages.dev ↗)
    discuss
  17. Reversing AIs tech job displacement(gist.github.com ↗)
    discuss
  18. Show HN: Interakt – open-source self-hosted search and AI chat for your website(github.com/alphasolutionsrepo ↗)
    discuss
  19. Gnome 51, "A Coruña"(gnome.org ↗)
    discuss
  20. Artemis II Launch 35mm High Speed Film (01.apr.2026)(nasa.gov ↗)
    discuss
  21. A 3D Rasterizer for Embedded Devices(github.com/cubecoders ↗)
    discuss
  22. Breaking the 1.58-bit Barrier for Ternary LLMs(arxiv.org ↗)
    discuss
  23. 2026 Small World in Motion Competition – Nikon Small World(nikonsmallworld.com ↗)
    discuss
  24. RustFS 1.0.0 GA: Production-Ready, Open Source, S3-Compatible Object Storage(rustfs.com ↗)
    discuss
  25. Zuck's bot increased our Vercel bill 10x
    discuss
  26. How VoltDB Works(voltdb.com ↗)
    discuss
  27. Ask HN: People unemployed for >2 years, how do you spend your time?
    2comments
  28. Ukrainian USV Attack on Sochi Reveals Rarely Seen Russian Navy Trained Dolphins(hisutton.com ↗)
    discuss
  29. Copyrightability of LLM-Generated Code(fsfe.org ↗)
    discuss
  30. I'm getting sued by a data center(technically.beehiiv.com ↗)
    discuss

What's New in PHP 8.6

3 pointsby 55m agolaravel-news.com
1 comments
33m agoHN ↗

Weird it highlights Partial Function Application as the first on the list but doesn't mention that one of its killer features will be with the pipe operator added in 8.5 (which without it is just a single-parameter callable).

That'll clean up a bunch of places where you end up having to passing in an anonymous arrow function just to move the argument where it needs to be.