Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)J
Posts
0
Comments
65
Joined
1 yr. ago

  • As a non-AI I would refuse as well.

  • DHT and tackers leaks you IP, on purpose. The goal is to establish connections between peers, the only way to do that is to use IP adresses. DHT and trackers act like a DNS, giving list of IPs associated to a torrent hash.

    Now if you use a VPN, well configured, you'll only expose your VPN output node IP.

  • Don't disable DHT and PeX, both are used together to find peers on public torrents, in fact it is the only decentralized way to find them (otherwise you only rely on trackers, which can be DNS censored or took down like any regular website).

    DHT is great! DHT is the bone that make torrent unstoppable!

  • dust and ripgrep

  • Already doable in Firefox, just right click in the search box then add search engine ;)

  • If your soulseek and music directories are on the same partition, you can do hardlinks (cp -l) instead of moving files (mv), so the same file is available from the 2 locations while its content is only recorded once on your filesystem.

  • I've been banned from Ygg with "OUST" message also, I was just seeding some releases I already had to build up ratio on a relatively new account. New account start with a 10Gb upload and you need to keep ratio over 1 to get torrent link. I've been banned once I reached ~50Gb upload... I just hope French piracy will move away from those rats and find a better and more open torrent website.

  • cryptpad All your docs are stored encrypted, so no AI can be trained on.

  • Dolphin provide uncensored models. Dolphin mixtral 2.5 8x7B was fun back in the days.

  • Imo it's much better than a cult of clothing brands.

  • Nah, the show starts with great ideas but ends up being just bad. It's poorly written, basically replacing one open plot by another until nothing make sens.

  • Indeed but saying VS Code is open source is quite misleading.

  • VS Code binaries are not open source, so M$ can add telemetry, star rating popup and other shit.

  • jc141 release on 1337x are the best, no install, minimal space used and you can keep seeding without wasting space on a useless-after-first-use installer.

    For instance jc141 release of Silksong is 1.9Gbwhile fitgirl version is 1.6Gb installer + 7.6Gb installed.

  • Deleted

    Permanently Deleted

    Jump
  • Wow I thought LuckyPatcher was the only app of this kind. Did I miss another one?

  • Cmon, this is not about naming, this is about non-generic code in generic header.

    IMO hiding such a little operation behind a macro/function just hurt readability. Furthermore, considering that this function is only used once in the provided patch and that word ordering on RISC-V is not about to change anytime soon, it is perfectly fine to inline the code.