Hacker News

New stories

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

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!