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/)CB
Posts
0
Comments
113
Joined
2 yr. ago

  • bookshelf looks like something you'd like. It doesn't seem to automatically index the files, but it does work without Calibre and has no UI. It only supports Epub though.

    I don't know if it saves progress and I can't test it right now.

  • https://wiki.archlinux.org/title/MongoDB

    Do you know what the AUR (Arch User Repository) is? You can install MongoDB that way. (This is NOT an official source, all AUR packages are created by users!)

    You can install an AUR manager like yay:

     bash
        
    git clone https://github.com/Jguer/yay
    cd yay
    sudo make install
    
    
      

    and install (compile) MongoDB:

     bash
        
    yay -S mongodb
    
    
      

    (or alternatively mongodb-bin for a pre-compiled version)

    I apologize if some of the code doesn't work, i can't test it right now.

  • Edit: disregard this comment

    But getting in is not very easy and many torrents are behind a VIP-wall (you can buy VIP for seeding-bonus points). The tracker is focused on audiobooks, but there are also many e-books available.

  • You can find many e-books on general trackers like 1337x. You should check out anna's archive. It's a website which provides access to books from several sources like z-lib and libgen (download, not torrents).

  • lol

    Jump
  • When using Tor over VPN, the data going through the VPN's server is already encrypted for Tor, but your IP is visible to the "black box". Your anonymity should theoretically still be in effect even if someone reads your traffic.

    When using VPN over Tor, the data itself isn't encrypted by Tor anymore, but the IP isn't your original IP, but the exit node's. Your anonymity depends on how you paid for the VPN (Monero > Cash by mail > Credit card).

    There is no evidence that the Tor network is compromised by the US government. It's an open source network run by many volunteers all over the world. No FBI or CIA agent is ever gonna tell you to use Tor.