Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. PS5 Linux lead quits: "a bunch of noobs using LLMs" that "they don't understand"(frvr.com ↗)
    28comments
  2. A warning about 'model welfare'(mustafa-suleyman.ai ↗)
    50comments
  3. Dream-RSI: Recursive Self-Improvement through Evolving Worlds(arxiv.org ↗)
    9comments
  4. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    87comments
  5. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    182comments
  6. Salesforce Global Outage(salesforce.com ↗)
    94comments
  7. DeepSeek v4.1 Flash Is Now Our Best Hacking Model(enclave.ai ↗)
    1comments
  8. Introducing System One Models and Jev(typesafe.ai ↗)
    451comments
  9. ImpactGate: A merge gate that scores the structural decay AI adds(github.com/officefloor ↗)
    35comments
  10. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    218comments
  11. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    63comments
  12. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  13. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    14comments
  14. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    252comments
  15. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
    1comments
  16. How Big Are Factorials?(thegreenplace.net ↗)
    4comments
  17. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
    36comments
  18. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    28comments
  19. An update on Wayback Machine access(blog.archive.org ↗)
    336comments
  20. Doing Everyone Else's Job(yosefk.com ↗)
    69comments
  21. Tell the speakers that you liked their talks(ohhelloana.blog ↗)
    discuss
  22. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    166comments
  23. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    305comments
  24. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    24comments
  25. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    421comments
  26. Learning Programming in an Age of LLMs(ploeh.dk ↗)
    98comments
  27. Microsoft says AI rival Anthropic could have 'disastrous impact' on humanity(bbc.co.uk ↗)
    6comments
  28. We do modern frequentist statistics: Using fake-data simulation(columbia.edu ↗)
    7comments
  29. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    96comments
  30. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)
    18comments

Scaling Golang CI by Replacing actions/setup-go

31 pointsby 2h agocloudx.ai
1 comments
2h agoHN ↗

Hey everyone, one of the authors here. This is a "small" improvement that has saved us a LOT of developer time over the last few months. It's actually quite crazy to me that the default actions/setup-go simply does not work well if you want to have more than one golang action running at the same time.

The blogpost has a lot of technical details, but you can also just read the code and try it yourself:

https://github.com/cloudx-io/setup-go