Dang, everything about this feels really well considered. Semi-throwaway, nearly bare-metal machines that I can put on the internet with basically 0 config? I'll take
[exe.dev co-founder] Or don't throw them away! The disk persists. And thank you!
Exe.dev
121–130 of 316 posts
Re: Exe.dev
#122Earlier quoted context omitted.
> I almost immediately surmised it's some sort of on the fly generated vm you can access via a ssh jumpserver How? It just says `ssh exe.dev`. Unless you are clairvoyant.
You are not the target audience if "how" was not apparent to you
Re: Exe.dev
#123So I tried this the other day after Filippo Valsorda, another Go person, posted about it. My reaction was 'whoa, this really makes it easier to start a quick project', and it took a minute to figure out why I felt that way when, I mean, I have a laptop and could spin up cloud stuff--arguably I already had what I needed. I think it's the combination of 1) really quick to get going, 2) isolated and disposable environme…
I don't think that it's actually public? From one of their explainers, no public IP is assigned, so you'll need to ar least have to use an additional service like Cloudflare Tunnel to use it for hosting anything.
Re: Exe.dev
#124``` ssh exe.dev Please complete registration by running: ssh exe.dev Connection to exe.dev closed. ```
Re: Exe.dev
#125Re: Exe.dev
#126Re: Exe.dev
#127Re: Exe.dev
#128So I tried this the other day after Filippo Valsorda, another Go person, posted about it. My reaction was 'whoa, this really makes it easier to start a quick project', and it took a minute to figure out why I felt that way when, I mean, I have a laptop and could spin up cloud stuff--arguably I already had what I needed. I think it's the combination of 1) really quick to get going, 2) isolated and disposable environme…
> persistent and public I don't think that it's actually public? From one of their explainers, no public IP is assigned, so you'll need to ar least have to use an additional service like Cloudflare Tunnel to use it for hosting anything.
ssh exe.dev share set-public Re: Exe.dev
#129That must be worst website ever made. Zero information available on mobile. I thought it is some kind of portfolio site that does not work on mobile.
I wouldn’t go that far but some link to pricing and documentation would be useful. I have absolutely no idea what the offering is here without those pieces of info.
Re: Exe.dev
#130Earlier quoted context omitted.
> I almost immediately surmised it's some sort of on the fly generated vm you can access via a ssh jumpserver How? It just says `ssh exe.dev`. Unless you are clairvoyant.
"ssh exe.dev" is exactly the Linux command you would use to connect there via ssh. And it's stylized like command prompt.