What happened to Memmy?
  • HorseFD HorseFD Now 100%

    I’ve been using Mlem and it’s really good. Everyone else has mentioned Voyager so I’m gonna give that a try too.

    6
  • It doesn’t seem to exist anymore, on the App Store at least. I can see this community is basically dead. Does anyone know the story?

    23
    10
    Sigil 2 - Romero's unofficial 6th DooM episode is out for the 30th anniversary for doom
  • HorseFD HorseFD Now 100%

    It actually doesn’t run in the original Doom engine. It’s a “limit removing” WAD, meaning it doesn’t use any additional features but removes static limits: https://doomwiki.org/wiki/Static_limits

    3
  • Google Groups ending support for Usenet (22/02/2024)
  • HorseFD HorseFD Now 91%

    As long as they keep all the historical stuff available.

    10
  • MX-23 “Libretto” now available
  • HorseFD HorseFD Now 100%

    Debian is really easy to install now. It used to be much harder back in the day.

    1
  • More anti-Lemmy brigading with massive upvotes on Reddit as the 3rd party app apocalypse looms
  • HorseFD HorseFD Now 100%

    I'm not knowledgeable enough on the software to respond to these claims, but the great thing about open source software is that you can raise these as issue on Github and they can be fixed.

    14
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I ended up using your images and it's working great. Currently playing around with 0.18.0-rc.5

    1
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I'm gonna jack it up to the highest performance and see if it eats into my first month's free credit.

    1
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 0%

    I've just given the script a go and it seems to have failed

    => => transferring context: 23.07MB                                                                                                                                                                                                                                                                                   0.2s
     => [lemmy lemmy 2/6] RUN apt-get update  && apt-get -y install --no-install-recommends postgresql-client libc6 libssl1.1 ca-certificates  && rm -rf /var/lib/apt/lists/*                                                                                                                                             18.7s
     => [lemmy builder 2/7] RUN apt-get update  && apt-get -y install --no-install-recommends libssl-dev pkg-config libpq-dev git  && rm -rf /var/lib/apt/lists/*                                                                                                                                                         14.7s
     => [lemmy lemmy 3/6] RUN addgroup --gid 1000 lemmy                                                                                                                                                                                                                                                                    0.5s
     => [lemmy lemmy 4/6] RUN useradd --no-create-home --shell /bin/sh --uid 1000 --gid 1000 lemmy                                                                                                                                                                                                                         0.4s
     => [lemmy builder 3/7] WORKDIR /app                                                                                                                                                                                                                                                                                   0.0s
     => [lemmy builder 4/7] COPY ./ ./                                                                                                                                                                                                                                                                                     0.2s
     => [lemmy builder 5/7] RUN echo "pub const VERSION: &str = "$(git describe --tag)";" > "crates/utils/src/version.rs"                                                                                                                                                                                                  0.2s 
     => ERROR [lemmy builder 6/7] RUN cargo build --release                                                                                                                                                                                                                                                              399.8s 
    

    Altough the building timer is still running

    [+] Building 761.3s (15/18)

    Is there somewhere I can access logs to see what happened?

    Edit: Managed to screenshot the error prior to it disappearing

    0
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I'll have a look at this and let you know how I go. Does this work on different distros? E.g. Ubuntu/Debian, Centos, etc? The official Ansible script is Ubuntu only (possibly other apt-based distros).

    1
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    Thanks, I'll check that out if my from-scratch attempt fails. I'm using nginx as a reverse proxy.

    1
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I've just started a new instance on Oracle Cloud given how good the free tier is.

    I'm maxed out on everything free: 4 CPU cores, 24 GB RAM, 200 GB storage.

    Do you have any idea what the implications are of changing the block volume performance up from the default balanced to higher performance or UHP? All I can find on pricing is here: https://www.oracle.com/cloud/storage/pricing/

    But it doesn't mention anything about free tier eligibility.

    2
  • Australia issues Elon Musks Twitter with a please explain notice over surge in online hate
  • HorseFD HorseFD Now 100%

    I don't think they're going to get much by way of a response.

    Maybe this will lead to the government blocking Twitter, probably through something incredibly easy to bypass like DNS.

    10
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I might try building from scratch again and running pict-rs in a docker container.

    1
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 0%

    That does sound incredibly good for free.

    Did you have any issues with pict-rs? Is it indeed included within the lemmy-server binary?

    0
  • Can we organize AMAs to help Lemmy/Kbin grow?
  • HorseFD HorseFD Now 100%

    It's a good idea.

    Do we have a more active AMA community? All I can find is this:

    https://lemmy.world/c/ama

    Of course, for people like mods and developers, you could quite easily reach out directly. The Apollo dev is on Mastodon, the Reddit mods probably responds to reddit DMs.

    As for actual celebrities, you'd have to get their attention somehow. They have publicists whose job it is is to filter out the people who want to talk to them.

    20
  • Is there a guide to hosting Lemmy on an ARM64 machine?
  • HorseFD HorseFD Now 100%

    I thought of trying that, but the lemmy container doesn't have ping/wget/curl, unless there is a way to test this without those tools.

    1
  • I'm interested in running Lemmy on an ARM64 host, mostly just for fun and because it's possible. I've tried a couple of things without getting it right yet: **Building from scratch on Ubuntu 20.04** This went quite well but I was unable to get pict-rs working, so there was no image hosting. I followed this guide: https://join-lemmy.org/docs/administration/from_scratch.html I had to build imagemagick to get the ARM64 binary, however pict-rs did not run. Is it correct that it's included with the lemmy-server binary or am I understanding how it works wrong? **Using Docker images** I was able to get Lemmy up and running using 0.17.3 ARM64 docker images (unfortunately 0.17.4 images don't exist yet). I set up an nginx reverse proxy on the host and was able to access the instance OK, however there was no connectivity between my instance and external sites. Looking in the logs I saw timeout errors: ``` lemmy_1 | LemmyError { message: None, inner: Request error: error sending request for url (https://kbin.social/u/Emptiness): operation timed out lemmy_1 | lemmy_1 | Caused by: lemmy_1 | 0: error sending request for url (https://kbin.social/u/Emptiness): operation timed out ``` So I was wondering if anybody had a guide out there to hosting Lemmy (preferably 0.17.4) on an ARM64 host, either by building it from scratch or by using Docker images. Or any other method really.

    25
    35
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearRE
    Reddit Now
    Jump
    Uhhhh, What the fuck is happening at /mildlyinteresting???
  • HorseFD HorseFD Now 100%

    I’m hoping people will leave when their favourite app no longer works on July 1. Maybe some of the app developers will move over to Lemmy.

    18
  • Are there any Reddit refugees spending more time on Lemmy than Reddit?
  • HorseFD HorseFD Now 100%

    I’m spending much more time here now that I am spending at reddit. I’m hoping for another big influx of users (and therefore content) on July 1.

    3
  • Having trouble deploying Lemmy? Try my new script! Get up and running in minutes!
  • HorseFD HorseFD Now 100%

    thanks, it looks good. The biggest plus it that it doesn’t rely on a Debian based system.

    3
  • Has there been any word on when the code interpreter will be rolled out to all Plus users? Currently I believe only a small number of people have alpha access, and as far as I know there's been no word on a release date into beta (like Plugins and Bing).

    4
    0

    I can see it's the Lemmy logo with a big LW over the top of it and coloured like the Earth. But it kind of looks like a strange, colourful fly. Is this logo here to stay forever? I was quite fond of the simple globe that we had before.

    31
    6
    HorseFD Now
    4 41

    Horselover Fat

    HorseFD@ lemmy.world