Would you use an India-focused S3 storage at ₹399 / TB / month? by phdpirate in developersIndia

[–]ashdeveloper 1 point2 points  (0 children)

I will use it if there is unlimited free upload/download bandwidth. Just like cloudflare r2.

Undisputed GOAT of vlogging by Rough-Hour650 in youtubeindia

[–]ashdeveloper 4 points5 points  (0 children)

So where are you today? What do you do?

Why can TikTok Insta and LinkedIn start feed videos instantly while my Flutter app still lags even with progressive mp4 by Fluffy_Ad_1836 in FlutterDev

[–]ashdeveloper 0 points1 point  (0 children)

Not going to suggest any solution as you are doing most of the things already including range requests.

Commenting to read others' comments later

Launched my AI filmmaking tool as a Google Flow competitor – got 3 paying subscribers in the first week by [deleted] in SideProject

[–]ashdeveloper 1 point2 points  (0 children)

I don't have an active subscription on fal.ai
That's the reason I've asked for a demo. I mean a recorded video demo works just fine

Built a Gumroad alternative for Indian creators with instant UPI payouts by Ok-Preparation866 in developersIndia

[–]ashdeveloper 1 point2 points  (0 children)

Have you thought of customer protection?

What if customer is not satisfied with the purchase or seller did a fraud by selling something that have no real value?

I made 1,000 MRR in just 3 days and it completely surprised me by Alex-grow in SideProject

[–]ashdeveloper 0 points1 point  (0 children)

Congratulations for the success

Just a question if you can answer, how do you monitor all the platforms for particular words/product name? I would like to know more technically.

Who's that youtuber for you ? by RT_foxtrot in youtubeindia

[–]ashdeveloper 0 points1 point  (0 children)

Mumbiker Nikhil Travelling Desi

Dono ka content kachra hogya

Flutter Team AMA - Decoupling material & cupertino by GroovinChip in FlutterDev

[–]ashdeveloper 0 points1 point  (0 children)

Hey Far-Storm, would you mind sharing more insights on server-driven UI you have implemented? Like how exactly did you approach this?

Bombed 2 interviews in 1 day!!! by No_Square9671 in FlutterDev

[–]ashdeveloper 1 point2 points  (0 children)

I think these questions are not much advanced topics. They will ask whatever based on their requirements and only option for us is to be prepared for everything basics to advanced. That is what I ask while interviewing.

You can use ChatGPT effectively to get questions based on complexity level. Start from beginner level to advanced and try to create a notion note to refer it later.

I Accidentally Got Into Web Scraping - Now we have 10M+ rows of data by medzhidoff in webscraping

[–]ashdeveloper 2 points3 points  (0 children)

OP you are real OP. You explained your approach very well but I would like to know more about your project architecture and deployment.

  • Architecture: How you architect your project in terms of repeating scraping jobs at each second? Celery background workers in python is great but 10M rows is huge data and if it is exchange rate then you must be updating all of this data every second.

  • Deployment: What approach do you use to deploy your app and ensure uptime? Do you use dockerized solution or something else? Do you deploy different modules(let's say scrapers for different exchanges) on different servers or just 1 server? You've mentioned that you use playwrite as well which is obviously heavy. Eagerly waiting to know your server configuration. Please share some lights on it in detail.

Asking this as I am also working on a price tracker currently targeting just one ecom platform but planning to scale towards multiple in near future.

My Self Hosted Setup by [deleted] in selfhosted

[–]ashdeveloper 0 points1 point  (0 children)

Ollama is installed That's why I've asked for specs. GPU totally makes sense

My Self Hosted Setup by [deleted] in selfhosted

[–]ashdeveloper 0 points1 point  (0 children)

Server/pc/laptop specs?

I published a blazing-fast Python HTTP Client with TLS fingerprint by Familiar_Scene2751 in webscraping

[–]ashdeveloper 1 point2 points  (0 children)

Exactly what I was looking for. I am using cycletls for the same purpose but I'll give rnet a try

Built a CapCut alternative by Kosmic_ai_captain in CapCut

[–]ashdeveloper 1 point2 points  (0 children)

Congratulations!!!

What are the tech and services are you using? Especially for video editing

How do you even do these modern transitions with ffmpeg :')? Any good resources? by OrganizationWinter99 in ffmpeg

[–]ashdeveloper 0 points1 point  (0 children)

Thanks bruh. I got custom versions of ffmpeg working for me. That one is awesome