New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: TabHop I just wanted Command+Shift+Up/Down to switch tabs(chromewebstore.google.com ↗)
    discuss
  2. Show HN: ctx – Git blame that returns the original agent transcript(ctx.rs ↗)
    discuss
  3. Pangram: The Most Reliable AI Detector Has a Human Problem(bloomberg.com ↗)
    discuss
  4. Meta to report child abuse material directly to Indian authorities(bbc.com ↗)
    discuss
  5. In Germany's east, old ties to Moscow fuel AfD rise(ft.com ↗)
    discuss
  6. Insights on AI from the Reformation(amytis.io ↗)
    discuss
  7. Stop Scanning Blindly: The Beginner's Guide to Stealthy Network Recon(medium.com/meetcyber ↗)
    discuss
  8. Don't Look Back at the Reference Too Often(justinmath.com ↗)
    discuss
  9. Misconceptions(arcgis.com ↗)
    discuss
  10. Should We Reverse Corporate Tax Cuts?(nominalnews.com ↗)
    discuss
  11. Show HN: Social Reps – Earn Your Scroll(socialreps.app ↗)
    discuss
  12. The Bannon-Bernie Bromance over AI and Oligarchs(theatlantic.com ↗)
    discuss
  13. Knowledge, Understanding, and Proofs(finiteape.com ↗)
    discuss
  14. Annie Dillard, Meditative Author of 'Pilgrim at Tinker Creek,' Dies at 81(nytimes.com ↗)
    1comments
  15. Microsoft says AI rival Anthropic could have 'disastrous impact' on humanity(bbc.co.uk ↗)
    4comments
  16. The DeepMind Institute(deepmind.com ↗)
    discuss
  17. Donations at Work: One Year of Sponsored Servo Development(servo.org ↗)
    discuss
  18. Delta – A Multiplayer Environment for Coding with Agents(delta.dev ↗)
    discuss
  19. Show HN: ManyBot – Framework to build WhatsApp bots, without the boring part(manybot.org ↗)
    discuss
  20. System One Lite – typed decisions from a local LLM, with no generated tokens(github.com/snellingio ↗)
    discuss
  21. SnagFlat – Rent-stabilization badges on every NYC StreetEasy listing(snagflat.com ↗)
    discuss
  22. (Re)Introducing Developer Story(stackoverflow.blog ↗)
    discuss
  23. Space Force gives SpaceX latitude on design of $2.3B satellite network(spacenews.com ↗)
    discuss
  24. PS5 Linux lead quits: "a bunch of noobs using LLMs" that "they don't understand"(frvr.com ↗)
    2comments
  25. European Union invites Canada to become first ever 'associate member'(theguardian.com ↗)
    discuss
  26. Anatomy of a Texture(agentlien.github.io ↗)
    1comments
  27. Backing up Hetzner snapshots locally(enjoys.it ↗)
    discuss
  28. A warning about 'model welfare'(mustafa-suleyman.ai ↗)
    discuss
  29. Show HN: OmnisBench, a re-gradable, open LLM routing benchmark on fresh tasks(github.com/fortitude-group ↗)
    discuss
  30. Fourteen studies and every walk-forward fold validated a hindsight stop(honestbook.io ↗)
    discuss

Scaling Golang CI by Replacing actions/setup-go

28 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