emile bosch (ツ)

Snipes /research

This is my current ongoing prototype and lists of things i’d like to search

CAS storage & CLI

Simple CAS system for files /w postgresql backed up + fuse for simple file mounting. Also this should be easy and exist already. cas ingest, cas ls, cas checkout etc.

Docker OCI over S3

Just docker pull/push s3 based docker images, idk why it needs so damn complicated haha. Current workaround is.. nothing? Also a FUSE layer here would be nice to easily reconstruct.

FYF (Fuck yeah functions) - Funcs as a service /w multiple backends

Simple modal/beam.cloud functions as a service with various adapters. I.e disposable machines / tech. Backends: Docker comppose, SSH, k8s, sprites.dev, modal

Pj - A sharp postgreql knife

A postgresql knife. pj migrate

Uv for Ruby

Faster bundling, like ultrafast. Things i’d like to employ are multithreaded downloading, parllel compiling, storing compiled binaries. For larger files chunking them up. Ranged requests with indexes for gems, modulo to find them.

S3 backed block IO in userspace

Because, why not. I like sprites.dev tech. Idea is to haev a block io that saves to s3 for snapshotting. WAL, append only. Prior ideas are things like JuiceFS

  • Maybe make append only diffs
  • Compact them

Single gem, many apis

Simple way to connect in a standardizde way to 800 apis, take inspiration from n8n, node-red, offical sdks, nango generate from minmal yaml?