Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. The Jobs Matrix for AI: Four Boxes Instead of Forty Tools (age-of-product.com)
    —discuss
  2. Helping Sales Reps to Adopt Behavior Change (10systems.xyz)
    —discuss
  3. Moondream Parakeet Redux and Parakeet Ultra (moondream.ai)
    1comments
  4. Happy Birthday to GNU (Starring Stephen Fry) (youtube.com)
    1comments
  5. AirCard: Customize Apple Pay card artwork without a jailbreak (github.com/mak5er)
    —discuss
  6. U.S., Russia stripped human oversight from global AI weapons pact (washingtonpost.com)
    1comments
  7. Chinese AI models surge in global popularity (cnbc.com)
    —discuss
  8. Meta Blocks President Lula's Facebook Page, Campaign Ads 2 Weeks from Election (reddit.com)
    1comments
  9. Show HN: AI SVG Generator (imgstyler.com)
    —discuss
  10. Sleef: SIMD library for evaluating elementary functions, a vectorized libm, trig (sleef.org)
    —discuss
  11. Can an Economy Run Without Anyone Working? [video] (youtube.com)
    —discuss
  12. Ask HN: What has been the impact of AI on your local "ideas guy"?
    1comments
  13. The eighteen-month recap: AI Engineer, Singapore, May 2026 (ghuntley.com)
    —discuss
  14. Jev model free online with direct API (sifty.dev)
    —discuss
  15. Is AI improving quality of life? (twitter.com/dave8172)
    1comments
  16. Helidon 27 Released (medium.com/helidon)
    —discuss
  17. OpenAI is pausing training for a second time (fortune.com)
    —discuss
  18. Awesome Free Developer Services (github.com/kebbbnnn)
    —discuss
  19. Major Italian bank defrauded of millions via AI deception (newsbrainport.nl)
    —discuss
  20. Frontier Labs Job-Board (frontierlabs.work)
    —discuss
  21. Show HN: A Simple GPU Job Scheduler (github.com/ceruleane)
    —discuss
  22. 'Things Will Never Be Chill Again':The Doomers Who Shaped the AI Safety Freakout (wsj.com)
    —discuss
  23. Thiel: Trump administration is staffed by not smart but loyal people (twitter.com/rpsagainsttrump)
    1comments
  24. Show HN: An interactive debugger for the Mornington Crescent esolang (codeberg.org/two9a)
    —discuss
  25. AI-native React components that signal how oversubscribed your funding round is (cncl.co)
    —discuss
  26. The LLM Job Paradox (nilesh.io)
    2comments
  27. United in debt: America has become a nation of fake rich people (thehill.com)
    —discuss
  28. OpenAI halts training of latest models (theguardian.com)
    1comments
  29. You don't need to win or lose. You don't need to choose
    1comments
  30. Beware of Chicken (audible.com)
    1comments

Show HN: A Simple GPU Job Scheduler

2 pointsby 47m agogithub.com
0 comments
Hi guys,

A few months ago, I've been training several simple models as a side hobby. I tried training N models at once on a single GPU, but OOM spikes kept crashing my runs. So I built my own simple way to manage this kind of training. At the time, I also wanted to make some sort of interface that AI agents could use to dynamically allocate GPU resources and train models on their own. It's been quite fun working on this, so I wanted to share it in case any of you are looking for something similar. Claude helped me write most of the code, but I've made sure that the stuff works as described (I've used this exact repo for my own training runs).

Hope you like it!

A quiet thread, for now.Start the conversation on HN ↗