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
NTNityanand Thakurinblog.lsnnt.dev·Jan 16 · 2 min readHow i created my own custom ddns scriptMy ISP (Internet Service Provider) gives me /64 ipv6 address on which i configured a postfix mailserver on port 25 which can directly mail to my laptop. But the problem was that the ipv6 address changed every time i connected to my hotspot. So i crea...00