Hi HN,<p>We're two programmers who have worked in core/platform engineering roles for most of our working lives. During that time, one of the main problems we've solved time and time again is to let people run their ad-hoc jobs and scripts on remote compute without hassle.<p>To solve this once and for everyone, we made Meadowrun, an open source tool that automates the tedious details of running Python code on cloud VMs. It runs in your AWS or Azure account, nothing else required.<p>No need to mess around with containers, SSH into remote machines, copy code across, set up images or look up instance types that sound like Starbucks orders ("t3.venti.oatmilk.latte") and what they cost.<p>All with the same experience as you'd have running on your laptop - just change the code or dependencies locally and run - meadowrun takes care of the rest.<p>We welcome any and all feedback!
I'm seeing a lot of projects that aim to bridge the usability gap between the real world and the bloated, overcomplicated cloud services.<p>Another signal of cloud rot: I see myself and my peers are migrating away from AWS to smaller, less complicated, cheaper providers like Linode, but also Hetzner, Wasabi.<p>Nowadays the cloud fatigue is higher than the burden of self hosting your services.
This looks quite a bit like a project we worked on last year:<p><a href="https://news.ycombinator.com/item?id=28191450" rel="nofollow">https://news.ycombinator.com/item?id=28191450</a><p>We got quite a few comments on hacker news but unfortunately we didn't see a lot of uptake.
This reminds me of PyWren.[1] Not sure if that's still operational though. The latest update on their site was from 2017.<p>[1] <a href="http://pywren.io" rel="nofollow">http://pywren.io</a>
this is fantastic! simple map/reduce type abstractions over ec2 spot, lambda, and s3 are definitely the play. this is going to help a lot of people use more cheap vcpu billed by the second.<p>i4i instances recently launched. so much fast local disk. so much bandwidth to s3. needs more data processing.<p>subscribing to the commits on github.