Earlier quoted context omitted.
I dont believe Common Crawl offers a real time search index as its delayed by more than a month (although that could have changed recently). Still useful for research purposes but not that desirable for a search engine that competes with Google, etc.
Apart from that Common Crawl respects robots.txt (which makes sense) so many sites you expect to see there are not indexed. Netflix, Facebook LinkedIn and many more. If common-crawl sees serious adoption those sites will modify their robots.txt but it's and chicken/egg problem.
The Web is missing an essential part of infrastructure: an open web index
121–130 of 132 posts
Re: The Web is missing an essential part of infrastructure: an open web index
#122Somebody could try to build own crawler and feed them with 260MM domain names dataset from https://domains-index.com
Is there more like this? Afaik SSL certificates are required to be committed to an open ledger but I can't find anywhere to obtain the ledger..
You could implement your own log monitor or use services like crt.sh or certstream to build a candidate list of domains that have registered SSL certs.
Re: The Web is missing an essential part of infrastructure: an open web index
#123Could the Internet Archive, specifically https://web.archive.org/ be the basis of an Open Web Index as proposed by the author? I'm sure there are tons of obstacles to that path, but it also would be far ahead of any new initiative in at least two ways: it already has a huge index and ingestion pipeline, and it is a trusted organization.
yes - I worked on this a bit with Mark Graham, the director of the Wayback Machine
Re: The Web is missing an essential part of infrastructure: an open web index
#124Earlier quoted context omitted.
>"Scoring is at least as important. Modern scorers are multi-level, meaning they do one pass over many documents on a simple, correlated representation of the data." Can you elaborate on what is the "simple correlated representation of the data"? It sounds like you understand this space pretty well might you have any links or literature on how modern crawling architectures and indexing work? Thanks.
Sorry, that's just a complicated way of saying that you can embed data in an inverted index that lets you guess how likely a document is to be found relevant on subsequent passes. Basically, you use various properties (embedded in the index) to filter down the list of documents you want to inspect in more detail, as you perform retrieval . There is some information in [1] about some types of filtering that can be don…
Re: The Web is missing an essential part of infrastructure: an open web index
#125Re: The Web is missing an essential part of infrastructure: an open web index
#126How about indexing just the </h1? Is that the intention? We don't want too much information.
I prefer
Re: The Web is missing an essential part of infrastructure: an open web index
#127The web needs to be forked into two distinct standards: One for dynamic content, and one for documents. The first would use basically everything in the HTML5/CSS/JS toolbox, and the second would be more akin to AMP, but for all docs. The benefits of this would be a standard for Wysiwyg editors (goodbye million rich text editor projects, Markdown and even Microsoft Word), and more semantic markup for both search engin…
No, it's an economical one. Who will use that web? You mention Twitter, yet are they not dependent on JS for analytics and ad-tracking? The few sites not dependent on such features are already usable on Lynx and Elinks, and the others simply won't use them.
For the advantages, you mention having a good WYSIWYG editor, but the reason you can't add bold or color to a Twitter post is obviously not because they are unable to add those functions, but because they don't want you to do that. Which raises the question: what happens when that editor lets you create something the site doesn't allow you to use?
(By the way, Wikipedia has had a visual editor since 2012, you just have to switch using the "pencil" button: https://en.wikipedia.org/wiki/Wikipedia:VisualEditor)
Re: The Web is missing an essential part of infrastructure: an open web index
#128I have argued that one regulatory outcome over Google could be the open release of their index - and even their database of "if you searched for X and clicked the top link then came back five seconds later we can infer the top link is not good for X" And yes I know that's pretty much all of Google. It's just that it's hard to get away from the idea that an index of web pages is anything other than the property of the…
Re: The Web is missing an essential part of infrastructure: an open web index
#129Earlier quoted context omitted.
yes - I worked on this a bit with Mark Graham, the director of the Wayback Machine
thx - can you say more?