• 2 Posts
  • 64 Comments
Joined 1 year ago
cake
Cake day: June 1st, 2023

help-circle


  • ༼ つ ◕_◕ ༽つ Summoning hype train

    Housing is something I’ve wanted forever! It gives me something that I can truly call my own. I wonder if it will allow the use of guild decorations and if there is any outdoor space for a small roller beetle track. I am also curious if any achievements could reward us with decorations that are unique to that event, such as pieces of a world boss, or heads from smaller enemies(that are not unique).

    Spears! It’s interesting, not sure yet how I really feel about them.

    I’ve never been into raids, I consider myself too casual, but I do enjoy open world events.

    Warclaw rework could be interesting, I wonder if we could see mounted combat.

    Releasing on Epic is also good, as it brings more players to the game.



  • Quickly skimming the readme, it states:

    • OAuth token spoofing: To circumvent rate limits imposed by Reddit, OAuth token spoofing is used to mimick the most common iOS and Android clients. While spoofing both iOS and Android clients was explored, only the Android client was chosen due to content restrictions when using an anonymous iOS client.
    • Token refreshing: The authentication token is refreshed every 24 hours, emulating the behavior of the official Android app.
    • HTTP header mimicking: Efforts are made to send along as many of the official app’s headers as possible to reduce the likelihood of Reddit’s crackdown on Redlib’s requests.





  • Not that it helps but the CEO claims they forgive for this type of attack/event. https://news.ycombinator.com/item?id=39521986

    Netlify CEO here.

    Our support team has reached out to the user from the thread to let them know they’re not getting charged for this.

    It’s currently our policy to not shut down free sites during traffic spikes that doesn’t match attack patterns, but instead forgiving any bills from legitimate mistakes after the fact.

    Apologies that this didn’t come through in the initial support reply.

    And later they were asked if they would have responded if it didn’t go viral. https://news.ycombinator.com/item?id=39522029

    Question:

    There are only two questions everyone have:

    1. Would Netlify forgive the bill if this didn’t go viral?

    2. How do you plan to address this issue so that it never happens again?

    Everyone here knew someone from Netlify would come and say OP wouldn’t have to pay. That was a given. Now we want to know the important answers.

    Answer by CEO:

    1. Yes. We’ve forgiven lots and lots of bills over the last 9 years and they haven’t gone viral

    2. While I’ve always favored erring towards keeping people’s sites up we are currently working on changing the default behavior to never let free sites incur overages


  • ~53 W

    • Server:

      • AMD Ryzen 5 5600G
      • 4x16 GB DDR4 3200 Mhz
      • 256 GB NVMe as boot-disk
      • 2x256 GB Samsung SSDs for VMs
      • 2x2 TB WD Red Plus HDDs
    • Mini PC: Beelink S12 N95

      • 16 GB DDR4
      • 256 GB NVMe
    • 8 port unmanaged TP Link switch

    I would like to expand my storage, however I don’t have any available SATA ports and I believe adding an HBA would increase the idle draw about 8 W. I might just upgrade the SSDs and split the storage between the HDDs and SSDs.





  • I just did another test.

    You should be able to create the directories manually. I cheated by simply cloning the repo and copying them to the bind mount location like so. You can use the bind mount method like you wanted.

    git clone https://github.com/mdshack/shotshare
    cp -r shotshare/storage/* /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/shotshare_data/
    chown 82:82 -R /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/shotshare_data
    


  • This appears to be the exact same problem as https://github.com/mdshack/shotshare/issues/31

    For testing I just spun up a VM with Docker, I tried the same compose file as you. I found I had to use the volume instead of a bind mount for /app/storage.

    This compose file should work.

    version: "3.3"
    services:
      shotshare:
        ports:
          - 2000:80
        environment:
          - HOST=:80
          - ALLOW_REGISTRATION=false
        volumes:
          - shotshare_data:/app/storage
          - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/database.sqlite:/app/database/database.sqlite
          - /srv/dev-disk-by-uuid-7fe66601-5ca0-4c09-bc13-a015025fe53a/Files/Shotshare/.env:/app/.env
        restart: unless-stopped
        container_name: shotshare
        image: mdshack/shotshare:latest
    volumes:
        shotshare_data:
    networks: {}
    



  • So, I just walk into the film studios lobbies(Everyone of them) and ask them for an Ethernet cord, I proceed to connect my NAS to it and download every movie released by that same film studio. I’ve never had an issue from them.

    Because, everything on the internet is true, right? Maybe I posted a totally false statement because it sounds good on the area of the internet I posted, or maybe I didn’t make a totally inaccurate and false statement and want everyone to know how amazing it is. The world will never know!