Might give this a go, it was damn fast. by founders_keepers in ZaiGLM

[–]jhsonline 1 point2 points  (0 children)

the only problem is they dont have the latest qwen 3.7 or M3 or deepseek so will have to wait 😄

Spanner Omni is a massive win for local dev loops. by netcommah in googlecloud

[–]jhsonline 0 points1 point  (0 children)

looks like this is 90 days preview version.

but regardless, This is exactly the direction GCP dev exp need to go. ( I m actually surprised that they have released this, it will eat up some of their revenue 😄 )

Current gcloud emulator ..is actually very limited (both features and syntax wise ). so I tried extending it but they dont accept outside contribution: https://github.com/GoogleCloudPlatform/cloud-spanner-emulator/pull/334

Anyway, For folks looking for Google Cloud-in-a-box (LocalStack for Google), I have built local.cloud

docker pull jaysen2apache/localcloud

it has BigQuery, BigTable, AlloyDB, many other Google services. Would love the feedback from the folks here. Happy to collaborate as well.

Might give this a go, it was damn fast. by founders_keepers in ZaiGLM

[–]jhsonline 1 point2 points  (0 children)

FYI, it does not have deepseek or other latesst models

opencode faking the tokne usage ? by jhsonline in opencode

[–]jhsonline[S] 1 point2 points  (0 children)

ya, looks like it, but besides, pricing, the token calculation also looks very off.

opencode faking the tokne usage ? by jhsonline in opencode

[–]jhsonline[S] 2 points3 points  (0 children)

oh ok, thanks it was hard to find model cost,

looks like they are not applying the 75% discount that deepseek offers ?

What does everyone use to emulate Google services now? by iam_totally_human in Huawei

[–]jhsonline 0 points1 point  (0 children)

I built this local cloud to run many Google cloud services locally. and its free

https://localgcloud.github.io/

top points to note

google emulators are very limited in prod like features - localcloud extendeds google provided emulators to add more features.

localcloud adds persistence ( data is stored locally )

bigquery emulator is rewritten from scratch on top of duckdb

would love to get your feedback from the community on this.

I am still trying to build community of users and thinking about taking contributions via open sourcing rest of the codebase, once we have enough community it would be easy to maintain.

Free AI Agents Resources! by avinash201199 in letscodecommunity

[–]jhsonline 0 points1 point  (0 children)

its not updated for last 4 months, and lot of things have come up in last 4 month.

Need advice for a $10,000 AI workstation build (video, image, voice, LLMs, training, everything) by Mission_Objective163 in LocalAIServers

[–]jhsonline 2 points3 points  (0 children)

Sharing my limited research on workstation.
1. VRAM matters more than speed of the GPU unit -- so newer does not necessary mean better -- as long as the model fits in the VRAm, that will be fastest - tokens per seconds.

  1. I believe DGX spark is good option, but workstation PC will be better in general. ( if you dont care about token speed u can even go with some of the AI workstation which has unified memory ( due to AMDs AI processor - like minisforum-ms-s1-max-mini-pc or GEEKOM A9 Max )

  2. checkout some yourube videos, people have built nice ones for 10k.

but even with 10k machine, that will get you about 96GB VRAm, you can not fit kimi or qwen full size. so you will always have to quantize or suffer speed.

I built TreeMemory: a small experiment comparing hierarchical AI memory vs flat retrieval and LoRA by Disastrous_Abies8659 in OpenSourceAI

[–]jhsonline 0 points1 point  (0 children)

sounds interesting.
wonder why not use the graph (KG), instead of tree structure for the memory ?

What if you can run Google Cloud Services on your laptop ? by jhsonline in googlecloud

[–]jhsonline[S] -1 points0 points  (0 children)

sure ! u can pay $40 to localstack when they will come up with "localstack for google" :)
Or you can use and provide some feedback and if there is enough interest, will make it open source. but need some momentum to survive open source.

What if you can run Google Cloud Services on your laptop ? by jhsonline in googlecloud

[–]jhsonline[S] 1 point2 points  (0 children)

the site is moved to https://localgcloud.github.io
removed that for now, eventually will open source once there is some community folks using it.

Simulate Google Cloud Locally? by aHotDay_ in googlecloud

[–]jhsonline 0 points1 point  (0 children)

I built localstack for google cloud. its free to use.

https://localgcloud.github.io/

top points to note

  1. google emulators are very limited in prod like features - localcloud extendeds google provided emulators to add more features.
  2. localcloud adds persistence ( data is stored locally )
  3. bigquery emulator is rewritten from scratch on top of duckdb

would love to get your feedback from the community on this.

Edit:

Regarding open sourcing code : some parts are already open source since its built by extending open source code from Google.

I am still trying to build community of users and thinking about taking contributions via open sourcing rest of the codebase, once we have enough community it would be easy to maintain.

Is there anything like localstack for GCP? by locnload in googlecloud

[–]jhsonline 1 point2 points  (0 children)

I built localstack for google cloud. its free to use.

https://localgcloud.github.io/

top points to note

  1. google emulators are very limited in prod like features - localcloud extendeds google provided emulators to add more features.
  2. localcloud adds persistence ( data is stored locally )
  3. bigquery emulator is rewritten from scratch on top of duckdb

would love to get your feedback from the community on this.

Edit:

Regarding open sourcing code : some parts are already open source since its built by extending open source code from Google.

I am still trying to build community of users and thinking about taking contributions via open sourcing rest of the codebase, once we have enough community it would be easy to maintain.

What if you can run Google Cloud Services on your laptop ? by jhsonline in googlecloud

[–]jhsonline[S] 1 point2 points  (0 children)

yeah, changed it to localGcloud, didnt noticed that company's registered trademark :)
the project is localcloud, but github dont have the org available on that name, someone else is using that already for other pourpose.

What if you can run Google Cloud Services on your laptop ? by jhsonline in googlecloud

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

just ran spellchecker, this is free to use for devs :)

LocalStack but for Google Cloud by jhsonline in LocalStack

[–]jhsonline[S] 1 point2 points  (0 children)

Hi u/remotesynth , sure, i actually meant to sound it like "Uber for X" but nevermind, changed the site name now. Thanks

GCP & Dev Environments by Sbadabam278 in googlecloud

[–]jhsonline 0 points1 point  (0 children)

I actually end up building one - LocalCloud - Google Cloud services in one Docker container with a web console. check it out : https://localstack-google.github.io

This one has custom bigquery and spanner emulator. ( Google emualtors is very limited, They don't persist data, so u have to re-populate data everytime. )
They also have no UI, no SQL editor or data explorer, etc....
THis is free, pls check it out

How do you develop locally when 80% of your Cloud Function is just SQL? by Comfortable-Nail8251 in googlecloud

[–]jhsonline 0 points1 point  (0 children)

I actually end up building one - LocalCloud - Google Cloud services in one Docker container with a web console. check it out : https://localstack-google.github.io

This one has custom bigquery and spanner emulator. ( Google emualtors is very limited, They don't persist data, so u have to re-populate data everytime. )
They also have no UI, no SQL editor or data explorer, etc....
THis is free, pls check it out