🦞🌯 Lobster Roll

Stories by pancakeguy

Show HN: Introducing Burla – The simplest way to scale Python (burla.dev)
Hi HN! We&#x27;re Jake, Jack, and Joe, and we&#x27;re happy to share what we think is probably the simplest way to scale python code across thousands of computers in the cloud.<p>Coming from the Biotech world we were frustrated by how surprisingly slow and difficult it can be to iterate on large-sca...
The Insane Engineering of Starlink V3 [video] (youtube.com)
Show HN: Open-Source Alternative to Modal (github.com)
Hi all, we&#x27;re Jake, Jack and Joe, and we&#x27;re building the open-source alternative to modal labs.<p>We think Modal&#x27;s great, and wanted to use it at our previous places of work, but weren&#x27;t allowed to because it was too expensive, and our data couldn&#x27;t leave our cloud.<p>This i...
Show HN: Burla – Scale Python to 10,000 VM's with one line of code. (docs.burla.dev)
Hi HN! We&#x27;re Jake, Jack, and Joe, and we&#x27;re the makers of Burla, an open-source, batch-processing platform for python.<p>We were frustrated by how slow and difficult it can be to iterate on large batch processing pipelines. Simple small changes necessitated rebuilding docker containers, wa...
Show HN: 1T row challenge in 76s using 10,000 CPUs (docs.burla.dev)
Show HN: Extremely simple cluster-compute software (docs.burla.dev)
Hi HN! We&#x27;re Jake, Jack, and Joe, the creators of Burla, the world&#x27;s simplest cluster compute software.<p>Believe it or not, it&#x27;s still super common for research &#x2F; data-analysis teams to handoff work to Engineering because they aren&#x27;t able to easily scale analyses on their o...
Show HN: Giz, AI Git commits with easy to modify system prompt (in 140 lines) (github.com)
I tried setting up an AI git commit tool this weekend and it was hell.<p>All the tools are either not maintained, outdated, or make it a total pain to customize the system prompt. All I wanted was simple AI commit messages, that I can customize!<p>Introducing Giz: A tiny, drop in replacement for `gi...
Show HN: Burla – Scale any Python program using one simple function (docs.burla.dev)
Burla is an open-source python package with one function: `remote_parallel_map`<p>Given: a function, and a list of inputs; `remote_parallel_map` runs that function on every input in the list in parallel, each in a separate vm in the cloud, then returns a list of results. It can run any Python functi...
Show HN: Easy to use Cluster-Compute software (docs.burla.dev)
Hi HN! We&#x27;re Jake, Jack, and Joe, the creators of Burla, the world&#x27;s simplest cluster compute software.<p>Believe it or not, it&#x27;s still super common for research &#x2F; data-analysis teams to handoff work to Engineering because they aren&#x27;t able to easily scale analyses on their o...
Show HN: Cloud platform with the learning curve of a toaster. (docs.burla.dev)
Hi I&#x27;m Jake a co-founder at Burla.dev. We&#x27;re building a cloud platform with the learning curve of a toaster! (yes, a normal toaster you&#x27;d find in your kitchen)<p>I&#x27;m not kidding. Our Python package only has one function, and it only requires two arguments. Using this function eve...
Show HN: cluster-compute software for python beginners (docs.burla.dev)
Hi HN, I&#x27;m a co-founder of Burla.dev, we&#x27;re building cluster compute software for Python beginners.<p>We help people in Biotech, Geospatial, and quant-finance scale their analyses in the cloud without help from other engineering teams.<p>There are many fields where people code daily and de...