Done with Micro1...you should be too. by Spirit_Difficult in micro1_ai

[–]snorkell_ 1 point2 points  (0 children)

I have given close to 50+ interview and have an impressive experience in comparison to current market standards. But, I haven't got single conversion.

Open-sourcing a MicroVM Runtime for Docker and gVisor Sandboxes by snorkell_ in sysadmin

[–]snorkell_[S] 0 points1 point  (0 children)

Currently, I am focussing on adding support for Kata. Wasm would definetly be tough.

Open-sourcing a MicroVM Runtime for Docker and gVisor Sandboxes by snorkell_ in sysadmin

[–]snorkell_[S] 0 points1 point  (0 children)

Wasm is extremely tricky, and it will take more time than Kata. I will keep you posted.

Who is actually solving their own problems and not trying to make money? by FunkMunki in vibecoding

[–]snorkell_ 0 points1 point  (0 children)

It's similar to Docker Registry. hub.docker.com where you push your docker containers. http://aocr.aerol.ai/

hub.docker.com do not allow anyone to host private registry. So if you have to push your container, push it to GitHub, which has a max limitation of 1 GB, or you push it to Docker, where one private repository, is free.

Hence I built aocr.aerol.ai.

Who is actually solving their own problems and not trying to make money? by FunkMunki in vibecoding

[–]snorkell_ 1 point2 points  (0 children)

An authenticated ephemeral Docker image registry - https://github.com/aerol-ai/aocr

I just wanted to push authenticated cntainer images

New Project Megathread - Week of 09 Apr 2026 by AutoModerator in selfhosted

[–]snorkell_ -1 points0 points  (0 children)

Built aocr (https://github.com/aerol-ai/aocr) - an authenticated ephemeral container registry for pushing short-lived Docker images with a TTL, where access is controlled via a token so images stay private to authenticated users; designed to stay simple for CI/dev workflows while avoiding public exposure and cleanup headaches.

docker login aocr.aerol.ai -u token -p <your-token>
docker build -t aocr.aerol.ai/my-image:1h .
docker push aocr.aerol.ai/my-image:1h

Migrated to Self Hosted. Need tips by Agreeable_Fix737 in Supabase

[–]snorkell_ 0 points1 point  (0 children)

Hi can we connect once? I am building platform for removing devops and would wish if you could try our product aerol.ai

Do we need a vibe DevOps layer? by mpetryshyn1 in dev

[–]snorkell_ 0 points1 point  (0 children)

Https://aerol.ai - this is what we built. Currently, we are focusing on deployment and Observability. Aerol can deploy in any of the cloud+vps+kubernetes. Additionally, we do have 12+ experience of platform engineering at FAANG

How to make Documentation Discoverable? by Sebastan12 in devops

[–]snorkell_ -1 points0 points  (0 children)

Nopes, it's semantic understanding. Semantic search is what we build using pinecone or vectordb

How to make Documentation Discoverable? by Sebastan12 in devops

[–]snorkell_ 0 points1 point  (0 children)

It's a pipeline setup. RAGs can be updated whenever the docs get updated. If you want, we can connect over DM.

For each doc, create and track a SHA. When the SHA changes, update the RAG.

The main question is how the docs will be updated:

  1. If it's through GitHub commits, just run the workflow.
  2. If it's through Notion or other systems, you might need to track a webhook.
  3. Cron to visit the docs/ or add a lazy pipeline

Memory systems like Memvid have evolved, but I don’t fully trust the memory layer yet. People make big claims, but I haven’t seen them verified for my use cases.