logoalt Hacker News

etaioinshrdlulast Sunday at 1:44 AM6 repliesview on HN

Author 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 seemed like a decent general default model. Considering adding an openrouter interface to a smorgasbord of additional LLMS.

One day, on a plane with WiFi before paying, I noticed that DNS queries were still allowed and thought it would be nice to chat with an LLM over it.

We are not logging anything but OpenAI must be...


Replies

sunnybeetrootlast Sunday at 8:34 AM

Do you mind if I know how much you paid for the domain, brilliant find.

show 1 reply
tripplyonslast Sunday at 2:31 AM

Cool! Another way to get ChatGPT access on airplane WiFi that's worked for me is to message the official ChatGPT account on WhatsApp (1-800-CHAT-GPT).

busfahrerlast Sunday at 11:03 AM

> One day, on a plane with WiFi before paying, I noticed that DNS queries were still allowed and thought it would be nice to chat with an LLM over it.

There used to be a service where DNS requests to FOO.that-service.org would return the abstract for the Wikipedia article "FOO".

edit: I think it was this one, seems to be defunct now: https://dgl.cx/2008/10/wikipedia-summary-dns

etaioinshrdlulast Sunday at 6:17 AM

One interesting thing I forgot to mention: the server streams HTML back to the client and almost all browsers since the beginning will render as it streams.

However, we don't parse markdown on the server and convert to HTML. Rather, we just prompt the model to emit HTML directly.

show 1 reply
OJFordlast Sunday at 3:45 PM

> Author here, was a bit surprised to see this here. [...] It has not been expensive to operate so far.

Well, no worries, it's here now!

In other news, the presently top comment:

> A fun recursive prompt exploiting the fact [...]

vpShanelast Sunday at 3:56 AM

[dead]