• 4 Posts
  • 59 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle



  • it’ll probably take days yeah, but it’ll most likely download. Stalled means that it can’t find anyone that can give you the parts, but the fact that you downloaded some of it means someone at least has them. Eventually it’ll download. Try opening the port.

    Or again, I’m willing to seed it for a while.

    Technically there is a chance that the full file isn’t available, in that case there’s nothing to do. You can check: There got to be an availability listed per peer, or somewhere. Meaning you can check how much % other’s got. If you see anyone with 100% or the highest guy’s % is growing it’s available. Never had anything like this happen to me tho, I’m talking based on theory.


  • Oh, I didn’t catch you than, why can’t you torrent again?

    hm, how can I explain ports… Sometimes when you see an IP address it’s like this: 12.34.56.78:1234. the number after the colon are called the port number. Everything before the colon addresses your router (if wlan), and everything after the colon, the port, adresses a specific computer’s specific application. To host a server you must open/forward a port. Back to torrents: A torrent client is a p2p node, it’s a server and a client at the same time. A server because others can connect to you. And a client because it’ll connect to others’ servers. So if your ISP blocks port forwarding others can’t connect to you, but you can still connect to others. Making the transfer slower, because two computers that don’t have their ports open can’t connect to each other.

    Now I have no idea how trackerless torrenting works, and maybe I’m wrong about my last sentance (there could be a bridge). But as I don’t know much, you’ll better off reading into this on your own. Anyways, point is that I can’t see why torrenting won’t work.





  • I left the last sentence open ended, for comedic effect, but if you really wanna know:

    I transcoded videos with ffmpeg, and tried to exit out of the bash script with ctrl C. the script was something like:

    for
        ffmpeg file finishedFile;
        rm file;
    

    my ^C broke out only from ffmpeg and before I realized what happened the file got removed and the next ffmpeg call filled my terminal. I tought the key didn’t register, or something was stuck, so I pressed it again… and again… it cost like 45minutes of footage, wasn’t that important tho.








  • I’m hearing about proton but they feel very scummy. Is proton(vpn and mail) actually privacy centered, doesn’t log and doesn’t sell data?

    While I tought about self hosting an email, but doesn’t that come with lots of problems, like you can’t garantee five nines of uptime, or someone emails you cp, or websites not accepting custom domains? I also heard it’s easly hackable.



  • No problem, thanks for the help. Also I got news is that I don’t have to trust anyone with my laptop, I can keep it by my side after all. Still it’s a security mesure, that I didn’t solve in time. fun fact: LUKS on /home only breaks KDE. I really don’t want to give up kde tho, I put on sway, realised that I needed to memorise console commands to change my fking volumes, so no thank you. I got spoiled by sweet UIs. it’s so comfortable that everything is at one place.




  • What I’m getting from this is badblocks isn’t a magical tool that makes all storage devices faster and better anymore. correct? The fact that modern storage devices do that is a bit scary. I’m guessing it’s firmware, no way to turn it off. And why would you, it helps you, just takes control away from you.

    I wasn’t really trying to wipe my storage device, but to make it faster. However you said a bunch of interesting stuff, and I thank you for that.