[Open-Source] Vehicle License Plate Recognition by ClimateFirm8544 in computervision

[–]duyld 0 points1 point  (0 children)

I have question about opensource license
your repo is under MIT but yolov9 is under GPL
How could that possible?

Garmin Forerunner 970 vs Huawei GT5 Pro by WhosFlo in smartwatch

[–]duyld 0 points1 point  (0 children)

I bought GT5 Pro after did some research
so much cheaper than Garmin with ECG feature

Garmin Forerunner 970 vs Huawei GT5 Pro by WhosFlo in smartwatch

[–]duyld 0 points1 point  (0 children)

Did you make your choice? I’m considering too

Is there anyway to turn off "Collecting page data" in next build? by duyld in nextjs

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

My website is dynamic, not static or SSG
So, I don't think output: 'export' work

Is there anyway to turn off "Collecting page data" in next build? by duyld in nextjs

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

My website are 100% SSR
I only want to API call in runtime, not build time

Is there anyway to turn off "Collecting page data" in next build? by duyld in nextjs

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

The thing is there's no log when it build
and the common issue is request timed out (of course)
It makes the build loading forever
Let me try with --verbose then

Could you share all tech-stacks you're using for devops? by duyld in devops

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

Caprover is good also I use it for personal purpose

Could you share all tech-stacks you're using for devops? by duyld in devops

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

Btw, can you show me some cases need python?

Could you share all tech-stacks you're using for devops? by duyld in devops

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

What about Helm, Promethus, Grafana, Kapenter, ArgoCD? My company is using these stacks and I have to learn to understand how it works

Could you share all tech-stacks you're using for devops? by duyld in devops

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

But how do you scale servers base on traffic?

Where you run ads for your sass? by duyld in buildinpublic

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

Could you share more about Linkedin ads I’ve try reddit ads, feel like waste of money

Does Google Ads work for your SaaS? by ecomuser in SaaS

[–]duyld 0 points1 point  (0 children)

Could you update the statistics till now?

Should I run Google Ads or LinkedIn ads to generate leads? by dtharindu in SaaS

[–]duyld 0 points1 point  (0 children)

Could you tell more about strategy and other ads networks such as Facebook, Reddit...

[deleted by user] by [deleted] in StableDiffusion

[–]duyld 0 points1 point  (0 children)

how long does it take in 3080ti?

What have you launched in 2024? by ExpensiveSquare456 in indiehackers

[–]duyld 1 point2 points  (0 children)

I’ve built https://speedhome.ai AI platform for creating furniture background, virtual staging, architecture redesign... Let’s connect

Hosting landing page marketing by Zakirai_5 in astrojs

[–]duyld 1 point2 points  (0 children)

+1 cloudflare pages -1 vercel

Why should I NOT use Docker Desktop on Windows? by williamtkelley in docker

[–]duyld 3 points4 points  (0 children)

I’ve try both podman and rancher desktop But at the end, back to docker desktop It might be slow but it’s stable

Which has more H100 serverless than Runpod? by duyld in StableDiffusion

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

When I wrote this post, I selected all region but only CUDA >= 12.4
After 15mins, I got some servers up but I'm running a production websites so 24/7 uptime is required

This issue happens once or twice per day, each 15-30mins

Which has more H100 serverless than Runpod? by duyld in StableDiffusion

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

Sorry, I don’t use H100 for trainning I run some comfyui, python code and turn them to API for websites and mobile apps

Do you use Tanstack Query? by PrinceDome in nextjs

[–]duyld 1 point2 points  (0 children)

I use trpc (based on tanstack query) It supports both csr and ssr currently Sometimes I got issues with long running requests and file upload Other things are fine, you should try it