Anonymous_TorPerson

joined 2 years ago
1
submitted 7 months ago* (last edited 7 months ago) by [email protected] to c/[email protected]
 

tl:dr; India is a terrible place to live in, Indians lead miserable lives and are not even aware of it, they are facing many other problems and they are not aware of that too, they are delusional and still stuck in the past. Being born poor in India signs you up for difficult to conquer problems because of the culture you grow up in, Human development happens at the pace of a tortoise here, India is a curse, now how can I get rid of the curse and lead a fulfilling and happy life?

I see the middle class Indians and while their life is better than mine, it's nothing to write home about. They are doing ok, they are not great and I am lower middle class, even if I try my best, I don't think I will be rewarded well for that. Indians start life at 0 while other developed countries are at an average of 4, Indians just dream of the 4, they just want that 4! That's their life, they pursue their life, whole lives, just to get a decent life! I don't want to do this, this doesn't excite me! Help! What can I do? P.S: I am a 22yo who is worthless and who has a worthless (0 value) degree from a useless Indian university, how can I improve my life!


If you want to read why I think being born in India is a multi-generational curse, carry on reading, otherwise, this was enough!

  1. Indian educational system is garbage and it doesn't create high-value labor, it produces unremarkable individuals.
  2. Indian infrastructure is a joke with everything built by the government being of the lowest quality.
  3. Indian is one of most corrupt countries in the world (top 10-20 maybe).
  4. People are extremely tribal and in the absence of resources for development, Indians will try to barter what little resources there are along community lines (reservations) than force the government to try and create more economic opportunities.
  5. Private Industry from foreign companies are a sigh of relief but due to above mentioned reasons (low-skilled labor, bad economy, bad infrastructure, stupid policies and Kafkaesque bureaucracy) most companies justifiably don't want to set up shop in India and this exacerbates the economy problem.
  6. Indians clamor for Western attention and approval, most of them do realize India is nothing to write home about but they don't understand the extent of the problem. They are way too proud of minuscule achievements. They are even less aware of how the culture that prevails now will produce nothing but failure. They lose it when anyone of Indian decent does anything noteworthy and they are way too proud to accept the problem. This is the reason why youtubers love to praise India, they know what works in India. The government takes advantage of this and calls everyone who dares to criticize the country or their government as anti-national. Many journalists have been jailed for reporting facts. We never learn and we are committed to never learning! Even when Indians leave India, they try to create a mini-India abroad and not go out of their cultural comfort zone.
  7. We are creepy! I was creepy, I am a little creepy still, I had to work A LOT to be able to be normal around women, that trope, it's real and it's just saddening in the highest degree. Indians don't socialize with opposite sex a lot and it's discouraged and sometimes forbidden in this culture to do so, so you create adults who can't really talk comfortably towards women. Took me a long time to realize the problem and solve it, the past me disgusts the present me!

Edit: 8. Indians lack any kind of civic responsibility. They throw garbage everywhere, they spit pan (tobacco stuff) anywhere and everywhere, open defecation isn't as big of a problem as people pissing in the streets but it still remains a problem, I have done this too (When I was little). I can't get my parents to not throw off plastic off the train no matter how much I explain then why it's wrong in multiple ways! Most Indian cities look like a garbage dumb than a place to live. If people at least had kept our streets clean and acknowledge the problems facing this country instead of being proud of mediocrity, I would have been been more than willing to try to turn things for the better here, but they don't!!

I can write a book about this, but for the sake of your time and mine, I will stop.

I have realized one thing after being born here, it's irredeemable! It won't get drastically better. I just don't know what to do about it and that is why I am asking you for advice!

 

My friend works for a company which requires her to use Microsoft specific application, she didn't really want to switch to Win 11 and choose to just use Wine Linux package and install a 2016 version of MS office on her Linux laptop. That's all well and good, but this company she is working for servers other clients at pretty high up places and she is terrified that she using the pirated version of MS would create a liability for her company as if Microsoft wants to target pirated software, they hunt for organisations rather than individuals.

So, what should she do? Is there a way you can hide the fact that the excel sheet was created on pirated software, is it even possible to tell excel sheets apart which are using pirated software?

PS: If there is a way to destroy all metadata related to the excel sheets, it would be very helpful.

edit: Thanks to everyone who chipped in for an answer, gonna suggest her to either ask her employer to give her the necessary software + hardware and if denied quit. I now realize this is not the norm in any company but hers. Anyways, thanks everyone.

 

[SOLVED] Solution: https://lemmy.ml/comment/4317564


edit: Why are you booing me? This is c/piracy

I am doing all of this using ChatGPT, I know enough bash to understand the script partially, but not enough to write the script myself.

I recently posted bash script(click) to download songs on spotify using Spotdl Updated Post

This is all good, but I am not trying to download whole playlists and I want to make sure to

  1. Not download any songs multiple times by comparing the files you are trying to download with the songs you have downloaded already.
  2. Add the songs' URL to the Archieve_file so it doesn't download it again. i.e., compare and if present, exit loop, if not present in file, download and add link to the file.

This was easier when I was dealing with only song links and not playlist links. But now, playlists complicates the equation, but if I can achieve this, I can basically add this script to crontab and make sure I always have a local copy of the songs in my playlist and these playlists would be checked regularly for new downloads and new songs would be downloaded. This is really cool!

Now, the complications I am facing, I don't know how to get the URLs of the spotify songs out of spotify playlists using spotdl or any cli package. If I can do this then, I can make the script go through each link clean the link of unncessary attributes and then download it or if it's downloaded already, move on to the next song.

Now, I don't know how to do it. It would be very helpful if you guys could share any scripts that you have which will achieve this effect or help me get the song URL's from a playlist using a cli package.

PS: I might need some time to reply, I might sleep rn Thank you for your help!

 

[SOLVED] Solution: https://lemmy.ml/comment/4317564


I am doing all of this using ChatGPT, I know enough bash to understand the script partially, but not enough to write the script myself.

I recently posted bash script(click) to download songs on spotify using Spotdl Updated Post

This is all good, but I am not trying to download whole playlists and I want to make sure to

  1. Not download any songs multiple times by comparing the files you are trying to download with the songs you have downloaded already.
  2. Add the songs' URL to the Archieve_file so it doesn't download it again. i.e., compare and if present, exit loop, if not present in file, download and add link to the file.

This was easier when I was dealing with only song links and not playlist links. But now, playlists complicates the equation, but if I can achieve this, I can basically add this script to crontab and make sure I always have a local copy of the songs in my playlist and these playlists would be checked regularly for new downloads and new songs would be downloaded. This is really cool!

Now, the complications I am facing, I don't know how to get the URLs of the spotify songs out of spotify playlists using spotdl or any cli package. If I can do this then, I can make the script go through each link clean the link of unncessary attributes and then download it or if it's downloaded already, move on to the next song.

Now, I don't know how to do it. It would be very helpful if you guys could share any scripts that you have which will achieve this effect or help me get the song URL's from a playlist using a cli package.

PS: I might need some time to reply, I might sleep rn Thank you for your help! ___

 

I would rather prefer that you would buy spotify premium if you can. But, till you can, there's always spotdl which can allow you to download your songs

Installation of spotdl (github page click here): https://i.imgur.com/5g6uUgD.png

https://paste.debian.net/plain/1293528 a very simple script, you don't actually need the script, but it makes it easier to download songs.

btw, I am using file manager nemo here, if you want something else, change it to your default file manager, if you don't want to open folder, well remove last but one line.

execute this command first and when nano text edit appears, paste the debian pastebin in there.

spoiler


[–] [email protected] 3 points 2 years ago (4 children)

You can bind qbittorrent to the vpn network interface.

how do you do this? I use Linux btw

1
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

It looks like I have nothing more to add to the conversation than the fact that almost every vpn which has a free plan doesn't allow torrenting. That's it folks. Ignore the post. Gonna not delete it because, well for the archieve ig

Here’s what I learnt, almost every vpn which has a free version doesn’t allow torrenting. Not even protonvpn, however if apparently atlasvpn allows it, but atlasvpn didn’t work for me, so I am gonna go take a nap.


I was wondering how you torrent using qbittorrent and manage to stay anonymous. I realize I can use a VPN, but VPN networks can fail. Apparently, there is a kill switch which can be applied so that qbittorent would kill all processes when the VPN is disconnected, I was wondering how one could do this. I live in a country where torrenting might be cracked down, so I just want to be secure and not take any chances.

Also, I realize I should not torrent over the tor network but what about VPN are they built to handle such a load?

PS: I won't download more than 300mbs per day.

18
submitted 2 years ago* (last edited 2 years ago) by [email protected] to c/[email protected]
 

It looks like I have nothing more to add to the conversation than the fact that almost every vpn which has a free plan doesn't allow torrenting. That's it folks. Ignore the post. Gonna not delete it because, well for the archieve ig

Here’s what I learnt, almost every vpn which has a free version doesn’t allow torrenting. Not even protonvpn, however if apparently atlasvpn allows it, but atlasvpn didn’t work for me, so I am gonna go take a nap AND abandon this thread.


I was wondering how you torrent using qbittorrent and manage to stay anonymous. I realize I can use a VPN, but VPN networks can fail. Apparently, there is a kill switch which can be applied so that qbittorent would kill all processes when the VPN is disconnected, I was wondering how one could do this. I live in a country where torrenting might be cracked down, so I just want to be secure and not take any chances.

Also, I realize I should not torrent over the tor network but what about VPN are they built to handle such a load?

PS: I won't download more than 300mbs per day.

 

There are services that are actually free, those who don't sell your data and still manage to stay afloat. I use a lot of these. I like the Freemium model, I like the fact that the community is paying for my use of a great service till I can stand on my own two feet. So, I was wondering if there were any services you used for free once but once you got money, you started supporting it. It makes more financial sense to go with folks who offer only paid services, because you essentially are not bearing the cost of those who are not yet able to pay (or will never pay), but are there instances where you went with the company who was providing you free service for all those years out of gratitude?

I use ProtonVPN and I trust the folks at ProtonVPN and hopefully someday be buying a paid plan although some say it's overpriced! What about you. What is the service you plan on paying for one day or one you are paying for now out of gratitude and a sense of community?

Also, it doesn't have to paid, let's say you became a tor node because you wanted to help the service you believe in. Or something like this, you get the idea!

Also, thanks to admins and devs of lemmy.ml as I was able to get in without any fuss even after using Tor Browser. And screw reddit for blocking me : )

Edit: It will take me sometime to reply (perhaps a day) but I want to hear you!

 

This will remove all sponsors, download subtitles and view it when you are watching a video. Modify and Share this all over if you like! Edit: Give credits to this community or Lemmy in general if you are posting this or a modified form (please do share) of this elsewhere. Some popularity would do Lemmy good.

Few requirements:

  1. You should be using Linux to run it.
  2. Create a folder named yt-dlp in Videos folder or else change the location in the script below.
  3. You should have yt-dlp not youtube-dl on your system. You can do this by sudo apt install yt-dlp or use your distro's package installer.
  4. Save this file with any name in your home folder (or whichever folder you are you most comfortable with and give it execution permissions by chmod +x name

Debian Pastebin Thanks to folds at debian for making a tor network friendly pastebin. I have noticed that sometimes scripts get corrupted here, so best copy this from pastebin: https://paste.debian.net/1293211/

edit: deleted the codeblock as it was not rendering properly https://i.imgur.com/1lrTcdT.png

You can get the updated code here https://paste.debian.net/1293211/ Just paste it on to your notepad and give it execution permissions.

#edit 1: The program can be improved, if you guys feel like an improvement is needed, copy the entire program modify the parts you think can be made better and paste it in the comments or paste the pastebin link in the comments. I realize there are applications which are gui for yt-dlp but I felt they lacked many options. You can go on the man page, and learn and add attributes to make this script better so that it better suits your needs.

#man page aka github page: yt-dlp