Skip Navigation

Posts
14
Comments
142
Joined
2 yr. ago

    • How is that good for climate change?
    • Nobody listens to this guy. Have you been recycling just cuz Gates told you to? Also these kinds of yachts pollute so much with a single trip that it outweighs any good that he could have done by convincing millions to save electricity or water.
    • I don't need to know him well. It's not rocket science.
  • What Gates is doing right now is a massive publicity stunt to make people believe he's actually a "good person". He is not. He is still a disgusting billionaire that contradicts everything he preaches.

    • He is constantly buying farmland, to the point where he's the biggest land owner in the whole US. This is seriously harming small farmers.
    • He preaches about climate change and using cardboard straws while in his massive ($650M!) mega yacht
    • The "humanitarian/healthcare" stuff he did, while helpful, was only done because he could use it as a tax writeoff. He wouldn't have done it if it wasn't the case.
  • No. Hardlinks and CoW filesystems are different things.

    I don't know much about hardlinks on windows, but hardlinks usually are two different inodes pointing to the same file. This means, for the user, a single file appears duplicated, but without using any extra space. However, both files are really the same one, so if you modify one, the other one also gets modified.

    CoW filesystems, on the other hand, are a bit more complex. When you store a file, its contents get first stored, and then a file references them. When you copy the file, a copy of the reference is made, and there is no need to copy the content, because it's already there. If you modify one of the copies, the difference between them gets stored (the modified content), but other parts of the file (or files in a folder) that don't get modified are not duplicated.

  • The fact that it needs a bridge is what makes it not federated. Federation allows for interconnection without bridges, because everything talks the same protocol. You can bridge Discord to Matrix, and that doesn't mean Discord is federated.

  • He isn't even being better than anyone, all he does is publicity stunts while not fixing anything. Everything he has donated was for tax writeoffs.

  • There used to be a bug in ms word (idk if it's still there, it's been years since I last used any ms office app) where, if you had a separate printing server connected to a printer, and the printer was off but the server was online, it would try to fetch printer features, resulting in an unanswered request that would end up timing out. For some reason, word would completely freeze until the request timed out at 30s. No input worked, screen didn't refresh, window controls didn't work either. Completely frozen. And the worst part was that word would try to fetch printer features every time you clicked completely unrelated buttons. Want to export to PDF? Frozen for 30s. Want to save your document with a different name? First wait for 30s. Oh, you want to change the page size? You guessed it, 30s frozen.

  • Working for and allowing people to kill other people is also a pretty shitty thing to do.

  • Torrenting on the TOR network is actively discouraged. It uses a lot of bandwidth, and it hurts other people's speeds.

    If you want to torrent on an anonymous network, use I2P. It may be harder to set up than TOR, but you can torrent entirely inside it. It has trackers inside, and a lot of clearnet torrents have also been listed on them. And most importantly, I2P is more prepared for torrenting than TOR is. When you connect to it, you add capacity to the network, so using bandwidth for torrenting is not as detrimental to it.

  • I torrent without VPN in the EU. I've been doing so for years. Still no letters as of writing this comment.

  • My Samsung microwave works just fine and has been doing so for the last twenty years

  • It is true, and I've seen it myself. At first I refused to believe, but sadly we're already at that state.

  • This. Actually most countries leave you alone if you're not trying to profit from torrents. I can say the same about Spain, I've never heard of anyone getting any warning for torrenting and half the people I know torrent everyday without a VPN.

  • That is exactly my point. If you use encryption, they will not be able to retroactively see what you torrented, and they can't punish you just for having torrent traffic because it could be legal torrents.

  • There's FinAmp for jellyfin. There's also support for LiveTV and I wouldn't be surprised if there was at least a plugin for IPTV.

  • There is encryption that will save you unless ISPs use shadow peers, which they can't use retroactively.

    Edit, cuz I think the scope of my original comment has been misunderstood, my bad:

    Of course, ISPs can still know you're torrenting, and if they don't like that, you will get letters. But they can't know what you torrented.

    If you're gonna torrent, get informed about the laws in your country and how ISPs enforce anti-piracy measures, and if you can freely torrent in your country, there's no need to use a VPN. Encryption will save you from ISPs retroactively snooping on what you torrented.

  • VPNs are a barrier for torrenting. Some people don't want to pay (or can't even pay), and other people may find setting a VPN up difficult. This is not good advice.

    Force encryption for bittorrent and you're already future proof.

  • You can't just fork a browser engine. You need a lot of resources to keep one alive. The only browser engine that I know of which was successfully forked was goanna. And that's a gecko fork from when it wasn't even multithreaded, and it still took years.

  • Usually autocorrect accuracy is directly proportional to info stealing by the keyboard. Google's autocorrect is so good because it's constantly phoning home with what people write so they can improve their model.

    I use a keyboard with no autocorrect (Unexpected Keyboard), and, although it took a while to get used to it, I got used to typing fast and mostly accurately after some time using it. You can also get used to your autocorrect's quirks, and you'll find that you will type faster with it.