Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
dizzled
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
dizzled
9mo ago
Also there's a funny little Easter egg within the SSH connection to exe.dev, if you look closely. I don't want to spoil it for anyone, but it was nice to see.
2.
▲
by
dizzled
9mo ago
Turns out the request is coming from localhost because it's being forwarded over SSH. Their HTTP proxy causes a new SSH connection to be made to the VM: Connection from 10.42.0.1 port 37456 on 10.42.1.75 port 22 rdomain "&qu
3.
▲
by
dizzled
9mo ago
Also curious about Shelley, their LLM agent. Turns out it makes requests to a proxy for https://fireworks.ai APIs via http://169.254.169.254/gateway/llm , such as: POST /gateway/llm/_&#x
4.
▲
by
dizzled
9mo ago
Looks like it's a combination of SSH server IP address + public key. Each VM you create (up to 25 of them) gets a different CNAME record of the form s0 NN .exe.xyz where NN ranges from 01 to 25. Each of these names, from s001.exe.xyz