what's up with this whole "X" rebranding?
  • slashzero slashzero Now 100%

    I bet they will move all the space-X live streams off of YouTube and onto Twitter X and require a paid subscription.

    2
  • Suboptimal ways to respond to a public security incident
  • slashzero slashzero Now 100%

    Yes, there is: 0.18.2-rc.1, which has the hot fix, but will also require a DB query to "fix" the modlog once upgraded.

    9
  • What are your favourite TNG episodes?
  • slashzero slashzero Now 100%

    Same!

    Also the source of a great meme!


    2
  • What are your favourite TNG episodes?
  • slashzero slashzero Now 100%

    There are so many great episodes to chose from. Since most of the ones I’d pick have already been listed by others, here are my favorites that haven’t been mentioned yet:

    • Time’s Arrow
    • Cause and Effect
    • Relics
    • Data’s Day

    Time’s Arrow is such a great two-parter, I’m surprised no one has mentioned it yet!

    8
  • I'm once again turning my life around.
  • slashzero slashzero Now 100%

    For me it’s 3AM rewatching a Star Trek series I’ve already watched many times (in this case, Voyager), knowing full well my work day starts in 5 hours.

    3
  • Some system load graphs of last 24h
  • slashzero slashzero Now 100%

    Is there anything Grafana cant do?

    I have so many things pumping data “into” Grafana these days I’m surprised they haven’t tried to force me to pay for an enterprise license.

    Anyway, thanks for sharing these, @ruud@lemmy.world. As a performance engineer, I love to see this level of detail and commitment on your part to keep the user experience for lemmy.world at acceptable levels.

    3
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    LemmyError { message: None, inner: invalid domain character, context: "SpanTrace" }
  • slashzero slashzero Now 100%

    Easy one to miss! The documentation isn’t very detailed. 🙂

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    LemmyError { message: None, inner: invalid domain character, context: "SpanTrace" }
  • slashzero slashzero Now 100%

    What is your domain set to?

    Also I think the !selfhosted@lemmy.world community might be a better place to ask for help.

    4
  • No luck getting my Lemmy instance up and running, is this a good place to get some help?
  • slashzero slashzero Now 100%

    I recommend using the docker images directly. As you see, the ansible scripts are basically another abstraction layer used to build the docker containers and their configs (and has string substitutions like {{some_string}} which are not valid for docker-compose.yml). Some will disagree but I feel ansible adds unnecessary complexity to deploying lemmy containers.

    Anyway, glad you figured it all out!

    2
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Jump
    Viewing deleted comments
  • slashzero slashzero Now 100%

    That’s most definitely a bug, in my opinion. Might want to file an issue on GitHub.

    5
  • No luck getting my Lemmy instance up and running, is this a good place to get some help?
  • slashzero slashzero Now 100%

    Hi there! This sounds like you might just have a typo in your docker-compose.yml file. It might be helpful if you posted your docker-compose.yml contents here (be sure to remove any sensitive information).

    Line 26 of my docker-compose.yml file is the volume block/map for letsencrypt. Did you perhaps mix tabs and spaces, or have one too many spaces in your indentations, in your yaml file? That's a no-no...

    Personally, I setup my instance using the same guide as you, opting for the docker containers. There were definitely a few pitfalls to deal with.

    1
  • Lemmy.world status update 2023-07-05
  • slashzero slashzero Now 100%

    As a Performance Engineer myself, these are the kind of performance improvements I like to see. Those graphs looks wonderful. Nice job to all.

    10
  • I built an easy-to-use bot to auto-post from Youtube
  • slashzero slashzero Now 100%

    Neat! I’ll definitely check this out.

    2
  • [Question] Installing Lemmy instance from docker -> 502 bad gateway
  • slashzero slashzero Now 100%

    Hi there!

    TL;DR: probably have an nginx misconfiguration. Check the nginx logs for errors.


    You don’t need to install and run nginx on the host. It has its own container in the docker-compose.yml which gets started up on docker-compose up -d

    If both instances of nginx are trying to bind to the same port, one will start and one will fail.

    Is the lemmy proxy nginx docker container running? Check with: docker ps or docker container ls. If the lemmy nginx proxy container isn’t running, try stopping the host instance of nginx (systemctl nginx stop) and restart docker lemmy (docker-compose down, docker-compose up -d), then try to access your site again.

    2
  • Steam Deck now the global #1 top seller on Steam | Gaming On Linux
  • slashzero slashzero Now 100%

    I also work from home. WFH for life! Never going back.

    2
  • Steam Deck now the global #1 top seller on Steam | Gaming On Linux
  • slashzero slashzero Now 100%

    Hell, I went for the longest time resisting the urge to get one, as I have a great gaming laptop (RTX 3070ti,) and eventually caved in. The draw of being able to play anywhere, anytime, plus the hype, is what eventually convinced me. The Steam Deck is pretty amazing, and worth every penny.

    12
  • lemmy.world leads the pack as the #1 most active instance, outpacing the next 5 non-bot instances combined!
  • slashzero slashzero Now 100%

    I hope it is released soon as well. I'm hoping some of the other open issues are addressed.

    2
  • lemmy.world leads the pack as the #1 most active instance, outpacing the next 5 non-bot instances combined!
  • slashzero slashzero Now 100%

    Currently there are 15 lemmy-ui bugs open, and 20 lemmy backend bugs open, against 0.18.0.


    Upgrading my instance to 0.18.0 has caused a lot of problems. One major issue is the main web UI won't even load (returns a blank page with just text Server error), unless you manually remove the site's image icon via a SQL query in the Postgres database. So, upgrade to 0.18.0 at your own risk.

    Also, this is not intended as a criticism to anyone. Just a warning that 0.18.0 is a bit unstable and waiting for 0.18.1+ is a safer option for the larger hosted communities (my opinion).

    2
  • Hosting securely at home
  • slashzero slashzero Now 100%

    I think the safest option is to not host from your home network. If you aren’t up to date on security patches, you could potentially expose a lot of data from an insecure server running inside your network.

    There are precautions you can take, like isolating any external facing servers from the rest of your network, for example, but I generally recommend using a hosted service instead.

    1
  • The absence of a Ferengi headskirt indicates "top dog" status
  • slashzero slashzero Now 100%

    From a real-world perspective, I suspect that the headskirts were originally created to avoid creating a full head prosthetic for guest actors. Once the character of Quark was created, the cost of a reusable full head prosthetic would have been less prohibitive.

    Your suspicion is correct. Several behind the scenes videos and past producers have confirmed this as the main reason. Not only cost, but time needed to do the full head makeup.

    11
  • https://store.steampowered.com/app/22380/Fallout_New_Vegas/

    Fallout New Vegas is currently on sale on Steam at 75% off, $2.49 (USD) [Link](https://store.steampowered.com/app/22380/Fallout_New_Vegas/)

    28
    7
    www.youtube.com

    https://www.youtube.com/live/RDKvXUJS1YE?feature=share Casual Grandads just knocked out MyWay.

    3
    0
    youtu.be

    ![](https://hakbox.social/pictrs/image/4d12bca0-bd04-4803-b36c-d3583bf4b5be.webp) Just curious as I follow the /r/itslenny subreddit, and I mean… Lemmy, Lenny… Anyway, the link of this post it to a [recent Lenny telemarketer call](https://youtu.be/503ie13cTC0).

    13
    2

    Continuing my DS9 rewatch. Tonight’s episodes were - Afterimage - Take Me Out To The Holosuite Take Me Out To The Holosuite is such a great episode. I enjoy it every time. - Odo as the umpire is perfect. - Nog: what do I do? Worf: find him and kill him! That is all. Have a good night everyone (or morning depending where you are in the world).

    31
    5

    So, who’s going to monitor mastodon.social and Twitter to give us patriots news updates?

    7
    3
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearLE
    Lemmy Support slashzero Now 100%
    Banned Users showing up on my instance...

    Hi, My instance has been running for a day or so. In that time, three users have randomly shown up on my admin panel as _Banned_. There are _no pending applications_. What exactly are those users doing? My first instinct was it was an issue with emails and signup as I didn't have email working properly at first, so I unbanned all three users. 🤷‍♂️ Was that a mistake? What does it mean? What could be causing it?

    13
    11
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearTE
    Test Community slashzero Now 100%
    Testing post capabilities

    Testing the ability to post to a community.

    3
    0
    slashzero Now
    9 336

    Slashzero

    slashzero@ hakbox.social