• 0 Posts
  • 31 Comments
Joined 1Y ago
cake
Cake day: Jun 21, 2023

help-circle
rss

Oh yeah, makes sense, my shitty hdd can‘t handle my gb/s connection lol


Just this week wanted to install ubuntu to a stick and, as you said, because it is everywhere metioned, i torrented it and it was pretty fast at around 160 mbit/s. Worked like a charm, now seeding.


What i find to be cool about the switch is that you can still buy hardware game cardridges. I don‘t see a reason why these cardridges wouldn‘t work in 20 years anymore. I also never had issues playing the games offline.

Yes, your wife and your kids will be able to have seperate game progressions. I think you are able to create up to 8 of these „profiles“.


I think they disabled port forwarding makin torrenting more difficult, don‘t quote me on that though



Firms that sue you because you download copyrighted material don‘t sue you because they sniff your internet traffic contents, but because you appear on the tracker peer list. Ony public trackers this is easily visible, on private trackers it‘s not since you need access to the tracker in the first place.


Thanks. I‘ve used 1337x for popular games. This should be better




Proton is very well known to be the best vpn privacy whise. They went to swiss federal court against the state to not keep network logs for their vpn, i‘d say it‘s very trustworthy



You could access the spotify api to get all spotify song links from a playlist and then run the script for each od those. Seems complicated to me though, maybe someone knows better.


Makes sense, sorry for the stupid question. Never used and *arr application before :)


Do you know a way to incorporate private trackers into search engines?




Hi. I just tried the link to watch some cricket as an example on the Orion browser with ublock installed. No popups at all :)



What does rs. stand for? I just checked and nepal uses the nepalese rupee which is normally abbreviated to NPR, but rs. ?



As others have said you don‘t need a nas solution like synology. You can just have a cheap computer with enough sata ports and run a nas software, like truenas, on it. I just think that external HDD‘s are not designed to run 24/7 and could therefore be prone to mechanical failure as compareed to datacenter HDD‘s. But thats just an assumption, I have no data to back up this claim.



Do you mean torrent clients? If so qBittorrent or BiglyBT are very good



should work on every version. Afaik the activation sequence is the same for all windows 10 versions so i can’t see why it wouldn’t work on some versions


Actually now there is a browser called orion on the app store that allows extensions like ublock origin which should solve his problem






hey i figured it out!

in ublock settings go to “my filters”

there, for every username you add a new line with the following: 1337x.to##tr:has-text(USERNAME)

this removes any tablerow (html tr element) that contains the string USERNAME, so for you it would look like this:

again, if you want to block another user, add a new line and replace USERNAME with the actual username you want to block

i dont know if this is great “coding” performance wise since it has to check quite some nodes but the site loads pretty quick for me

have fun :)