Anonymous_TorPerson

joined 1 year ago
[–] Anonymous_TorPerson@lemmy.ml 8 points 1 month ago

Saying that, also understand that STEM-related expertise areas are much more sought after. So it might not be a bad idea to focus on that side and/or diversify.

I tried this, failed once, trying again! :)

You’re young, you have plenty of time. So don’t feel burdened not finding a spark at this era in your life. My Mom immigrated here only after marriage, when she was 28

Thank you very much! I will turn 23 soon, I will try my best to get out and make something of myself and even if I can't get out, I will try and live meaningfully here (PS: I posted here, because I thought that was very fucking difficult)

Also, thank you very much! I wish you well as you do to me! :)

[–] Anonymous_TorPerson@lemmy.ml 6 points 1 month ago

You are a gift that keeps on giving, thank you! I will check em out!

[–] Anonymous_TorPerson@lemmy.ml 9 points 1 month ago (2 children)

That’s the biggest problem and why they left. You’re clearly a part of that.

Sorry, I am not racist. I know all this way too well. i.e., The corrupt bureaucrat and the politician who created this system knew all too well what he was doing and he had good personal motivations for it. I myself have put myself in their shoes and their world, and have tried to see what's working in their mind. I won't say I am racist, if I am racist I am towards the culture which created this shitshow. But you have good reasons to think that given my post. I am not blaming any ethnically or linguistically different group for where we are, I am blaming the culture. Babies are not born creepy, the culture makes them what they become. The creepy guys I talk about, I am pretty sure they won't have been creepy in a better culture.

not your fault, but you shouldn’t participate in that bullshit by saying such things and having such a defeated mindset.

Trust me, I once had hope, but this system beats it out of you! This system has failed me multiple times in dire ways. That being said, you are 100% correct, defeatism and resentment, nothing good comes out of them. I am no longer resentful as much as I used to be, I will try to keep that defeatism at bay!

But as a white guy with 13 friends from Nepal, India, and Bangladesh, I’d like to think my advice isn’t entirely disregardable, as it’s indirectly from them.

Trust me, I read it very intently. I will try to follow what you have suggested, I have a few friends abroad (White Native borns), they know and understand me, they will help me get out! :)

, if you talk about India and Indians the way you did In your post, you’ll fit right in with them lol

I don't blame them tbch, but yeah, I plan on mixing with the non-racist bunch and spending my spare hours in the library if I ever get there! Kudos!

I appreciate the effort and the intention behind your reply, thank you very much for trying to help me!

[–] Anonymous_TorPerson@lemmy.ml 6 points 1 month ago* (last edited 1 month ago) (3 children)
  1. It is the only option, but I am not sure how, as in, I don't have great grades and there are millions of Indians waiting to immigrate! It's a shitshow tbh, a friend went to London for a business degree, still unemployed and stuck in debt! The desperation to get out among people is extremely depressing.

edit: How can one try to get out? Get good really good in their field?

Also, when Indians try to find happiness in mediocrity, we use a phrase, "India is a not for beginners", Schooby-Doo-typa curse is easy, this shit has expert level difficulty.

[–] Anonymous_TorPerson@lemmy.ml 16 points 1 month ago

Oh yes, it most certainly is, but it is not redeemable in my life time/youth is what I know for sure.

[–] Anonymous_TorPerson@lemmy.ml 25 points 1 month ago (2 children)

Hey! Thank you! that's gonna come in handy!

[–] Anonymous_TorPerson@lemmy.ml 1 points 6 months ago (1 children)

Excel online is pretty bad if you compare it in terms of features.

[–] Anonymous_TorPerson@lemmy.ml 1 points 6 months ago

lacks advanced features (tried it)

[–] Anonymous_TorPerson@lemmy.ml 1 points 6 months ago* (last edited 6 months ago) (1 children)

I love FOSS but LibreCalc sucks! Word is good, I did a project with it, I am pretty sure you can get the hang of it. Not sure about anything else tho

[–] Anonymous_TorPerson@lemmy.ml 1 points 6 months ago

Can she use Google sheet? You can download the sheet as Excel file.

actually the whole purpose of using excel is because of the advanced features. Doubt if you will find it on web version of Gsheets.

[–] Anonymous_TorPerson@lemmy.ml 2 points 11 months ago

thank you will try!

[–] Anonymous_TorPerson@lemmy.ml 3 points 11 months ago* (last edited 11 months ago) (2 children)

I am writing exams. I am not in a university. i.e., this is not graded.

This is not HW help tbh! I just want to understand it and understand how to solve it. I don't have enough time to ponder over each question

 

[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!

 

[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


3
submitted 1 year ago* (last edited 1 year ago) by Anonymous_TorPerson@lemmy.ml to c/piracy@lemmy.ml
 

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.

 

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

view more: ‹ prev next ›