Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. 94% on AIME with 1B Params(paradigma.inc ↗)
    discuss
  2. Why are all these longevity bros such total snowflakes?(thenewworld.co.uk ↗)
    discuss
  3. The Forgotten Battle of East Lansing(eastlansinginfo.news ↗)
    discuss
  4. Ask HN: Do you love your job?
    1comments
  5. Your computer is more powerful than you think(fsf.org ↗)
    discuss
  6. White by Default: Bias in Criminal Racial Assignment(uncorrelated.xyz ↗)
    discuss
  7. "80% of AI projects fail" traces to a footnote one line long(jamiewatters.work ↗)
    discuss
  8. The Dark Side of Efficiency(aslihan.live ↗)
    discuss
  9. US 'super-emitters' of planet heating methane identified by satellite analysis(theguardian.com ↗)
    discuss
  10. A thing we may be able to learn from AI(wilsoniumite.com ↗)
    discuss
  11. Live – The first interactive map with all world-wide substations(scienceshot.com ↗)
    1comments
  12. Fastlogging-Rs: High-Performance Logging for Rust, Python, C, C++, Java, Go, C#(github.com/brmmm3 ↗)
    discuss
  13. A graded registry of GPU cloud prices and fabric disclosure(computeassay.com ↗)
    discuss
  14. OpenAI doesn't cryptographically sign its API responses(community.openai.com ↗)
    discuss
  15. Refineries Not Factories(twitter.com/kcurtin ↗)
    discuss
  16. "Convenience" by W.S. Merwin(merwinconservancy.org ↗)
    discuss
  17. Typio v1.3: Make Your Terminal Type Like a Human(github.com/sepandhaghighi ↗)
    discuss
  18. Shopify partners with Muse for agentic checkout with Shop Pay(twitter.com/tobi ↗)
    discuss
  19. FreePinion – Comments on the page you are viewing, stored on Freenet(freepinion.pages.dev ↗)
    1comments
  20. In the heart of tech country, voters turn on AI(politico.com ↗)
    discuss
  21. Googlebook(blog.google ↗)
    2comments
  22. What Does This Assembly Code Do?(pagetable.com ↗)
    discuss
  23. Show HN: Emote – A reaction API for AI agents(useemote.com ↗)
    discuss
  24. Researchers used Claude to hack OpenAI(arstechnica.com ↗)
    discuss
  25. In Fighting for Every Black Child, Did I Betray My Own?(nytimes.com ↗)
    1comments
  26. Transformers Explained Visually(poloclub.github.io ↗)
    discuss
  27. History Explains Why the U.S. Doesn't Ban Hate Speech(time.com ↗)
    discuss
  28. Show HN: Differential – a TUI diff reviewer with semantic grouping(github.com/thepartly ↗)
    discuss
  29. Pay-as-you-go is the wrong model for durable execution(medium.com/schneideryaron ↗)
    discuss
  30. Accident: Allegiant A320 at Greenville, runway excursion and tail strike(avherald.com ↗)
    discuss

AI coding has made CI a bottleneck, so we reworked ours to keep up

17 pointsby 47m agolinear.app
7 comments
26m agoHN ↗

If you can pay the setup cost, Bazel will get you build times ~10s with a warm cache for even massive projects.

19m agoHN ↗

vitest load balancing on test duration times instead of by file would be a nice performance win

12m agoHN ↗

Agentic Coding has been a huge strain on CI, I have been using Bazel to improve our build times and ultimately building customized runners to improve our CI

Anyways great blog post from linear team a lot to learn from it

11m agoHN ↗

My recent winnowwallet.com still has build times of over 10 minutes. I'm convinced the agent really wants build times around 5m to move at a quick pace. Also to not drive me insane. It took a ton of work to get it down from 45 minutes because my tests launch a full version of the app, and walk it through major usecases while recording video and screenshots. I then use AI to qa this. It also generates its webpage this way. All from CI/CD

5m agoHN ↗

Maybe I'm alone in this, but as someone who is in tech, I don't know what CI is, and I don't think it's unreasonable to expect it to have an expansion within the article the first time you use it...

AI is in the cultural zeitgeist, but you gotta expand most other things at least once.

3m agoHN ↗

CI -> Continuous Integration

Its best thought of as the testing systems that are run as part of pull request review / merge to main / build processes.

2m agoHN ↗

So if you don't know what CI is, what does "I am someone in tech", mean? Marques Brownlee probably doesn't know CI is, but he's also in tech. Because if you by "I am in tech" means "I am a software engineer", and you don't know what CI is, then boy; I'd be worried for you.