Earlier quoted context omitted.
tbh maybe this service doesn't want you as a customer if you can't figure this out. it seems like you'd be an above-average support burden
Are you honestly suggesting that startups should be picky about taking on customers? That’s probably the oddest thing to read on a tech VC forum. The lading page was garbage. It’s forgivable because designing goods landing pages is hard. But inventing wacky ideas about why a bad landing page might have some hidden genius, isnt constructive feedback
Exe.dev
251–260 of 316 posts
Re: Exe.dev
#252Earlier quoted context omitted.
Containers aren’t enough for me. I like to do things like create TUN devices, run docker compose, etc. I believe the VM is a fundamentally better abstraction. Consider this: sometimes when you are using a VPS, you start a new project and say to yourself, "I should put this on a new VPS." Not all the time, but it does happen. And when it does, we are faced with the problem that starting a new project immediately costs…
> create TUN devices Is that possible and useful with exe.dev? The docs say: On the networking side, we don't give your VM its own public IP. Instead, we terminate HTTPS/TLS requests, and proxy them securely to your VM's web servers. For SSH, we handle ssh vmname.exe.xyz. > run docker compose You can run multiple compose stacks in a single VPS. > you start a new project and say to yourself, "I should put this on a ne…
But to your point: if a single VPS meets all your needs and you do not feel constrained by the marginal cost of another VPS then the exe pricing model is not going to bring you much value. Perhaps the automatic TLS termination and auth proxy with link sharing is useful. But if not, then it sounds like you are well served by existing products.
Re: Exe.dev
#253i cannot find a way in the docs to start new VMs with a bootstrap script that starts a bunch of services for me and runs a specific docker image
my use-case is that I want a full developer environment for every branch of my project, so i can vibe code on many VMs at a time
EDIT: Just realised there's an image one can pass to the new command. Still it's not clear to me whether private images would be supported and what registry this is using:
exe.dev ▶ help new
Command: new
Create a new VM
Options: --command container command: auto, none, or a custom command --env environment variable in KEY=VALUE format (can be specified multiple times) --image container image --json output in JSON format --name VM name (auto-generated if not specified) --no-email do not send email notification --prompt initial prompt to send to Shelley after VM creation (requires exeuntu image)
Re: Exe.dev
#254Earlier quoted context omitted.
No I apologize for the confusion (exe.dev person here). What is different about this service is you get dedicated resources that you share between your VMs. The initial allocation is conservative, we want to give people more (or drop the price). The goal is to reduce the marginal cost of creating a VM to zero. Instead of installing a container manager or using Unix users, just make another VM. (I will get a better ve…
Is rsync installed in the stock vm environment by default? Asking for a friend…
exedev@scarlet-canyon:~$ rsync --version
rsync version 3.2.7 protocol version 31
Copyright (C) 1996-2022 by Andrew Tridgell, Wayne Davison, and others.
Our base image is most of an Ubuntu server. We trim out, for example, systemd features that are designed for working with system hardware, and then add a lot of standard software, as our block device cloning is a lot faster and more efficient than apt. So you will find vim, git, go, curl, sqlite3, etc all installed. If you think something obvious is missing please let us know!Re: Exe.dev
#255Earlier quoted context omitted.
Is rsync installed in the stock vm environment by default? Asking for a friend…
[exe.dev co-founder here] exedev@scarlet-canyon:~$ rsync --version rsync version 3.2.7 protocol version 31 Copyright (C) 1996-2022 by Andrew Tridgell, Wayne Davison, and others. Our base image is most of an Ubuntu server. We trim out, for example, systemd features that are designed for working with system hardware, and then add a lot of standard software, as our block device cloning is a lot faster and more efficient…
p.s. thanks for making Tailscale. And I'm loving exe.dev so far!
Re: Exe.dev
#256s/cloud computing should like/cloud computing should be like/
Re: Exe.dev
#257Re: Exe.dev
#258Earlier quoted context omitted.
Yeah, and it really is not I would want to do, just like diving into unknown water that sparkles weird.. It's an instinct, can get past it but to get more info about the service... nah.
That's okay, you're not in the target audience is all.
Re: Exe.dev
#259Earlier 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
#260I'm very much into the product itself, but that would get extremely tiresome if I was trying to use it consistently. I assume I have to be using it wrong in some way for there to be that much friction...