Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
purist12167y@ScribeOfGoD Lol...I wrote a script which calls another script which calls another php file..Not a big deal..XD
-
purist12167yI think everyone got the wrong impression.. I downloaded a script which downloads any hotstar link ..So i used it to download episodes of the series i was about to watch .. I didnt write that script which downloads from hotstar...Anyway Appreciated..😁🙏
-
purist12167yhttps://github.com/harish1996/...
Do look out for the 2048 code , Flowchart generator and the Word Suggestor repos..If time permits..Those are something i did while i was learning..
Do suggest improvements..🙏 -
@harish1996 haha awesome, well done son.
Having worked in the industry long enough; there are big tech companies who also "just wrote a script to call a script and php was in there somewhere"... and sell it as their flagship product. -
@harish1996 the 1996 should have given it away to me.
Depending on where you land, yes you'll see lots of this...
Worst is when you see someone advertise a feature that is essentially implemented by overriding the common method to do the job; pointing it at someone's open source library.
I.e. Lots of MDM vendors advertise encryption at an app level by repackaging an app... this is usually an override to the file system methods on android and iOS that then just call VFS. I forget the repo but essentially an ingenious way of pushing a virtual file system into a location that's already well known to be secure, SQLite storage.
The nastiest bit is when they do it; they don't even do it well... so their portion of the code is nonsense and the feature they advertise is a small file that integrates into someone's amazing open source library for that feature alone. -
purist12167yI found that my 'not so technical' friends found it too complicated .. So i added make installation to make installing dependencies easier..Feedback is appreciated..
Related Rants
-
gururaju53*Now that's what I call a Hacker* MOTHER OF ALL AUTOMATIONS This seems a long post. but you will definitely ...
-
linuxxx65This guy at my last internship. A windows fanboy to the fucking max! He was saying how he'd never use anythi...
-
creedasaurus60Another dev on my team just got a new machine. Before he came in today I made two separate USB installers and ...
Feels great to write a script that downloads consecutive episodes of a series sequentially ..
All because..
Hotstar doesnt support Linux ..
undefined
linux
hotstar
shell scripting