NTNityanand Thakurinblog.lsnnt.dev·Jul 1 · 5 min readMaking of ntranscribeWhy this? The most close of the thing that i can find on internet is transcrybe which does the same thing as translation and caption but the two most prominent thing was Its not open source so not fr00
NTNityanand Thakurinblog.lsnnt.dev·Jun 22 · 9 min readMaking an http server very close to computerAs i was developing on Macbook the linux library is not automatically present here so what i did instead i make an ubuntu docker container and then got inside that container and then installed the nec00
NTNityanand Thakurinblog.lsnnt.dev·Jun 4 · 3 min readBuilding a Massive Q&A Dataset from Sarthaks.comLong before starting my college journey, I wanted to scrape Sarthaks.com. I tried multiple times, but I kept failing. The biggest problem was rate limiting. Every time I tried traditional scraping met02O
NTNityanand Thakurinblog.lsnnt.dev·May 29 · 4 min readI built a Spotify recently-played banner for GitHub — without registering an OAuth appI run most of my own infrastructure, so depending on someone else's hosted service for a README widget felt wrong. And most "Spotify for GitHub README" projects share the same setup story: go to the S00
NTNityanand Thakurinblog.lsnnt.dev·May 1 · 1 min readHow do i reverse engineered Chotadhobi appTLDR :- The app i have used is PCAPDroid which was the easiest method to view the backend apis of the app. Method 1 Setup a rooted AVD in Android studio via rootavd and install Pcapdroid on it after t00