It seems like the only internet protocols they didn't implement were the ones designed for chat. How could they forget about IRC, XMPP and SIP?
Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
31–40 of 75 posts
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#32I find the fact that in this day people can own two letter domains absolutely staggering, based on rarity, those should be worth millions I guess?
I own vecs.ai and it's surprisingly hard to find buyers. Domains are really just Xoomer NFTs
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#33Author here, was a bit surprised to see this here. I thought there needed to be a good zero-JS LLM site for computer people, and we thought it would be fun to add various other protocols. The short domain hack of "ch.at" was exciting because it felt like the natural domain for such a service. It has not been expensive to operate so far. If it ever changes we can think about rate limiting it. We used GPT4o because it…
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#34I find the fact that in this day people can own two letter domains absolutely staggering, based on rarity, those should be worth millions I guess?
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#35Author here, was a bit surprised to see this here. I thought there needed to be a good zero-JS LLM site for computer people, and we thought it would be fun to add various other protocols. The short domain hack of "ch.at" was exciting because it felt like the natural domain for such a service. It has not been expensive to operate so far. If it ever changes we can think about rate limiting it. We used GPT4o because it…
something.ch.at is some web space for somebody else's showcase. (within reason of course)
real cool idea, re: being able to use a LLM over DNS in a plane.
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#36It seems like the only internet protocols they didn't implement were the ones designed for chat. How could they forget about IRC, XMPP and SIP?
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#37It seems like the only internet protocols they didn't implement were the ones designed for chat. How could they forget about IRC, XMPP and SIP?
This is because when an account generates text in a chatroom it is generally referred to as a "bot".
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#38Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#39Earlier quoted context omitted.
This is because when an account generates text in a chatroom it is generally referred to as a "bot".
They can create chatrooms dynamically so no one but the user will see them.
Re: Ch.at – A lightweight LLM chat service accessible through HTTP, SSH, DNS and API
#40Author here, was a bit surprised to see this here. I thought there needed to be a good zero-JS LLM site for computer people, and we thought it would be fun to add various other protocols. The short domain hack of "ch.at" was exciting because it felt like the natural domain for such a service. It has not been expensive to operate so far. If it ever changes we can think about rate limiting it. We used GPT4o because it…
However, we don't parse markdown on the server and convert to HTML. Rather, we just prompt the model to emit HTML directly.