Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Prediction markets are becoming a national security threat(thebulletin.org ↗)
    discuss
  2. Warren Buffett steps down as Berkshire Hathaway chairman(axios.com ↗)
    discuss
  3. You can create any workflow or pipeline you want with DSCI and LLM(sparrowhub.io ↗)
    discuss
  4. Strong evidence for quantum entanglement between Z bosons found by ATLAS and CMS(home.cern ↗)
    discuss
  5. Why the best AI users stopped hunting for the perfect prompt(firstlastword.substack.com ↗)
    1comments
  6. AI Mistakes – bash scripts – pipefail and grep(medium.com/simonsmartiom ↗)
    1comments
  7. NATS Major Incident Preliminary Investigation Report [pdf](nats.aero ↗)
    discuss
  8. Show HN: Jev vs. GPT-5.6 and Claude Haiku at Pong(ably.dev ↗)
    discuss
  9. World's fastest compression library just doubled its speed(github.com/rrrlasse ↗)
    1comments
  10. Warren Buffett Steps Down as Berkshire Hathaway Chairman(wsj.com ↗)
    discuss
  11. Mastery in the Post-AI World(daddooo.dev ↗)
    discuss
  12. Skins(acdw.net ↗)
    discuss
  13. Most People on the Internet Miss What Jev Is About(medium.com/gemanor ↗)
    discuss
  14. Flights, 4 cities, 18 nights – $112 total. Would you do this trip?(uwillfly.net ↗)
    discuss
  15. What Does Retirement Look Like?(yusufaytas.com ↗)
    discuss
  16. A curated list of open source projects used in nuclear science and engineering(github.com/paulromano ↗)
    discuss
  17. A signed manifest for every release(packslip.dev ↗)
    discuss
  18. Researchers used Claude to hack OpenAI(arstechnica.com ↗)
    1comments
  19. Everything Is Better with Lasers(raspberrypi.com ↗)
    discuss
  20. My agent could write a post but not publish it, so I built an open-source layer(github.com/lumizone ↗)
    discuss
  21. Algorithm = Logic and Control(1979)(acm.org ↗)
    discuss
  22. Show HN: Neon Roads – browser remake of SkyRoads (1993), no install, MIT(neonroads.itch.io ↗)
    discuss
  23. Towards a Definition of an Algorithm(2010)(arxiv.org ↗)
    discuss
  24. FlyEye – Run a real fly connectome-derived escape circuit in the browser(fde.fan ↗)
    discuss
  25. PhantomFix: A fake bug to Sentry Seer gets a coding agent to run attacker code(cert.org ↗)
    discuss
  26. There Would Be No Survivors(komando1.substack.com ↗)
    1comments
  27. The AI threat is real, it just isn't the one in the headlines(robbowley.net ↗)
    1comments
  28. Show HN: Live chord chart transcriber for the musicians in here(chordscan.com ↗)
    discuss
  29. Plasticizer exposure during pregnancy linked to increased autism and ADHD(medicalxpress.com ↗)
    discuss
  30. First Shader from Zero in Godot 4(gdquest.com ↗)
    discuss

Zenodo performance: an update on the current situation

2 pointsby 23h agoblog.zenodo.org
6 comments
23h agoHN ↗

Has Zenodo become the place where "citizen scientists" post their Ai generated papers since Arxiv put the vouching in place? I've seen more HN post from this site to questionable papers

21h agoHN ↗

There is no moderation, so, yes, anything (legal) goes, I suppose. But to the point: it is interesting that even CERN is taking a hit from the LLM crawlers.

21h agoHN ↗

I suspect that the growth in LLM "crawlers" is part traditional crawlers and a growing part WebFetch tools agents use directly on behalf of users.

Personally, my page fetch count is way up because I have a custom deep research agent, I've almost weaned myself off traditional search, but that agent is fetching dozens of pages, like I used to click through a bunch of search results to figure out which are relevant, adjust my query, etc...

That now happens at a higher frequency and volume through my agent.

21h agoHN ↗

agents use directly on behalf of users

Could well be, who knows? But, well, then, in a sense you're a part of the problem, causing a DoS for infrastructures and other, human users.

20h agoHN ↗

More people can serve up static markdown for the agents with `Content-Type: application/markdown`, CDNs work really well. I think both sides of this dynamic would find it beneficial.

I suspect much of the infra stress is on all the "enhancements" found in the modern web application and the targeted advertising ecosystem

43m agoHN ↗

I hadn't seen the blog post at first and was tearing my hair out trying to figure out how to upload data for a paper (uploads hang and will just reset periodically)

I found a nice workaround though. You can upload data to Github - though sometimes you need to split this across several commits b/c you can't push several GBs of data at once. You then link your Github account to Zenodo and make a release. The data is then copied over as a .zip (the Release "Asset"). Takes under a minute.

The Zenodo-Github connection is still working just fine.

Maybe this will be useful for someone!