In my opinion, FMHY has turned into a search engine (they have more than 10,000 links) rather than a simple list of resources.

That is why I am planning on creating a simple and mentainable list of resources, where all of the links would be checked periodically in Virustotal and offline websites would be removed almost instantly.

Which bring me to the following question, what is the best service to host this, any suggestions(preferably open source)?

  • retro@infosec.pub
    link
    fedilink
    English
    arrow-up
    6
    ·
    9 days ago

    Would you only be duplicated content from wikis already available and simply cherry picking from those lists instead? I don’t see how FMHY is difficult to navigate. Yes it has 10,000 links, but you go to the topic you need and it has 10-20 links of which you can pick and choose.

    • 101OP
      link
      fedilink
      English
      arrow-up
      3
      ·
      9 days ago

      My project would be a easy link, that when you visit you just are one to two clicks away from resources that is 100% working.

      So my approach would be kind of idiot proof, you won’t need to navigate through trillion menus or visit a list of bad quality websites till you find what you want.

  • y0kai@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    6
    ·
    edit-2
    10 days ago

    Idk what FMHY is but if its not this then what youre talking about already exists.

    However, that list, while still mostly good, has been slowly turning… Not great.

    Lemmy.dbzer0 has a list they maintain that is almost identical but better maintained. I’d post a link but idt it will work for you if you’re not a member of the instance.

  • LarmyOfLone@lemm.ee
    link
    fedilink
    English
    arrow-up
    3
    ·
    9 days ago

    What I think is missing is a kind of signed database version control system. So you make a list of data (maybe just a markdown table) and you sign it wiht a private key and put that in a DHT / distributed hashtable. Then people can use that and you can update the database / list. People can also fork this list, add their own stuff and distribute it as their own and signed with their own private key. And you could have pull requests and merge back good additions. All without requiring proper servers but possibly benefiting from being hosted on a seedbox.

    And of course a simple client to find and view such lists.

    Ideally you’d have some template that describes typical metadata for a kind of distribute movie database, but also books, subtitles, songs, albums, articles, scientific papers, fonts. But you can also fork the templates and extend them. So you might have a perfectly legit open source database of movies with links to what legit streaming service is selling it, and then an extra template that extends that with magnet releases.

    I have never seen something like this though, my puny brain has trouble imagining the technical hurdles. Maybe this could just be done with a simple version control system client. I think torrent V2 also has some extensions that allow update-able torrents (which some FUD confused with this being the default). Or maybe it’s that proper web pages allow people to make money through advertising.

    • Lockszmith@lemmy.today
      link
      fedilink
      English
      arrow-up
      5
      ·
      8 days ago

      hat I think is missing is a kind of signed database version control syst

      You’re basically describing a blockchain

      • LarmyOfLone@lemm.ee
        link
        fedilink
        English
        arrow-up
        1
        ·
        8 days ago

        I think it would be easier, since it does not require agreement on transaction between two parties, only signing your own transaction. Anyone can fork and clone anything, and then add to their own signed version. All that is required is that you cloned from an existing trusted version and you made these changes to it. It’s easy to verify.

        It only requires that the user can select some release group that they trust and store their public key.