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/)B
Posts
0
Comments
260
Joined
3 yr. ago

  • It feels like there's been an increasing flood of AI slop projects, with varying degrees of monetization / donations. I think it'll become a huge problem if we don't have at a minimum very strict rules around AI generated slop projects. I think a mandatory tag with penalty of removal is a good bottom floor, in addition to the recent community participation activity % requirements for promoting monetized projects, which covers a good chunk of AI projects.

    Then hopefully soon we can figure out as a community what to do to control the remaining volume of non-strongly-monetized AI slop projects if those are still too widespread, but having it labeled is absolutely needed transparency, and that'll still be difficult because lots of people seem to lie about not using AI.

  • Honestly I like the idea of your project but the writing style of your post is very grating.

  • Ah cool, the docs made it sound like container: uses the container ID hash instead of the name so I wasn't sure how that works. I just put stuff like this in the same compose file since they're all closely related.

  • If it helps, here's how I had my gluetun / transmission set up with mullvad (I've since moved to proton for port forwarding but I saved the mullvad config in case I needed to switch back):

     
        
    services:
      gluetun:
        image: qmcgaw/gluetun:v3
        container_name: gluetun
        restart: always
        cap_add:
          - NET_ADMIN
        devices:
          - /dev/net/tun:/dev/net/tun
        volumes:
          - ./volumes/gluetun:/gluetun
        environment:
          - TZ=America/New_York
    #      Mullvad
          - VPN_SERVICE_PROVIDER=mullvad
          - VPN_TYPE=wireguard
          - SERVER_COUNTRIES=USA
          - SERVER_CITIES=New York NY
          - WIREGUARD_PRIVATE_KEY=
          - WIREGUARD_ADDRESSES=x.x.x.x/32
          - UPDATER_PERIOD=24h
          - UPDATER_MIN_RATIO=0.1
          - UPDATER_VPN_SERVICE_PROVIDERS=mullvad,privado,protonvpn
        networks:
          - default
          - ingress
    
      transmission:
        image: linuxserver/transmission:latest
        container_name: transmission
        restart: always
        network_mode: "service:gluetun"
        environment:
          - PUID=0
          - PGID=0
          - TZ=America/New_York
        volumes:
          - ./volumes/transmission:/config
          - /volume1/Media:/media
    
      flood:
        image: jesec/flood:latest
        container_name: flood-sidecar
        restart: always
        command: --port 3000
        user: "0:0"
        network_mode: "service:gluetun"
        volumes:
          - ./volumes/transmission:/config
          - /volume1/Media:/media:ro
        environment:
          - TZ=America/New_York
          - HOME=/config
        labels:
          - com.centurylinklabs.watchtower.enable=true
          - "traefik.enable=true"
          - "traefik.http.routers.flood.rule=Host(`flood.example.com`)"
          - "traefik.http.services.flood.loadbalancer.server.port=3000"
          - "traefik.http.routers.flood.entrypoints=websecure"
          - "traefik.http.routers.flood.tls.certresolver=mytlschallenge"
          # This example uses "Selective Authentication"
          - "traefik.http.routers.flood.middlewares=oauth-middleware"
    
    
      

    Idk how zimaos works, but the way to attach containers like this is with network_mode: "service:othercontainer" which might need them to be in the same compose file (the docs aren't clear).

    Also note that you can't put any port mappings on a container using network_mode service, you have to put them on the other container that is handling networking since the first container is piggybacking off of the other and doesn't have its own networking.

  • Deleted

    Permanently Deleted

    Jump
  • It sounds like it's just not worth it for you, and that's totally fine! Plenty of people get by just fine with using random streaming sites.

    Personally, I want something more reliable, I want to have copies of what I watch in my possession that cannot be taken down, and I want to share this with others so that my friends can benefit from my time investment instead of using a solution that only works for me. So that if my friends ask me "where do you get your stuff" I can offer to share with them at 0 extra effort instead of telling them "go do all these things that I already did"

    As for usage, I only watch a few hours a week myself, but I share with 15-20 friends and family who watch a collective 160 hours a month last year and around 360 hours a month this year (about 15 days of watch time per month).

    I have a fairly comprehensive arrstack, torrents and Usenet, seerr, Plex and jellyfin side by side with identical media mounts for maximum user choice, running on a nuc with quicksync so it handles 8+ simultaneous 1080p live transcodes without using much power or increasing CPU usage much more than 5-10%.

  • Lmao my boss did a very thinly veiled version of this before I quit. The offer was "would you take a pay cut if I promised to give bonuses to more than make up for it contingent on performance". Like what's the difference between that and docking pay if you underperform, just with extra steps? The only purpose of taking the deal of the pay cut was to act as a punishment if I didn't earn the bonus. So I refused, and a week later they told me I could take half time/pay or be fired. Except that deal made no sense either because if I get fired I get unemployment for 6 months, which is almost half pay. So I can keep my job and make half pay and no insurance or let them fire me and get paid half pay to not work for 6 months, and also not have insurance.

    No surprise I chose to let them fire me. I had been asking for a raise for 4 years, any reduction was out of the question.

  • First thing that springs to my mind is bad adhesion. Have you washed the bed with dishsoap recently? Usually not touching the bed with your fingers is enough but sometimes I need to "reset" by giving it a good wash.

  • Mmmm fresh slop

  • Try the furry community

  • They also forgot to change r/selfhosted from when they posted it to reddit... https://www.reddit.com/r/selfhosted/comments/1ter9n9/refearnapp_opensource_selfhosted_affiliate/

    As well as: https://www.reddit.com/r/selfhosted/comments/1sk4oqw/refearnapp_selfhosted_opensource_affiliate/

    Here's their answers to "Expand the replies to this comment to learn how AI was used in this post/project":

    it is written by ai i give the idea then ai writes that

    this post is written by ai. i only give it thought on what idea it should post and it generated everything.

    Their post history contains a mixture of comments with grammar like the above as well as many comments with excellent grammar, often containing em dashes. It seems like they only post on Reddit using AI comments to karma farm so they can spam AI generated posts like this to try to get some people to pay for their hosting subscription for their vibe coded app.

  • I think you should make it clearer in this post that you are selling hosting services for this. It feels like this is self promotion but without transparency otherwise.

  • It sounds like it, on the homepage there's a joke about prompting ai to build this

  • Where is that option? I'm only getting the option to create a new document for some reason, and to export documents created on cryptpad to docx. I assumed it was because they only figured out the conversion one way but maybe I'm just missing the button?

  • Is cryptpad able to open existing docx files? Last time I checked I couldn't figure out how to do it. I mostly need to edit word documents that people send me, and send them back the same format.

  • Hmm yeah I've never seen anything from fedinsfw on my home feed, I assumed they were defederated or filtered from feeds by default. I do have nsfw enabled but blurred but I just don't typically see anything from dedicated nsfw communities for some reason.

  • From what instances? I haven't seen any and I don't think I've blocked anything

  • Maybe you should state it in the first sentence of the post as well. I didn't know it was even paid or closed source until I got to the bottom.

  • Idk about giving a comprehensive answer, but getting full marks on the nextcloud security scanner is a good start: https://scan.nextcloud.com/

    I check mine periodically and make sure I'm on the latest version, use 2fa (passkey) and hope that does the trick.

    Also there's a plugin for brute force protection.