Hacker News

New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Let GPT-6 Astra code without using Codex Usage(ethanplus.ai ↗)
    discuss
  2. Show HN: Quokka – a self-hosting, deterministic programming language(quokka.space ↗)
    discuss
  3. Show HN: Servers for AI, not another AWS(rawhq.io ↗)
    discuss
  4. Converting between cosine similarity and concentration ratio(johndcook.com ↗)
    discuss
  5. How to Secure Coding Agents(augmentedswe.com ↗)
    discuss
  6. 'My Husband Has No Friends'(thecut.com ↗)
    discuss
  7. AI Protest in Montreal(montrealgazette.com ↗)
    discuss
  8. North Korean nuclear test sets off years of earthquakes – Science – AAAS(science.org ↗)
    discuss
  9. My First Subscgriber(medium.com/vulpie.ai.support ↗)
    discuss
  10. Instinct Reportedly Seeking $1B at $10B Valuation(yahoo.com ↗)
    discuss
  11. Show HN: Negronlyfans – upload your Negroni, get judged by its 1919 inventor(negronlyfans.com ↗)
    discuss
  12. I built Anchor. The open-source ontology layer for AI agents(github.com/trybacked ↗)
    discuss
  13. The ongoing debate about what data the Federal Reserve should use(marketplace.org ↗)
    discuss
  14. Ask HN: Have you stopped underestimating AI yet?
    discuss
  15. Phone Words(johndcook.com ↗)
    discuss
  16. Show HN: A4 list. Two weeks, folded small(enzom.dev ↗)
    discuss
  17. Mathematicians Build Long-Awaited Graph Sandwich(quantamagazine.org ↗)
    discuss
  18. Friend at Jane Street said they will solve Riemann Hypothesis(millenniumresearch.ai ↗)
    2comments
  19. Drug Transparency Bill Stripped of Critical Provisions Ahead of Senate Vote(propublica.org ↗)
    discuss
  20. When Thinking Goes Sedentary(0xsid.com ↗)
    discuss
  21. I Lost my $2M book deal because people mistook my African dialect for Al I(the-independent.com ↗)
    1comments
  22. Is AI Conscious? (My Response to Thomas Campbell)(youtube.com ↗)
    discuss
  23. I Vibed a Proof of Conway's Conjecture(overreacted.io ↗)
    1comments
  24. What I Found Out About Organ Donation Shocked Me(nytimes.com ↗)
    1comments
  25. Are chatbots changing the way people talk? Language in the age of AI(news.northeastern.edu ↗)
    discuss
  26. Two techniques for working with System One models(seangoedecke.com ↗)
    discuss
  27. Art of Engineering Management – Building high-impact teams(taoem.com ↗)
    discuss
  28. What 'Naza' means: The truth about collateral damage(timesofisrael.com ↗)
    1comments
  29. Typesafe Manifesto - build prod not God(typesafe.ai ↗)
    discuss
  30. Show HN: Using Jev to generate game levels in real time(spritefusion.com ↗)
    1comments

Zenodo performance: an update on the current situation

2 pointsby 1d agoblog.zenodo.org
6 comments
1d 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

22h 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.

21h 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

1h 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!