Live data from Hacker News

Search.chatgpt.com domain and SSL cert have been created

search.chatgpt.com

51–60 of 126 posts

Re: Search.chatgpt.com domain and SSL cert have been created

#53

It's a clever way of getting around the accusations of stealing content. They can say that they are scraping it to make it searchable, just like Google.

It will be interesting to see what happens to copyright claims against ChatGPT. Google can just remove claimed content from its index, what will OpenAI do?

Re: Search.chatgpt.com domain and SSL cert have been created

#54

RIP Google. Yet another story of a company killed by "effective" management. The McKinsey school isn't so effective after all, is it.

Can someone tell me how all that leet coding doesn't lead to their AI having better coding ability? More fizz buzz has been spilled on google whiteboards than in any other place on earth.

Re: Search.chatgpt.com domain and SSL cert have been created

#56
post #52

Imagine being an innocent developer trying to spin up some internal dev tooling and accidentally landing on the front page of HN to be misinterpreted as an attack against google which could affect both stock

https://news.ycombinator.com/item?id=40234028

Re: Search.chatgpt.com domain and SSL cert have been created

#57
post #34

Earlier quoted context omitted.

Or maybe something like Perplexity AI.

ChatGPT already has browsing, it's just way slower than Perplexity. I'm impressed how quickly a Perplexity search runs and integrates the results into the LLMs response.

Perplexity is pretty amazing. I've tried asking really obscure questions and it just answers them almost immediately and with decent sources every time.

Re: Search.chatgpt.com domain and SSL cert have been created

#58
post #50

Altman has said explicitly on several podcasts that they are working on search and that it was something he is particularly excited about. I am guessing that this falls under the "we will steamroll" clause of OpenAIs gradual move towards AGI.

On the other side he said, the "next Copy of Google Search" would be boring. So let's see what they try to make differently

https://youtu.be/jvqFAi7vkBc?t=4681

Re: Search.chatgpt.com domain and SSL cert have been created

#59
post #30

Earlier quoted context omitted.

Let’s encrypt and similar ACME compliant services allow you to get wildcard certs through their DNS-01 challenge.

A wildcard cert is an unnecessary risk, though. Just because I trust a server to hold the cert for preview.example.com doesn’t mean I’d want it to be able to pose as prod.example.com, for example.

A server allowed to hold preview.example.com (and its associated DNS records) cannot pass dns-01 for *.example.com. Unless you have no authz on your DNS configuration, in which case this server is allowed to hold prod.example.com since it can edit that record.

Re: Search.chatgpt.com domain and SSL cert have been created

#60

Earlier quoted context omitted.

You can set up your own certificate transparency listener, and get notified of every certificate created, in realtime, assuming you can handle the load. In my company we do this to scan new domains for potential phishing domains, to take them down before they become active.

And if you need a concrete tool, use something like Certstream [1]. [1] https://certstream.calidog.io/

The amount of json you get from it it terrifying. If you do play, I found when piping though jq it could not keep on on my machine, but a jq clone called jaq handled it with no problem.
Post reply on HN