Well it is “working” for me. I’m using a YunoHost Lemmy 0.16.7 to type this comment :). But I agree there should be some kind of warning on the project that it’s only really partially working, and very outdated (thanks to the recent flurry in activity and changes).
Mainly though I wish YunoHost would just support Docker idiomatically and install Lemmy “as intended”. Yeah Docker can be a bit of a pain and it uses more resources, but it also has many real advantages like siloing the apps from the host system…
Were you able to migrate your database from an outdated YunoHost installation to a v18 Lemmy running in Docker? I like YunoHost but I’m considering the same move, as this old Lemmy version has a lot of incompatibilities and other issues.
The main blocker, at least so far, was Lemmy is designed mainly to use use Docker containers to version itself and its main dependencies like Postgresql, while YunoHost runs on the bare system. And since YunoHost is still on Debian 11 it only has access to Postgresql 13 while Lemmy now wants 15. This unfortunately is hard to resolve. YunoHost doesn’t want to introduce Docker, and upgrading the entire platform to Debian 12 is slowly happening but it’s a lot of work.
Because what Twitter really needs right now is less engagement.
If they really do shut off API access I’ll go into partial link aggregator withdrawal. My Lemmy instance still isn’t upgraded to the latest versions which are compatible with apps, so I don’t browse on my phone.
Hollow Knight 112% “Pure Completion”
One of my favorite games, but it’s so hard.
Quite a nice thing about Lemmy is modlogs are public: https://lemmy.ml/modlog?userId=738214
This is an application of Amdahl’s Law. Which comes up all the time in parallel computing. The more parallel computing power is available, the more the work itself needs to be parallelizable, otherwise you will be leaving computing power on the table.
We’re on the Fediverse now. Our software has way better bugs.
Yeah, this happened to Mastodon (aka the microblogging part of Fedi) also. I was on Mastodon on-and-off for years before the Twitter exodus, and it was a very different place back then. I can see why people miss the overall community on a platform before it became popular, but then I feel like ActivityPub gives us the tools to shape the communities we want, so we have to engage with it and be more selective than we were before.
I mean obviously “Taxation without Representation” is one of the foundational injustices which led to the declaration of independence, so I’m in favor for letting non-citizen residents vote. But if the state constitution says voting is only for citizens then maybe the state constitution needs to be amended…
A few states do have provisions for letting non-citizens vote in local elections: https://ballotpedia.org/Laws_permitting_noncitizens_to_vote_in_the_United_States
Oh, yeah in that case I guess Lemmy propagates this information so other instances can show the “banned” information on a user profile.
I think some people reacted a bit too quickly to that sublemmy appearing though… Give admins some time to evaluate and resolve the situation before impulsively defederating an entire 6000-user instance.
Those must be bans from communities, I assume. A community is linked to a single instance so it can control who is banned. But banning a user from an instance is only meaningful on that single instance. At least that’s my understanding…
In a way, Crysis. There’s a reason the “But does it run Crysis?” meme exists. Because most computers could barely run it on release. It was way ahead of its time technologically.
Like capitalism in general, I believe copyright is a good thing in moderation. When those who profit from something want ever more, and those who rule let them, that’s when things go sour.
We continue to inch closer to full-blown corporatocracy. We’ve all watched and read enough cyberpunk to see where that leads.
Yes so many great games shipped on XBLA. It’s how I first played Braid, Limbo, Shadow Complex, and many other indies. There’s still some which are exclusive to the platform, hidden gems like “ilomilo”.
I’m doing my part!
YunoHost “packages” are just scripts. In the case of Lemmy, Lemmy_ynh’s install script actually fetches the Lemmy Docker image and extracts the files (including pre-built binaries) from it. And then it writes the config files to use the system Psql instance instead of a containerized version.
FWIW I don’t care how YunoHost installs the apps. Whether it’s fetching and running containers, or building from source, or grabbing binaries. As long as the apps work and the reverse proxy gets wrangled it’s fine with me. Just in this case refusing to run the Docker images directly is, at least momentarily, a problem for updating the app.