HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sandGorgon

no profile record

Submissions

Is India about to make Ozempic-like weight-loss drugs a whole lot cheaper?

cnn.com
2 points·by sandGorgon·5 เดือนที่ผ่านมา·0 comments

Show HN: Kappal – CLI to Run Docker Compose YML on Kubernetes for Local Dev

github.com
50 points·by sandGorgon·5 เดือนที่ผ่านมา·31 comments

Show HN: A new open-source browser with Android TEE based enforcement for agents

github.com
1 points·by sandGorgon·10 เดือนที่ผ่านมา·0 comments

comments

sandGorgon
·23 วันที่ผ่านมา·discuss
touch. RL needs to model real usecases. Some of our customers build mobile-use.
sandGorgon
·24 วันที่ผ่านมา·discuss
have you tried running android browsers ? we run RL workloads using android browsers. We are having to maintain a fork of https://github.com/budtmo/docker-android/ and android chrome on top. We would rather use browser-use if it had that support.

P.S. we do maintain our fork of a browser for rubric computation...but that is not relevant for this. The infrastructure is what we are looking for.
sandGorgon
·3 เดือนที่ผ่านมา·discuss
actually this is not the reason - the harness is significantly better. There is no comparable harness to Claude Code with skills, etc.

Opencode was getting there, but it seems the founders lost interest. Pi could be it, but its very focused on OpenClaw. Even Codex cli doesnt have all of it.

which harness works well with Deepseek v4 ?
sandGorgon
·5 เดือนที่ผ่านมา·discuss
this is actually a very valid technique. We do the same (as an rl environments provider).

Except we bundle it with a custom browser renderer which actually generates rewards based on dom diff...and not screenshot based.

the browser renderer is opensource https://github.com/wootzapp/wootz-browser
sandGorgon
·5 เดือนที่ผ่านมา·discuss
Yeah...so in India, the GLP patent owners went to court. however, it was deemed as patent expired in March 2026.

In anycase, India generally doesnt honor product patents for pharma. Right now, Indian pharma cos are court empowered to churn out GLP-1.

Everyone knows that we are gonna have 10$ GLP-1 before 2027 coming out of India.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
kubedock is its own command set. it doesnt work with compose.yml . This project specifically starts with a compose file.

NOTE: kubedock has some automatic compatibility with compose, this is not their goal - https://github.com/joyrex2001/kubedock/blob/e4c8540f63d65e33...

If you are not on the compose ecosystem, this is isnt useful to you.

Just fyi - the hottest thing in the world right now is OpenClaw. This is OpenClaw docker compose yml - https://github.com/openclaw/openclaw/blob/main/docker-compos...

even if you dont do docker compose....everyone else does it anyway.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
docker != docker compose.

docker compose is just as heavy. there's not a significant difference between k3s and docker compose.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
this is done. Please feel free to try that.

Also, btw - kappal is architected AI first. Meaning: 1. we have a beautiful skill that can be used by Claude 2. The help command generates output that is useful for claude 3. we have a "kappal inspect" command that generates live output of the stack that can be used by Claude.

hope you have a great time using it. Please file bugs!
sandGorgon
·5 เดือนที่ผ่านมา·discuss
this is OpenClaw's docker compose yml - https://github.com/openclaw/openclaw/blob/main/docker-compos... . Arguably the hottest thing in the world right now. Mac Minis are out of stock because of this.

At no point, have I invented a new/better method. Perhaps your way is better.

I just recognise that Docker Compose is loved by most open source developers. And invariably any project you touch will have a docker compose setup by default. And it isnt going away, no matter hard anyone tries to kill. Some things are just too well designed. Docker Compose is one of those things.

I'm just making it possible to run those on kubernetes seamlessly.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
this is OpenClaw's docker compose yml - https://github.com/openclaw/openclaw/blob/main/docker-compos...

I'm not arguing for the relative superiority of jsonnet vs yaml vs anything else. I just recognise that Docker Compose is loved by most open source developers. And invariably any project you touch will have a docker compose setup by default.

I'm just making it possible to run those on kubernetes seamlessly.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
hey thanks so much !

just curious - i actually didnt focus on healthcheck because i wasnt sure if anyone was using it. are you using it for local dev ?
sandGorgon
·5 เดือนที่ผ่านมา·discuss
docker compose is beautiful because it uses a simple elegant compose yml file - this is now an open standard. https://www.compose-spec.io/

the standard does not make it mandatory that underlying system should be docker compose (the reference server). it can be anything.

IMHO - kappal is the first project that takes your compose yml file and transparently/drop-in runs it on kubernetes. there is nothing extra you need. It is useful for people who want to maintain their stack as close to production as possible (kubernetes).

If that's not a big goal for you, then this is not very useful for you. But I'd argue ...why do you care if the compose yml is the only think you are using. you get all of kubernetes.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
the test folder is for a large real project that i test on (and actually use in real life myself). it has a deliberate gitignore. plenty of tests in https://github.com/sandys/kappal/tree/main/testdata and https://github.com/sandys/kappal/tree/main/scripts
sandGorgon
·5 เดือนที่ผ่านมา·discuss
fair. however, i do genuinely find docker compose yml and dev-experience to be much more pleasant and intuitive.

if you ever wanna try it again - use kappal. you will get a full k8s but with the UX of docker compose.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
yes. fixing this right now. you will have it in a day or two.
sandGorgon
·5 เดือนที่ผ่านมา·discuss
This is a personal project that im open-sourcing. Its one of those projects-that-should-exist-but-nobody-wants-to-kill-their-business.

It takes ur standard docker compose file and runs it transparently in kubernetes (k3s actually). So ur devs don't have cognitive dissonance between testing ur stack locally on ur laptop and making it work on kubernetes in production.

It is primarily meant as a dev tool on ur laptop, and as a replacement for docker compose.
sandGorgon
·6 เดือนที่ผ่านมา·discuss
Or...use wsl2 in windows. does the same thing - much much faster.

Windows is the best (sandboxed) linux
sandGorgon
·6 เดือนที่ผ่านมา·discuss
could you explain what this does ? like i ask it to write a testcase (pytest, etc). why is a linter better ?
sandGorgon
·6 เดือนที่ผ่านมา·discuss
have you considered using https://github.com/hashicorp/terraform-exec to run terraform inside you go process to manage the entire AWS connection piece. Terraform being largely rock solid and frequently updated on this.

could make this considerably more robust.
sandGorgon
·6 เดือนที่ผ่านมา·discuss
this doesnt have integrated ram like lunar lake right ?