New stories

Live mirror
30 storiesupdated just nowView source snapshot
  1. Show HN: Showcase all the projects u have created in a single profile card(founderhub.dev ↗)
    discuss
  2. Normalizing Vertex Group Weights in Blender(hydroxide.dev ↗)
    1comments
  3. My terminal-native setup for parallel coding agents(kulman.sk ↗)
    discuss
  4. It's not the YAML spec's fault, but(slugcat.systems ↗)
    discuss
  5. Show HN: AI accounting harness for finance teams(totumai.in ↗)
    discuss
  6. ExposurAI – External attack surface and Shadow AI discovery engine(exposurai.com ↗)
    discuss
  7. Rising Fuel Prices Set Off Anger and Protests Around the World(nytimes.com ↗)
    discuss
  8. Einstein's Letter to President Roosevelt – 1939(atomicarchive.com ↗)
    discuss
  9. Cost of AI Slop in Software Development Report(qawolf.com ↗)
    discuss
  10. Coding Memory Helps Agents Reuse Engineering Experience(twitter.com/agentmemoryl ↗)
    discuss
  11. Political Bias in AI Is No Longer a Matter of Opinion. Now It Can Be Measured(latticeflow.ai ↗)
    1comments
  12. The Great Unwind(revyl.com ↗)
    discuss
  13. Turing Lab - Browser Turing Machine simulator (With fast compiled engine)(turingsimulator.pages.dev ↗)
    discuss
  14. Google released Artemis for AI-driven Android automation(github.com/google ↗)
    discuss
  15. Student suspended for bringing coffee to class in act of 'civil disobedience'(fox5ny.com ↗)
    discuss
  16. Show HN: Salmon – tray and desktop alerts for systemd services and custom checks(github.com/dimonomid ↗)
    discuss
  17. Demystifying the PCIe and CPU address space translation in Linux(nxp.com ↗)
    discuss
  18. A new privacy savy openrouter(openrouter.ai ↗)
    1comments
  19. Categorize Everything All at Once(iev.ee ↗)
    discuss
  20. Alan Kay's Answer To – Is AGI a Software Problem or a Hardware Problem?(quora.com ↗)
    discuss
  21. Billvy|Accounting software for business owners(getbillvy.com ↗)
    discuss
  22. Show HN: Musslop – turn any track into adaptive game-style music loops(github.com/siziff ↗)
    discuss
  23. I Put Nam A2-Lite Inside an iRig HD X(playtaurus.com ↗)
    discuss
  24. Show HN: On-device detector for fake lossless audio files (iOS)(apps.apple.com ↗)
    discuss
  25. Fractal basins trap latent reasoning(arxiv.org ↗)
    discuss
  26. Omarhy's work on Mac support, independent of Asahi(omarchy.org ↗)
    1comments
  27. Elm-CRDT – Pure-Elm Conflict-Free Replicated Data Types(github.com/gampleman ↗)
    discuss
  28. Lepton: Steam's tool for running Android games on Linux(steamos.cloud ↗)
    discuss
  29. Andrew Feldman on Building Cerebras and the Future of Chips [video](youtube.com ↗)
    discuss
  30. Anthropic's proposed AI watchdog METR has deep ties to Effective Altruism(nypost.com ↗)
    1comments

Stay discoverable in search while disallowing AI training

67 pointsby 6h agoblog.cloudflare.com
40 comments
6h agoHN ↗

Cloudflare, enabling the problem and the solution since, how long has it been?

6h agoHN ↗

(checks watch)

17 years

Fun lava lamp story, though

6h agoHN ↗

A bit too late honestly (?). With so many people who have shifted over to reading AI summaries as a primary search response, those with AI-enabled sites will win by attrition.

There is no going back from this. And the internet is a relatively new phenomenon. Recklessly, blindly applying ads to pages in hopes of generating revenue is a very silly thing to do. Technology with ad blockers and now AI summaries has taken that away. New business models, perhaps actually decent ones are required.

Death of ads everywhere? Good fucking riddance.

Posted from LibreWolf.

6h agoHN ↗

All this attitude does is tear down the only viable income source for independent publishers and demonizes them for trying to make money, while everyone let's huge corporations off the hook for it because "well that's just what they do"

5h agoHN ↗

Advertising in the way it’s done is demonic in and of itself. I don’t care - find a better business model.

42m agoHN ↗

A better business model won’t help. What you need is a better economic and political system. If you “let the market decide” what advertising looks like, you get what we have today, because “let the market decide” is an incoherent claim that’s really shorthand for the rule of a wealthy minority. Advertising is just a convenient way to extract wealth from a society without having to go to all the trouble of satisfying customers.

4h agoHN ↗

Independent publishers can't afford to run an ad network.

You aren't independent. You work for the BigTech company that serves ads on your site.

6h agoHN ↗

What does this new setting actually do? Does it block their IP ranges too, I hope? As if Meta, for instance, is actually going to respect Accountable, via themselves or their partners, quite frankly is eyebrow raising at best.

6h agoHN ↗

what weirds me out is the analytics

theres no way my index.html page with nothing is getting 10000 hits a day

wtf?

6h agoHN ↗

7 per minute.

I use my high school’s website to test Internet connectivity bc the domain is short and they don’t do a TLS redirect (making it easy to detect WiFi portals).

4h agoHN ↗

I use this too, but my high school url is 8 characters. neverssl.com is 12. :)

4h agoHN ↗

Wish the admin never added the SSL redirect, its literally the namesake lol

I just want basically captive.apple.com with a shorter domain and the webserver not even listening on port 443 at all.

Surprised someone hasn't made this yet, it only requires one spare public IP.

3h agoHN ↗

They bullshit big time on that, I have caught them not once.

For a site with proven visitors 100,000 per month CF tell me they saved 90,000 over 1,000,000 visitors (rough numbers).

Sure they know large numbers make people feel good.

6h agoHN ↗

Accountable mixed-use crawlers remain allowed for search. Every other training crawler is blocked, including the training-only crawlers run by Amazon, Anthropic, Meta, and OpenAI — blocking those does not affect search.

We also categorize the relevant crawlers from Amazon, Anthropic, Meta, and OpenAI as Accountable. These organizations separate their Search and Training crawlers, so Cloudflare can block the Training crawler without affecting search.

I find it difficult to trust that either Meta or OpenAI would use their separate search and training crawlers only for the respective purposes. Their pinky promises have no value, IMO. Both companies are premised on deceptive behaviors.

6h agoHN ↗

I wonder if protocols like Web Bot Auth [1] will see wider adoption. At least as a supported mechanism for those bots which identify themselves. The rest probably still have to be treated with Anubis. In my free time I've recently been experimenting with a Web Bot Auth implementation as an Envoy dynamic module [2] to have a way to define some additional policies for the traffic from bots.

[1] https://datatracker.ietf.org/doc/draft-ietf-webbotauth-https... [2] https://github.com/michalskalski/envoy-web-bot-auth

5h agoHN ↗

Thanks for sharing, it is interesting use case

5h agoHN ↗

I maintain a cloud IP ranges database, and I'm going to test this out.

I have my doubts, though. A formal title like "Accountable" (capitalized) sounds deliberate, but I can't help imagining the renewal email:

"Hey, want to renew your Accountable™ license? Just pinky promise again that you use your IPs for what you say you do."

4h agoHN ↗

"Accountable" is just a fancy word for "pinky promise, but with a label." Nothing stops the data from ending up in a training run once it's already been fetched.

4h agoHN ↗

...and the only way to stop[1] that is by effectively DRM'ing everything, which is a level of dystopia that I don't think even Stallman ever anticipated, nor do I want to happen.

[1] Analog hole and other workarounds aside, naturally.

4h agoHN ↗

"Cloudflare classifies bots by behavior, and a single bot can exhibit more than one behavior."

Is that really true

CF classifies anyone not using a popular browser with Javascript enabled as a "bot"

CF fingerprints www users

As an example, look at CF's Permissions-Policy HTTP response header on a site with CF "bot protection", i.e., the "checking your browser" CAPTCHA nonsense (challenges.cloudflare.com). Then look at IA's Permissions-Policy response header. One CDN is advertiser-focused, the other is user-focused

IA = Internet Archive

4h agoHN ↗

As far as I can tell, after months of fighting being DDoSed by Anthropic and OpenAI across 50+ sites - Cloudflare also allows what it considers "good bots" through all of your bot blocking rules, with no option to turn this off unless you pay them money.

1h agoHN ↗

The "good bots" also just happen to be from companies that pay cloudflare a lot of money, I imagine.

4h agoHN ↗

CF classifies anyone not using a popular browser with Javascript enabled as a "bot"

This is my biggest complaint about CF. They are implicitly supporting user-agent discrimination in favour of Big Browser, instead of discriminating on actual behaviour.

...and of course there are already companies running tons of VMs with "officially sanctioned" browser + OS stacks, that can get past all these "protections", for a fee.

"AI bots" is the newest boogeyman they came up with to take away freedom.

4h agoHN ↗

If this admin is serious about AI growth they’d make anti-scrapping illegal.

4h agoHN ↗

I don't think this admin even knows what scraping is. Unless it's "scraping the bottom of the barrel", something they're very familiar with.

4h agoHN ↗

Just make user-agent-discrimination illegal.

4h agoHN ↗

This seems useful for my site. I don't really want competitors' AI systems use our research data to train their models.

3h agoHN ↗

I wouldn’t trust an AI company to honor this as far as I could throw them

3h agoHN ↗

I feel like most of these schemes to categorise data as "public but not really" are ultimately doomed to failure. Even if you could trust every AI company in the world to respect these terms, is there anything stopping someone else indexing the data and selling them the information? I know there's copyright law but they're apparently ignoring that anyway.

Ultimately this reminds me of those really early social media profiles (before people understood privacy settings if they even existed) which would say "If you're not my friend you're not allowed to read this page".

If you don't want your content to end up in some database/archive don't publish it for the whole world to see.

2h agoHN ↗

The irony is that search engines are AI companies now. Telling them 'index me for search but don't train your models' is asking them to split a brain that’s already fully merged.

24m agoHN ↗

Exactly. I don’t get this. You may decide to not train but your content will still show up in search.

2h agoHN ↗

What does this really mean though? You can use an LLM to search.

1h agoHN ↗

there have been a few links here on hn about content protection based on Markov’s chain. It might be interesting for Cloudflare to add damage for the scraper that tries to query the page, and not just blocking them.

1h agoHN ↗

“Pre-label your most valuable data for us and we promise to not make it too obvious that we’re training on it”

1h agoHN ↗

"Apple, Google, and Microsoft honor or have committed (in a specified time frame) to honor this setting."

Specified Time Frame ;)

28m agoHN ↗

In a world where people's searches are already mostly answered by AI, is there any point to disallow the training?

I could totally see a future where Google just stops showing you links to actual web pages altogether and just gives you their chatbot.