Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. HarnessTax: How Much Does the Harness Matter for Coding Agents?(harnesstax.github.io ↗)
    discuss
  2. Can I get insurance for company renting humanoids for parties?
    discuss
  3. The Phenomenon of Bullshit Jobs: A Work Rant (2013)(davidgraeber.org ↗)
    discuss
  4. Show HN: Fivetran CLI is released to Beta(pypi.org ↗)
    discuss
  5. Assistant Benchmark(assistantbenchmark.com ↗)
    discuss
  6. Typesafe-computer-use drives a Mac toward a goal for 1/50th of a cent per step(github.com/awlevin ↗)
    discuss
  7. OpenAI's Hugging Face Hack Is the Best AI Safety Opportunity So Far(cahlik.net ↗)
    discuss
  8. Huai Su's Autobiography (2017)(vincentpoon.com ↗)
    discuss
  9. ElevenLabs Launches Reception(twitter.com/elevenlabs ↗)
    1comments
  10. Show HN: Kosmic Kart – Mario Kart-style racing with friends in the browser(kosmi.io ↗)
    discuss
  11. God's Eye View(github.com/bilawalsidhu ↗)
    discuss
  12. Characterizing ~375 GB Kimi K2.5 on a 128 GB Ryzen AI MAX+ 395 PC(zenodo.org ↗)
    discuss
  13. Write Linters and Tools Before Code(cookie.engineer ↗)
    discuss
  14. LispBM is a concurrent Lisp for microcontrollers with message passing(lispbm.com ↗)
    1comments
  15. Design System Scalability Made iPhone Duo Possible(romain.garden ↗)
    discuss
  16. Common Crawl Data Stored on a Hugging Face Bucket(commoncrawl.org ↗)
    discuss
  17. Nowcast – Worldwide Lightning Detection and Thunderstorm Warnings(nowcast.de ↗)
    discuss
  18. The Publics Quest for Free, Verifiable, and Unfiltered Scientific Data(zenodo.org ↗)
    discuss
  19. AI is creating ghostwriting jobs on LinkedIn(ft.com ↗)
    discuss
  20. SensorTap: One command, every sensor your machine has(baselashraf.com ↗)
    1comments
  21. Royce on San Francisco(astralcodexten.com ↗)
    discuss
  22. Show HN: Make Art Not Apps(makeartnotapps.com ↗)
    discuss
  23. How Israel exports the technology of occupation around the world(universiteitleiden.nl ↗)
    discuss
  24. Destroying Humanity Is Against the Law(theatlantic.com ↗)
    discuss
  25. Apple's M6, M7 and M8 Chips Show How AI Is Reshaping the Company(twitter.com/markgurman ↗)
    discuss
  26. Elyx(elyx.design ↗)
    1comments
  27. Principles for a New Utopianism(deepmind.com ↗)
    discuss
  28. Trove of Never-Before-Seen Records Reveal How the Wealthiest Avoid Income Tax(propublica.org ↗)
    2comments
  29. Cookie converter and Claude session check I use(claudecookie.com ↗)
    discuss
  30. House Defies Automakers and Mandates AM Radio in New Cars(wsj.com ↗)
    2comments

What's New in PHP 8.6

3 pointsby 1h agolaravel-news.com
1 comments
1h 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.