Top stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Google Play app review process now regularly takes longer than a week(gultsch.social ↗)
    140comments
  2. OpenAI Expands ChatGPT Ads with Sponsored Agents(openai.com ↗)
    9comments
  3. Salesforce Global Outage(salesforce.com ↗)
    74comments
  4. Mistral X Mozilla: Private, Multilingual AI Browsing(mistral.ai ↗)
    74comments
  5. ImpactGate: A merge gate that scores the structural decay AI adds(github.com/officefloor ↗)
    21comments
  6. Hackers Got Inside a Flock Camera. Its Data Shows How the System Works(wired.com ↗)
    20comments
  7. Introducing System One Models and Jev(typesafe.ai ↗)
    439comments
  8. Show HN: An e-ink frame that hears birds and draws them as 1800s illustrations(github.com/arnegiacomo ↗)
    217comments
  9. Apple Reference Image: A New Approach for Verified Photography(security.apple.com ↗)
    243comments
  10. DeepMind Paper: Dream-RSI: Recursive Self-Improvement Through Evolving Worlds(arxiv.org ↗)
    1comments
  11. Kyber (YC W23) Is Hiring a Forward Deployed Engineer(ycombinator.com ↗)
    discuss
  12. Show HN: How Stale Is Your AI? Release age and training cutoff for 20 models(stale.jock.pl ↗)
    3comments
  13. Original Sony PlayStation 2 security chip 'broken wide open' after 26 years(tomshardware.com ↗)
    28comments
  14. Scaling Golang CI by Replacing actions/setup-go(cloudx.ai ↗)
    1comments
  15. Douglas Adams and the exterminated Doctor Who adventure(bbc.co.uk ↗)
    22comments
  16. An update on Wayback Machine access(blog.archive.org ↗)
    333comments
  17. Learning Programming in an Age of LLMs(ploeh.dk ↗)
    87comments
  18. Doing Everyone Else's Job(yosefk.com ↗)
    65comments
  19. How Big Are Factorials?(thegreenplace.net ↗)
    1comments
  20. Show HN: I made a flight simulator, except you're just a passenger(inflightsimulator.com ↗)
    151comments
  21. Gemini 3.8 Live and 3.8 Live Extended Thinking(blog.google ↗)
    302comments
  22. Intelligence per Watt: Measuring Intelligence Efficiency of Local AI(arxiv.org ↗)
    20comments
  23. We do modern frequentist statistics: Using fake-data simulation(columbia.edu ↗)
    5comments
  24. Why I'm still bearish on LLMs after Navier-Stokes(dank.systems ↗)
    399comments
  25. German Rheinmetall open-sources its Battlesuite connected weapon system protcol(rheinmetall.github.io ↗)
    94comments
  26. Recreating Voodoo Graphics and a Late-1990s Gaming PC on an FPGA(nand2mario.github.io ↗)
    45comments
  27. A software thing I built: GPS on a 25MHz 486-SX(vcfed.org ↗)
    17comments
  28. Building a Linux GPU Driver for the M4 Mac Mini in One Month(codyho.dev ↗)
    228comments
  29. Negativland, Culture Jamming, and the Art of Making Something New(blog.archive.org ↗)
    26comments
  30. We got admin access to Baseten's production GitHub(strix.ai ↗)
    173comments

Scaling Golang CI by Replacing actions/setup-go

17 pointsby 1h agocloudx.ai
1 comments
1h 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