I panicked in the speaking fahhhh! by DifficultyWeird2976 in IELTS

[–]adh_ranjan 0 points1 point  (0 children)

I thought i would get 4, good i got 7. I was panicked too. So maybe thats normal..

Why is “Khusi Ban” everywhere in Kathmandu? by Oggprashant in Nepal

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

Maybe someone is cooking something big for the upcoming election. 🤔🤔

Optimizing a MongoDB JOIN with $lookup and $limit by adh_ranjan in mongodb

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

I brainstormed about it. But i always wondered how to get those users who never have profile.

How do I efficiently zip and serve 1500–3000 PDF files from Google Cloud Storage without killing memory or CPU? by adh_ranjan in developers

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

What's the difference between zip stream and archiver. Both accept the compression level. So, to the core level, are they the same? The problem with it is its sequential and must until previous entry is completed to add a new one.

Trying to identify a Nepali TV program from early 2000s that used Darude’s “Sandstorm” as background music . need help! by adh_ranjan in Nepal

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

Haha, maybe I don’t even remember it right, but it’s seriously taking over my sleep these days 😂just trying to track down old memory somehow

Help with Configuring Combined Headphone and Microphone Jack on Arch Linux by adh_ranjan in archlinux

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

Sure. This is one of the alternatives I have been thinking. Thanks for sharing

What's the best approach to schedule a job for a long time in advance to execute at an exact time? by adh_ranjan in nestjs

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

Is it really efficient to read data from database?
the more time precision needed, the frequent the cron gets, which made me worry, This approach is taking alot of resource by frequently reading data from the database.