Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. SpriteIt – Feature Rich, Re-designed 2D/3D SpriteSheet Maker(ssstand.itch.io ↗)
    1comments
  2. Seven, Forever(github.com/02zerocool ↗)
    discuss
  3. AI art is theft – on artists, mathematicians impact on AI(twitter.com/wordgrammer ↗)
    discuss
  4. ScoreTail. Browser-based sheet music editor with live collaboration(scoretail.com ↗)
    discuss
  5. Orchestrating Claude Code Agents: The Chief of Staff Pattern(asyncdot.com ↗)
    discuss
  6. Best Websites to Generate Theme for PowerBi
    discuss
  7. Dark Age(artagnon.com ↗)
    discuss
  8. Built the first open source Python library – converting Word, Excel to PDF(github.com/mini-software ↗)
    discuss
  9. Phylo brings frontier AI to more scientists with open models on Fireworks(fireworks.ai ↗)
    discuss
  10. Observations on LLMs for Privacy Work(desfontain.es ↗)
    discuss
  11. VoltGrid AI: Mitigating GPU cluster dI/dt power surges in software(zenodo.org ↗)
    discuss
  12. A Man Who Named AI: John McCarthy and the End of the Code–Data Divide(nirmalutwani.substack.com ↗)
    1comments
  13. U.S. House Passes Bill to Require Am Radio in New Cars(radioworld.com ↗)
    discuss
  14. Chrome extension to declutter my inbox – might also have cybersecurity upside(?)(chromewebstore.google.com ↗)
    1comments
  15. US judge signals rejection of part of TikTok privacy settlement(reuters.com ↗)
    discuss
  16. UTF-8000: Unlimited UTF-8(jb2170.com ↗)
    discuss
  17. Pi Connects Colliding Blocks to a Quantum Search Algorithm (2020)(quantamagazine.org ↗)
    discuss
  18. Telling a Computer to Do Things(will-keleher.com ↗)
    discuss
  19. Saudi Arabia quits China-led cross-border currency platform(ft.com ↗)
    discuss
  20. Tracking Capabilities for Safer Agents(arxiv.org ↗)
    1comments
  21. IRA Glass on Creativity(jquiambao.com ↗)
    discuss
  22. How I Use Pkgsrc(wisellama.rocks ↗)
    discuss
  23. Rendifly Manager(github.com/rendiflypcmanager-web ↗)
    1comments
  24. Understand any Bluesky account (Jev)(0x0.boo ↗)
    1comments
  25. Anthropic creates AI powered wetlab(reuters.com ↗)
    1comments
  26. Yahoo Finance and Polymarket End Prediction Market Partnership(yahoo.com ↗)
    discuss
  27. Infillion acquires location data company Foursquare(axios.com ↗)
    discuss
  28. The quest for open PDKs (silicon foundry Process Development Kits) [video](youtube.com ↗)
    discuss
  29. PyTorch Implementation of MobileNet V4(github.com/d-li14 ↗)
    discuss
  30. It took China 4 years to build a new canal [video](youtube.com ↗)
    discuss

RSA-896

91 pointsby 3h agosaweis.net
25 comments
3h agoHN ↗

More details: https://x.com/sweis/status/2101484464807596264

    I had Claude port CADO-NFS to run on GPUs. Then it orchestrated a fleet to run on scavenged idle capacity. It ran with a max of 2048 GPUs for about of 30 GPU-years over 10 days.
    I asked Claude if it had a message for a public: “The credit belongs first to the people who built the number field sieve and CADO-NFS over several decades, and to the teams who set the earlier records. This run used their algorithm and much of their code.”
    Also to clarify:
    - No new algorithmic factoring improvements. 
    - It’s still exponential.
    - No new threats to deployed keys.
3h agoHN ↗

If you've already paid for and reserved a whole cluster of GPUs, any idle capacity is capacity you've already paid for. Using it is effectively free. So might as well use it to solve fun math puzzles.

Though, it would make more financial sense to mine crypto.

2h agoHN ↗

Only if you pay a flat rate for electricity and cooling.

2h agoHN ↗

But Anthropic isn't paying for the electricity and cooling. They don't run their own data centers, they rent compute from providers who cover those costs.

That's entirely why they can blow compute on the fun projects like this. If they had to pay extra for the electricity, they wouldn't do it.

2h agoHN ↗

Is the electricity cost far greater than the marketing value?

2h agoHN ↗

The first is a physical quantity that can be written down.

The second is approximately no better than astrology.

1h agoHN ↗

The second point is, sadly, true of quite a lot of aspects of software, including "design" and "quality"

1h agoHN ↗

Most of the GPU cost is in the GPUs themselves (and in the space and maintenance costs of the building). Electricity is a small fraction, and it's not like datacenters are just going to shut down their servers when they're not in use.

There is cost, but the cost is mostly the opportunity cost of not being able to do something else.

58m agoHN ↗

Electricity is a small fraction, and it's not like datacenters are just going to shut down their servers when they're not in use.

I don't have any insight on modern GPU datacenters, but in decades past, some owned and operated datacenters didn put effort into making sure power management worked because the cost savings were worth it. I'm pretty sure I saw plans to shed load and power off servers if a utility made a demand response request or in case of loss of cooling. I wouldn't be surprised if some owned and operated data centers do regular full shutdowns at off peak... WOL, IPMI or RTC wakeup can bring them back when needed and if you already have a dynamic service orchestrator and setup times are acceptable, why not shut down if there's no actual priority work and there's also no idle priority opportunistic load either...

1h agoHN ↗

How much crypto do you think the mentioned 30 GPU years would have produced at current exchange rates? They're not as efficient as ASICs but GPU's can still mine a lot...

32m agoHN ↗

wouldn't even cover the cost of power and cooling otherwise everyone would still be doin it

1h agoHN ↗

it would make more financial sense to mine crypto

GPUs are power-inefficient for mining most crypto so not necessarily. You may end up paying more in electricity than you are able to mine.

Most crypto mining is on ASICs now.

1h agoHN ↗

There is no bounty, RSA labs ended the $75,000 reward in 2007.

1h agoHN ↗

There's about 900 BTC remaining for anyone who breaks these keys:

https://privatekeys.pw/puzzles/bitcoin-puzzle-tx

If you break one though be careful when redeeming it, there are bots set up to pounce and steal the coins when they are transacted because the reduced entropy makes that possible. You need to submit the transaction to a mining pool that will not broadcast it until it is mined.

1h agoHN ↗

thats a poorly implemented reward script, if it leaves you exposed to the mining pool with this gentleman's agreement.

the script could have been designed 2 phase, so one first submits a hash of the solution & submitter address, so even if miners front-run the submitter, they just helpfully pay the transaction fee!

5m agoHN ↗

Of course there's a script; every bitcoin tx output has a script. These challenges use the standard P2PKH script, i.e.:

  scriptPubKey: OP_DUP OP_HASH160 <pubKeyHash> OP_EQUALVERIFY OP_CHECKSIG
  scriptSig: <sig> <pubKey>

https://en.bitcoin.it/wiki/Script

1h agoHN ↗

kinda bearish for the data center rollouts if the spare compute can be used to solve math puzzles instead of training LLMs