Why do beehaw mods have their pronouns in their names?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    It doesn't matter if you care. What matters is that the people being referred to care how they are being referred. It's literally 0 extra effort for you to use the pronouns they prefer. Just use the pronouns that they want. It doesn't inconvenience you at all.

    5
  • In my earlier days of running Linux
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    This is likely what happened. I think I'm gonna format the Windows SSD attached to the server (old install) and reinstall grub. Tomorrow, I guess. :(

    Edit: Now that I've had a moment to think, I realized that I deleted grub. It was on another SSD that I wiped. It was on the SSD that my old OS was on that I wasn't using anymore. But my actual Linux install came from another computer. So when I dropped it in what became my server, I installed grub manually on the old SSD (which has now been wiped) to boot to my Linux SSD.

    3
  • In my earlier days of running Linux
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 0%

    Literally this morning I started getting boot errors. It is telling me WBM can't find the boot file. But I should be booting into grub, so idk what to do. My boot order is Ubuntu, then USB. And that's it. And now I'm out of the house all day and can't do anything but sweat about it.

    0
  • What was the main reason you left Reddit?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    Obviously losing the third party apps and spez's lies about the Apollo dev were the big ones, but honestly, I have had negative feelings towards the reddit community for a long time. Everyone is perpetually negative. They seem like miserable people. And the fact that every single comments section was same 3 fucking jokes repeated over and over and over. "I'm grieving my wife who passed away this morning" "I also choose this guy's dead wife." "Hahahahahahahahahahahahalolololoollolololol" "no it's okay, the guy who the original joke is about thinks it's funny, so it's not offensive to say it to this guy."

    1
  • What I feed my cat that is allergic to poultry
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    Your cat is so lucky to have such an amazing human to go above and beyond to make sure he has something that's safe for him to eat. Keep being awesome. And thanks for sharing this info!

    2
  • [Update: Failed again] Update to 0.18.1-rc.1 tried and rolled back
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    Not having to do a database rollback is a really, really hard problem to solve, and it would almost certainly need to be on the Lemmy developers side, not the server owner's side. And if I'm them, that's a low priority issue, and probably not something I even think about until 1.0.

    Basically, they write code that says what to do in the event of a database version change. Usually this only handles upgrade cases, because that's what happening most of the time. One example of something you might do in a db upgrade is let's say you had a column where the data type was only numbers, but now you want to allow any alphanumeric character for some reason. You could have a line of code that converts the number to a string.

    Okay, but now you need to go back to the previous version. Okay, your db change code runs, but it's the old version of the db change code, not some new version that you wrote. You unfortunately didn't have a crystal ball when you wrote this code and couldn't predict that you were going to change the data to strings, so you didnt write code to change it from a string to a number.

    This is why most software doesn't support downgrades unless you wipe first. For example, if you updated your aging MacBook to the latest Mac OS version, then realized it slows down your laptop too much, you can only go back if you first wipe your laptop in the process. So it's just easier to just take a snapshot before an upgrade and revert to the snapshot if it fails. Some folks will even do "scheduled maintenance" time during the upgrade in which the whole system goes down for a short time so they don't have to risk losing data that happened after the snapshot.

    3
  • I'm a what now?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    I learned about this http response code too late. About 4 years ago I was working at a startup and I was the "lead engineer" (aka only engineer) on a project where I had to design and implement an entire REST API. I really wish I would have put this in somewhere, since we weren't doing code review (because it was literally only me).

    5
  • What are the best cooking hacks you've learned over the years?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    I just throw bacon on the barbecue at the same time as my burgers. It takes almost the same amount of time to cook, and it's super crispy - just how I like it.

    2
  • I just tried fetching the community !lemmy@lemmy.ml. Other instances seem to be able to make this request and get the results, but for some reason, it is coming up empty for me. ![](https://lemmy.world/pictrs/image/24b74726-8c4e-49f1-8371-95e918581d00.png)

    1
    0
    Trying to set up my own Lemmy server, but I think I'm in over my head
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    The instructions didn't tell me I needed to. I don't know how someone is supposed to know that. I would have expected the instructions to at very least tell me I needed to make that and what the file name should be. But I did eventually figure it out. I had to search their github page to find the example one, then modify it for https

    2
  • Trying to set up my own Lemmy server, but I think I'm in over my head
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Dandroid
    Now 100%

    Oh, that was my bad. I replaced my actual path with <path> because my name is in the path (home directory). Sorry, I definitely should have clarified that.

    1
  • I tried for several days to host lemmy 0.17.4 using the docker install instructions, but I was less than successful. The instructions seemed to be riddled with mistakes and and the docker-compose.yml file had some errors. I eventually mostly got it up and running, but I could never access the site through the nginx container. I had to add the lemmy-ui to the external network and expose 80 and 443, and then I could access the UI. But it seemed that the UI was unable to communicate with the DB. And I had to comment out all of the loggers in docker-compose.yml, because I they were giving me errors. Anyway, I thought I would give it another shot now that 0.18 has been released and the instructions have been updated. It seems to be much better! I was able to almost get it up and running on my first try. However, there is one error. The nginx container failed to start. There is a file it is trying to mount, but the file doesn't exist. And the instructions don't seem to say anything about creating that file or where to download it. Any help would be much appreciated! The instructions I am following: https://join-lemmy.org/docs/administration/install_docker.html The error: ``` Creating lemmy_proxy_1 ... error ERROR: for lemmy_proxy_1 Cannot start service proxy: crun: mount `<path>/lemmy/nginx_internal.conf` to `etc/nginx/nginx.conf`: Not a directory: OCI runtime error ERROR: for proxy Cannot start service proxy: crun: mount `<path>/lemmy/nginx_internal.conf` to `etc/nginx/nginx.conf`: Not a directory: OCI runtime error ERROR: Encountered errors while bringing up the project. ``` # Edit I ended up finding the file in the lemmy-ansible github project here: https://raw.githubusercontent.com/LemmyNet/lemmy-ansible/main/templates/nginx_internal.conf It all comes up now, and I can access it from outside the server. Though, it is http only, even though I have https set to true in docker-compose.yml. And when I try to do the admin sign up, I get the error: `SyntaxError: Unexpected token 'O', "Origin is "... is not valid JSON` # Edit 2 It's all working now. I'm not sure exactly what I did. I set up my https cert by modifying the nginx_internal.conf and adding ssl details, and now it all works. 🤷 Thanks for the replies!

    23
    15
    https://i.imgur.com/nXrVPu2.jpeg

    The was back in the winter when it was cold. She first went under the blanket completely, but after a few minutes, she poked her nose out like this.

    26
    2
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei is very affectionate after I finish work
    https://i.imgur.com/7mr8BfZ.jpeg
    30
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei woke up from her nap with a derpy face
    https://i.imgur.com/OP6siuM.jpeg
    29
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei loves her taco truck
    https://i.imgur.com/pxOhfTI.jpeg
    43
    4
    https://imgur.com/a/39eKj3u

    Mikei couldn't fathom that I was taking a picture of something other than her, so she had to jump in.

    1
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei trying to stay awake
    https://i.imgur.com/O4oV6YJ.jpeg
    33
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei thinks we got this box just for her.
    https://i.imgur.com/lw1BIIX.jpeg
    51
    4
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearAW
    Mikei was looking majestic
    https://i.imgur.com/pl8Nfgf.jpeg
    34
    0
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearDA
    Now
    12 79

    Dandroid

    lemmy.world